Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
/ target-stitch Public archive
forked from singer-io/target-stitch

A Singer.io Target for the Stitch Import API

License

Notifications You must be signed in to change notification settings

onedox/target-stitch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

target-stitch

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

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

About

A Singer.io Target for the Stitch Import API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%