1.1.4 • Published 3 years ago

reimagined-umbrella v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

reimagined-umbrella

npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io npm.io

A simple Node.js® project that subscribes to the Coinbase WebSocket API and streams ticker data into InfluxDB.

Example Usages

INFLUX_TOKEN=... \
INFLUX_URL=http://influxdb:8086 \
PRODUCT_IDS=ETH-USD,YFI-USD \
npx reimagined-umbrella
docker run \
--env INFLUX_TOKEN=... \
--env INFLUX_URL=http://influxdb:8086 \
--env PRODUCT_IDS=ETH-USD,YFI-USD \
--restart always \
--detach \
leonrinkel/reimagined-umbrella

Example Dashboards

Influx Dashboard Screenshot Grafana Dashboard Screenshot