cypress-io / singer-target-stitch

A Singer.io Target for the Stitch Import API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

target-stitch

Reads Singer formatted data from stdin and persists it to the Stitch Import API.

Install

Requires Python 3.5.6

› 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 © 2017 Stitch

About

A Singer.io Target for the Stitch Import API

License:GNU Affero General Public License v3.0


Languages

Language:Python 93.4%Language:Ruby 6.6%