Kairosdb Versions Save

Fast scalable time series database

v1.3.0

2 years ago

This is a big release that has been in the works for a couple of years now. For a list of all items included in this list see the 1.3.0 issues: https://github.com/kairosdb/kairosdb/milestone/10?closed=1

v1.2.2

5 years ago

This is a patch adds some fixes made in 1.3 to the 1.2 code branch.

The following list was added

  1. Creating the Cassandra schema was exposed as an option on startup.
  2. Cassandra Java driver socket connect timeout and read timeout were exposed as configuration.
  3. Retry logic was added to try other Cassandra replicas before giving up.

v1.3.0-beta1

6 years ago

Big change in this release is the change to to hocon configuration. Read more about it here: https://github.com/lightbend/config/blob/master/HOCON.md

This change was driven by the need to add multi cluster support to kairos (also in this release). Multi cluster support allows you to have one write cluster and 0 or more read clusters. Say you are running Kairos on Cassandra 2.0.14 and you would really like to upgrade but the data is mission critical and the hardware is old so you would rather just create a new cluster with a newer version of Cassandra. With this version you simply set the 2.0.14 cluster as one of your read clusters and then create a new cluster as the current write cluster. Queries are made to all clusters (read and write) and data is only written to the write cluster.

Reasons to use multi cluster:

  1. Easy way to upgrade to newer versions of C*
  2. Provides a way to age out old data without using ttl.
  3. Way of managing kairos data growth.
  4. Use it to try new versions of Kairos - just set existing cluster as a read cluster.

v1.2.1

6 years ago

v1.2.0

6 years ago

The big change in this release is a change from Thrift to CQL. A lot of work was done to make CQL perform better than the thrift code. Queries are noticeably faster. The release will create new index tables that can be queried via the CQL shell. The code is compatible with data ingested by the previous release of Kairos (1.1.3).

The release is not compatible with schema created by 1.2 beta 1 and beta 2.

Now for all the heaps of coolness that can be found within this release

Uses CQL for reads and writes Up to 8x improvement in query speed - wait what?? Yes you read that right, I hit the turbo button. New service api for storing whatever you want in Kairos. (metadata, configuration, etc..) Extra metrics for tracking queries - even logged if the query fails Added ability to specify node roles (ie ingest or query node) Requires C* 2.1 or higher. Added a demo module that lets you load up a year of demo data to play with

Fixes

Fixed the open file handle issue Import/Export will exit when done.

List of issues resolved in this release: https://github.com/kairosdb/kairosdb/milestone/7?closed=1

v1.1.3

7 years ago

Issues closed as part of this release: https://github.com/kairosdb/kairosdb/milestone/6?closed=1

Most importantly is issue #346 where data is lost when Cassandra goes down.

v1.1.2

7 years ago

Issues closed as part of this release: https://github.com/kairosdb/kairosdb/milestone/5?closed=1

v1.1.1

8 years ago

This release is a patch that fixes the per metric TTL introduced in the 1.1.0 release.

v1.1.0

8 years ago

Issues fixed: https://github.com/kairosdb/kairosdb/issues?q=milestone%3A%221.0.1+Release%22

Thanks for everyone's contribution to this project.

This release was previously - and incorrectly - named 1.0.1, which would have been fine if it only included bug fixed but, there were several new features added. I also took the opportunity to fix the kairosdb service script to not fail for some platforms.

v1.0.0

8 years ago

This has a boat load of stuff. Have a look at the milestone items to see what is there:

https://github.com/kairosdb/kairosdb/issues?utf8=%E2%9C%93&q=milestone%3A%221.0.0+Release%22+is%3Aclosed+

Thanks to everyone who has contributed to this release.