Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

target-himydata

Reads Singer formatted data from stdin and persists it to the Himydata Platform Import API.

Install

Requires Python 3

› pip install target-himydata

or

› python setup.py install

Use

target-himydata takes two types of input:

  1. A config file containing your Himydata client id and api key
  2. A stream of Singer-formatted data on stdin

Create config file to contain your Himydata client id and api key:

{
  "api_key" : "99999999999999999999999999",
  "himydata_url": "https://platform.himydata.com"
}
› tap-some-api | target-himydata --config config.json
› tap-csv --config  config-csv.json | target-himydata --config config-himydata.json

where tap-some-api is Singer Tap.


Copyright © 2018 Himydata

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages