Hi all,

I come from IoTDB community.
Following Christofer's suggestion, I'd like to share the process of the
integration work between IoTDB and some other Apache projects to let users
manage time-series data easier.

1. PLC4X (done)
Under the help of Julian and other guys, PLC4X has provided an example to
write data directly to IoTDB [1].

2. Prometheus (just beginning)
Prometheus is a popular data collection and event alert system for many
applications (but maybe not so popular for IoT).
We'd like to integrate Prometheus with IoTDB, by replacing Prometheus's
data store with IoTDB [2].

3. Flink and RocketMQ (in-progress)
Both Flink and rocketMQ are message queues and in many applications, they
are the entrances of data and IoTDB is behind them [3] [4] [5].

4. MiniFi (just beginning)
MiniFi is a dataflow management system. We'd like to integrate IoTDB with
it to allow: write data from a processor to IoTDB, and consume data from
IoTDB to other processors [6].

5. Streampipes (just beginning)
We'd like to add trigger function in IoTDB to allow publish alerts, or do
some stream calculation. A current possible solution is integrating with
StreamPipes [8].

IoTDB also begin to integrate with some other projects (which are irrelated
to IoT) but make it friendly to use IoTDB. like:

6. Calcite (almost done)
Calcite provides a Standard SQL language to IoTDB, which make it easy to
use. A pr is open and ask for code review [7].

7. Zeppelin (in-progress)
Zeppelin gives us a web-based GUI to let users operate IoTDB interactively
[9].

8. DataBase Connection Pool (just beginning)
with a DBCP, developers do not need to write too many codes in their
business logic codes.

Those are what we can consider.
We also would like to hear more ideas to make it easier to use IoTDB in IoT
applications.
Welcome to join us if you are interested in some integration ideas.

[1]
https://github.com/apache/plc4x/tree/develop/plc4j/examples/hello-integration-iotdb
[2] https://issues.apache.org/jira/projects/IOTDB/issues/IOTDB-519
[3] https://issues.apache.org/jira/browse/COMDEV-350
[4] https://issues.apache.org/jira/browse/IOTDB-560
[5] https://github.com/apache/incubator-iotdb/pull/817
[6] https://issues.apache.org/jira/projects/IOTDB/issues/IOTDB-518
[7] https://github.com/apache/incubator-iotdb/pull/902
[8] https://issues.apache.org/jira/projects/IOTDB/issues/IOTDB-516
[9] https://issues.apache.org/jira/projects/IOTDB/issues/IOTDB-515

Best,
-----------------------------------
Xiangdong Huang
School of Software, Tsinghua University

 黄向东
清华大学 软件学院

Reply via email to