Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 728 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 728 Bytes

docker-singer-exchangerateapi

Runs the singer tap:

tap-exchangeratehost  | target-stitch 

This is useful if you want to run this on a CI platform or locally. Each run sets the pull date to the current date. Change the config.usd.json if you want a different base currency. If you have never run it before and you want historical data, you can modify the config.usd.json to set the first run load date.

Prerequisites

Must have a stitch account and have setup a Stitch Import API.

Usage

export STITCH_CLIENT_ID="<INSERT YOUR STITCH CLIENT ID>"
export STITCH_TOKEN="<INSERT YOUR STITCH IMPORT API TOKEN>"
./docker/build.sh
./docker/run.sh