Skip to content

Commit

Permalink
enhance README
Browse files Browse the repository at this point in the history
Signed-off-by: OneSizeFitQuorum <tanxinyu@apache.org>
  • Loading branch information
OneSizeFitsQuorum committed Jun 11, 2024
1 parent cb5190c commit 5c0116b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
30 changes: 15 additions & 15 deletions README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ IoT-Benchmark 是用来评估时序数据库、实时数据库在工业物联网

目前支持如下数据库、版本和连接方式:

| 数据库 | 版本 | 连接方式 |
| :------------------: | :--------: | :----------: |
| IoTDB | v1.x | SDK |
| InfluxDB | v1.x、v2.x | SDK |
| QuestDB | v6.0.7 | jdbc |
| Microsoft SQL Server | 2016 SP2 | jdbc |
| VictoriaMetrics | v1.64.0 | Http Request |
| SQLite | -- | jdbc |
| OpenTSDB | -- | Http Request |
| KairosDB | -- | Http Request |
| TimescaleDB | -- | jdbc |
| TimescaleDB | Cluster | jdbc |
| TDengine | 2.2.0.2 | jdbc |
| TDengine | 3.0.1 | jdbc |
| PI Archive | 2016 | jdbc |
| 数据库 | 版本 |
| :------------------: | :--------: |
| IoTDB | v1.x |
| InfluxDB | v1.x、v2.x |
| QuestDB | v6.0.7 |
| Microsoft SQL Server | 2016 SP2 |
| VictoriaMetrics | v1.64.0 |
| SQLite | -- |
| OpenTSDB | -- |
| KairosDB | -- |
| TimescaleDB | -- |
| TimescaleDB | Cluster |
| TDengine | 2.2.0.2 |
| TDengine | 3.0.1 |
| PI Archive | 2016 |

# 3. 快速开始

Expand Down
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ IoT-Benchmark is a benchmarking tool used to evaluate the performance of time se

Currently supports the following databases, versions and connection methods:

| Database | Version | Insert_Mode |
| :------------------: | :--------: | :----------: |
| IoTDB | v1.x | SDK |
| InfluxDB | v1.x, v2.x | SDK |
| QuestDB | v6.0.7 | jdbc |
| Microsoft SQL Server | 2016 SP2 | jdbc |
| VictoriaMetrics | v1.64.0 | Http Request |
| SQLite | -- | jdbc |
| OpenTSDB | 2.4.1 | Http Request |
| KairosDB | -- | Http Request |
| TimescaleDB | -- | jdbc |
| TimescaleDB | Cluster | jdbc |
| TDengine | 2.2.0.2 | jdbc |
| TDengine | 3.0.1 | jdbc |
| PI Archive | 2016 | jdbc |
| Database | Version |
| :------------------: | :--------: |
| IoTDB | v1.x |
| InfluxDB | v1.x, v2.x |
| QuestDB | v6.0.7 |
| Microsoft SQL Server | 2016 SP2 |
| VictoriaMetrics | v1.64.0 |
| SQLite | -- |
| OpenTSDB | 2.4.1 |
| KairosDB | -- |
| TimescaleDB | -- |
| TimescaleDB | Cluster |
| TDengine | 2.2.0.2 |
| TDengine | 3.0.1 |
| PI Archive | 2016 |

# 3. Quick Start

Expand Down

0 comments on commit 5c0116b

Please sign in to comment.