From 9b13e57b624e613b672007cfb795ab91c98d1bbb Mon Sep 17 00:00:00 2001 From: Sergei Rodionov Date: Fri, 13 Oct 2017 17:17:13 +0300 Subject: [PATCH] Add SQL capability to Axibase TSD ATSD supports SQL and it's worth mentioning it in the short description given the fact that the database itself runs on top of the HBase key-value store. ATSD SQL docs: https://github.com/axibase/atsd/tree/master/api/sql#overview --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d639ae4..810cf24 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ You can read more about this distinction on Prof. Daniel Abadi's blog: [Distingu ## Time-Series Databases -* [Axibase Time Series Database](http://axibase.com/products/axibase-time-series-database/) - distributed time series database on top of HBase. Includes built-in Rule Engine, data forecasting and visualization. +* [Axibase Time Series Database](http://axibase.com/products/axibase-time-series-database/) - Integrated time series database on top of HBase with built-in visualization, rule-engine and SQL support. * [Chronix](http://chronix.io/) - a time series storage built to store time series highly compressed and for fast access times. * [Cube](http://square.github.io/cube/) - uses MongoDB to store time series data. * [Heroic](https://spotify.github.io/heroic/#!/index) - is a scalable time series database based on Cassandra and Elasticsearch.