Skip to content

pete312/grafana_sandpit

Repository files navigation

grafana_sandpit

Doing someting cool with data in grafana

  • follow the install_for_fedora27.txt to get Grafana and InfluxDB working together.
  • create a virtualenv with python3 and pip install influxdb

    virtualenv -p python3 ve

    . ./ve/bin/activate

    pip install influxdb

  • run ./insert_Metro_data.py in the virutal env to add some taxi trip data in InfluxDB format from data/Taxi_trips.csv.

    ./insert_Metro_data.py

  • import the dashboard into grafana front end http://:3000 from the dashboard dir

About

Doing someting cool with data in grafana

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages