Reads Singer formatted data from stdin and persists it to the Stitch Import API.
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 © 2017 Stitch