iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Third party library development, need help.

Open DDDHuang opened this issue 2 years ago • 2 comments

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.

DDDHuang avatar Jul 04 '22 07:07 DDDHuang

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

github-actions[bot] avatar Jul 04 '22 07:07 github-actions[bot]

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

jixuan1989 avatar Jul 06 '22 01:07 jixuan1989