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
This commit is contained in:
Sergei Rodionov
2017-10-13 17:17:13 +03:00
committed by GitHub
parent ac39e442b7
commit 9b13e57b62

View File

@@ -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.