Skip to content

l0010o0001l/influxdata-btc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

InfluxDB / Chronograf w/ Coindesk BTC Data

This is me playing with InfluxDB and Chronograf using Coindesk's API to look through historical bitcoin prices.

If you wanna play too

  • Ensure JQ, Docker Engine, and Docker Compose is installed on the host machine
  • Clone the project repository
  • cd into the project repository and run docker-compose up
  • Run ./ingest.sh

The ingest will take a minute, but in the meantime you can point your browser to http://localhost:8888. When creating the InfluxDB Connection, point the Connection URL to http://db:8086 (uses Docker Compose’s built-in DNS resolution to connect to the influxdb container).

Check out the Explore tab on the left, where you can execute InfluxQL queries. See what's been inserted so far with SELECT * FROM "bitcoin"."autogen"."bitcoin". You can create visualizations for dashboards from data retrieved through this sweet query interface.

I'm impressed with these products so far. Chronograf is slick like butter. 😱

About

Checkin' out InfluxData's cool stuff ❇️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages