Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

stitchdata/target-stitch-internal

 
 

Repository files navigation

target-stitch

Owned by @stitchdata/sources

for internal use only

Install

Requires Python 3

› pip install target-stitch

Use

target-stitch takes two types of input:

  1. A config file containing your Stitch client id and access token
  2. 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

Packages

No packages published

Languages

  • Python 96.0%
  • Ruby 2.3%
  • Shell 1.7%