Project

tap-vend

0.0
No commit activity in last 3 years
No release in over 3 years
Stream Vend POS 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

>= 5.1.1, ~> 5.1
>= 1.0.2, ~> 1.0
>= 0.12.1, ~> 0.12
>= 0.11.0.1, ~> 0.11
>= 0.2.0, ~> 0
>= 0.5.1, ~> 0
 Project Readme

tap-vend

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

Configuration

{
  "store":"your-vend-store",
  "token":"your-vend-personal-token",
  "requests_per_second": 2
}

Usage (with Stitch target)

> bundle exec tap-vend
Usage: tap-vend [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-vend
> bundle exec tap-vend -c config.vend.json -s state.json | target-stitch --config config.stitch.json | tail -1 > state.new.json