Owned by @stitchdata/sources
for internal use only
Requires Python 3
› pip install target-stitch
target-stitch takes two types of input:
- A config file containing your Stitch client id and access token
- A stream of Singer-formatted data on stdin
Create config file to contain your Stitch client id and token:
{
"client_id" : 1234,
"token" : "asdkjqbawsdciobasdpkjnqweobdclakjsdbcakbdsac"
}
› tap-some-api | target-stitch --config config.json
where tap-some-api
is Singer Tap.
Copyright © 2019 Stitch