reimagined-umbrella
v1.1.4
Published
A simple Node.js® project that subscribes to the Coinbase WebSocket API and streams ticker data into InfluxDB.
Downloads
8
Maintainers
Readme
reimagined-umbrella
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