GitHub user qiaojialin added a comment to the discussion: Using IoTDB as database for the time-series storage?
Hi, I'm Jialin Qiao, PMC of Apache IoTDB. Thanks for bringing up the integration between Apache StreamPipes and Apache IoTDB :) Both SreamPipes and IoTDB are built for IIoT scenarios, and SP is closer to the end-user. We will very glad to satisfy the interesting demand of SP, which will help IoTDB more deeply into the industry. Here is a comparison between TSDBs: https://iotdb.apache.org/UserGuide/Master/Reference/TSDB-Comparison.html#feature-comparison Some highlight points of IoTDB: * IoTDB is designed for end-edge-cloud scenarios, the data synchronization between IoTDB instances is natively designed without external ETL tools. * The batch-data ingestion speed of IoTDB using Session.insertTablet() interface is higher(10×) than InfluxDB's line protocol, so IoTDB could support High-frequency(1kHz) timeseries. * The longer the time range to aggregate, the faster the polymerization of IoTDB, because IoTDB has pre-aggregations while InfluxDB does not. * The data file of IoTDB is called TsFile, which is a highly compressed file format for time series. TsFile has its own API and could be used independently like Parquet and ORC. Looking forward to building close cooperation between Apache StreamPipes and Apache IoTDB communities 😄 GitHub link: https://github.com/apache/streampipes/discussions/1369#discussioncomment-5199492 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
