rakam-io / singer-target-rakam

Rakam API (https://github.com/rakam-io/rakam) Singer Integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

target-rakam

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

Install

Requires Python 3

› pip install target-rakam

Use

target-rakam takes two types of input:

  1. A config file containing your Rakam client id and access token
  2. A stream of Singer-formatted data on stdin

Create config file to contain your Rakam client id and token:

{
  "write_key": "cevc6ajc3b16tcl8616q7hq167u9dhm6c7udgak9beb8ogicvrol331c3fi6uab2",
  "api_url": "http://127.0.0.1:9998"
}
› tap-some-api | target-rakam --config config.json

where tap-some-api is Singer Tap.


Copyright © 2017 Rakam

About

Rakam API (https://github.com/rakam-io/rakam) Singer Integration

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%