Skip to content

lsst-sqre/influx-demo

Repository files navigation

influx-demo

Demonstration of the InfluxData stack

  1. Clone this repo
git clone https://github.com/lsst-sqre/influx-demo.git
  1. Create a virtualenv
cd influx-demo

virtualenv influx-demo -p python3
source influx-demo/bin/activate
pip install -r requirements.txt
  1. Using the virtualenv in the Jupyter notebook
python -m ipykernel install --user --name=influx-demo
jupyter notebook

(You should now see your kernel in the Jupyter notebook menu: Kernel -> Change kernel and be able so switch to it.)

Open the influx-demo.ipynb notebook.

  1. Install docker

The notebook requires docker-compose to run InfluxDB + Chronograf + Kapacitor locally. See for instance how to Install Docker for Mac.

About

Demonstration of the InfluxData stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published