From 44a363b58e8b6722a0e2f5b6b4b7774f3368b79f Mon Sep 17 00:00:00 2001 From: Pan YANG Date: Mon, 25 Apr 2022 22:38:33 +0800 Subject: [PATCH] feat: update description of TDengine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e8e657..d1c6d8f 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ You can read more about this distinction on Prof. Daniel Abadi's blog: [Distingu * [Kairosdb](https://github.com/kairosdb/kairosdb) - similar to OpenTSDB but allows for Cassandra. * [M3DB](http://m3db.github.io/m3/m3db/) - a distributed time series database that can be used for storing realtime metrics at long retention. * [Newts](https://opennms.github.io/newts/) - a time series database based on Apache Cassandra. -* [TDengine](https://github.com/taosdata/TDengine/) - a time series database in C utilizing unique features of IoT to improve read/write throughput and reduce space needed to store data +* [TDengine](https://github.com/taosdata/TDengine/) - an open-source time-series database with high-performance, scalability and SQL support. It can be widely used in IoT, Connected Vehicles, DevOps, Energy, Finance and other fields. * [OpenTSDB](http://opentsdb.net) - distributed time series database on top of HBase. * [Prometheus](https://prometheus.io/) - a time series database and service monitoring system. * [Beringei](https://github.com/facebookincubator/beringei) - Facebook's in-memory time-series database.