emqx/apps/emqx_bridge_iotdb
firest 01f374d8e5 fix(iotdb): change the `data` field to optional 2024-01-25 18:29:41 +08:00
..
etc feat: add IotDB bridge 2023-05-08 16:19:01 +02:00
include fix: REST API version 2 not available in IoTDB 0.13 and 1.0 2023-05-24 13:09:47 +02:00
src fix(iotdb): change the `data` field to optional 2024-01-25 18:29:41 +08:00
test fix(iotdb): enhances type checking when converting value 2024-01-17 12:00:15 +08:00
.gitignore feat: add IotDB bridge 2023-05-08 16:19:01 +02:00
BSL.txt feat: add IotDB bridge 2023-05-08 16:19:01 +02:00
README.md docs: hide the not-ready document links 2023-05-15 11:20:23 +08:00
docker-ct feat: add IotDB bridge 2023-05-08 16:19:01 +02:00
rebar.config style: erlfmt all `rebar.config` files and `bin/nodetool` 2023-12-29 09:08:03 +08:00

README.md

Apache IoTDB Data Integration Bridge

This application houses the IoTDB data integration bridge for EMQX Enterprise Edition. It provides the means to connect to IoTDB and publish messages to it.

It implements the connection management and interaction without need for a separate connector app, since it's not used by authentication and authorization applications.

Documentation links

For more information on Apache IoTDB, please see its official site.

Contributing

Please see our contributing.md.

License

See BSL.