Reads Singer formatted data from stdin and persists it to the Himydata Platform Import API.
Requires Python 3
› pip install target-himydataor
› python setup.py installtarget-himydata takes two types of input:
- A config file containing your Himydata client id and api key
- 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.jsonwhere tap-some-api is Singer Tap.
Copyright © 2018 Himydata