iotdb
iotdb copied to clipboard
Third party library development, need help.
I'm a developer of EMQX. We are working on data connectivity between IoTDB and EMQX Enterprise. But no erlang SDK or client was found. We had used MQTT connection as IoTDB SDK. But it doesn't perform very well.
I found some API implementation such as Java Native API
, Python Native API
, C++ Native API
... and Influxdb Protocol
. I do not know which is the best way.
So could you help me about what the most recommended practice is?
Best regards.
Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!
Hi, Java Native API is the best, and then C++ Native API and Python. But C++ and Python has no enough maintainers like Java Native API. InfluxDB API is experimental.
My another concern is, does your question solve the problem "But no erlang SDK or client was found" ?