apache / iotdb

Apache IoTDB
https://iotdb.apache.org/
Apache License 2.0
5.59k stars 1.01k forks source link

Third party library development, need help. #6582

Open DDDHuang opened 2 years ago

DDDHuang commented 2 years ago

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.

github-actions[bot] commented 2 years ago

Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!

jixuan1989 commented 2 years ago

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" ?