Owned by @stitchdata/sources
for internal use only
Requires Python 3
› pip install target-stitchtarget-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.jsonwhere tap-some-api is Singer Tap.
Copyright © 2019 Stitch