KairosDB is a time series database built on top of Cassandra, one of the top NoSQL database. It has a very simple API and a nice Grafana plugin in order to display the time series.
Creating a REST API is one of the building block of lot of software. It lets us access to data using an easy protocol accessible by most of the recent programming languages. That’s great but which language should we use to build the API.
Docker is the best tool to quickly check new technologies without the hassles of installations.
Continue reading “Playing with a Cassandra cluster via Docker”