Reads Singer formatted data from stdin and persists it to the Stitch Import API.
Requires Python 3.5.6
› pip install target-stitch
target-stitch takes two types of input:
Create config file to contain your Stitch client id and token:
{
"client_id" : 1234,
"token" : "asdkjqbawsdciobasdpkjnqweobdclakjsdbcakbdsac",
"small_batch_url": "https://api.stitchdata.com/v2/import/batch",
"big_batch_url": "https://api.stitchdata.com/v2/import/batch",
"batch_size_preferences": {}
}
› tap-some-api | target-stitch --config config.json
where tap-some-api
is Singer Tap.
Copyright © 2017 Stitch