This repo builds a Docker container for the KairosDB time series database. It needs Cassandra to be installed and found.
It is configured to run with docker-cassandra
Both Cassandra and Kairosdb use the script for networking bridge connectivity
Follow the instructions in the README
$ git clone https://github.com/gleeco/docker-kairosdb.git
$ cd docker-kairosdb
$ ./build.sh
$ ./start-kairos.sh
In the test directory, two scripts to verify that things work:
$ test/netcat.sh
$ test/http.sh
$ test/http_list.sh