thulab / iot-benchmark

IoT-benchmark is a tool for benchmarking TSDB in IoT scenario.
Apache License 2.0
177 stars 100 forks source link

[Feature] Support CnosDB in iot-benchmark #388

Open Subsegment opened 6 months ago

Subsegment commented 6 months ago

The iot-benchmark repository currently supports most of the major time series databases, and I hope to submit a pr to make it support CnosDB as well. CnosDB is fully compatible with InfluxDB's protocol and can refer to influxDB for its implementation

CnosDB is an open source time series database, and this is the github address for CnosDB.

What do you think?

JackieTien97 commented 6 months ago

sure, feel free to submit your pr

JackieTien97 commented 6 months ago

And if you have java sdk, you can also use that to speed up your writing

OneSizeFitsQuorum commented 6 months ago

Welcome to improve the testing capabilities of IoT-Benchmark~