Project

tap-rep

0.0
No commit activity in last 3 years
No release in over 3 years
Stream Rep records to a Singer target, such as Stitch
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.0.2, ~> 1.0
>= 0.12.1, ~> 0.12
>= 0.11.0.1, ~> 0.11
 Project Readme

tap-rep

A singer.io tap to extract data from Rep and load into any Singer target, like Stitch or CSV

Configuration

{
  "token":"bearer-token-from-rep"
}

Usage (with Stitch target)

> bundle exec tap-rep
Usage: tap-rep [options]
    -c, --config config_file         Set config file (json)
    -s, --state state_file           Set state file (json)
    -h, --help                       Displays help
    -v, --verbose                    Enables verbose logging to STDERR

> pip install target-stitch
> gem install tap-rep
> bundle exec tap-rep -c config.rep.json -s state.json | target-stitch --config config.stitch.json | tail -1 > state.new.json