Skip to content

Follain/tap-vend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages