- Tracks all Transferwise CHF exchange rates using the TICK-Stack.
- Deployed on a Raspberry Pi with Balena (see Balena-compatible
docker-compose.yml
). - Currency specific Kapacitor alerts (i.e. to Slack) can be set in Chronograf.
- Retention Policy: 14 days.
If using Balena set the following device specific Device Service Variables:
API_TOKEN
for Transferwise API.
Optional: OAuth w/ Github, see Chronograf documentation:
GH_CLIENT_ID
GH_CLIENT_SECRET
GH_ORGS
TOKEN_SECRET
# git add remote for project
git push balena master
pipenv run black .