This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch comparison_doc in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit 1aa8114ea58a90286f5c3cc41bea2c1324dcc4de Author: xiangdong huang <[email protected]> AuthorDate: Mon May 11 17:50:15 2020 +0800 add license descrption of IoTDB --- docs/UserGuide/9-Comparison/TSDB-Comparison.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/UserGuide/9-Comparison/TSDB-Comparison.md b/docs/UserGuide/9-Comparison/TSDB-Comparison.md index af7380c..b493492 100644 --- a/docs/UserGuide/9-Comparison/TSDB-Comparison.md +++ b/docs/UserGuide/9-Comparison/TSDB-Comparison.md @@ -71,7 +71,7 @@ Legend: | TSDB | IoTDB | InfluxDB | OpenTSDB | KairosDB | TimescaleDB | |-----------------------------|-----------------------------|------------|------------|------------|-------------| -| OpenSource | **O** | o | o | **o** | o | +| OpenSource | **o** | o | o | **o** | o | | SQL\-like | o | o | x | x | **O** | | Schema | "Tree\-based, tag\-based\" | tag\-based | tag\-based | tag\-based | Relational | | Writing out\-of\-order data | o | o | o | o | o | @@ -90,7 +90,7 @@ Legend: * OpenSOurce: - * IoTDB is in Apache incubator. + * IoTDB uses Apache License 2.0 and it is in Apache incubator. * InfluxDB uses MIT license. However, **the cluster version is not open sourced**. * OpenTSDB uses LGPL2.1, which **is not compatible with Apache License**. * KairosDB uses Apache License 2.0.
