taosdata / TDengine

High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios
https://tdengine.com
GNU Affero General Public License v3.0
23.21k stars 4.83k forks source link

Need documentation for protocol specification #20421

Open CoderYellow opened 1 year ago

CoderYellow commented 1 year ago

Hi team, I want to implement a Java client with netty because the official JDBC client use JNI which might cause performance overhead. So could you please provide something like PostgreSQL Protocol Doc which documents the message format, authorization flow and query flow etc. The RPC framework in this project is written in C which is a bit hard for the language programmers. If you want more other language clients from the community, I think this doc is necessary.

yu285 commented 3 months ago

hi ,I‘m not the developer of TDengine , out of curiosity I want to know why you want to develop a Netty framework Java client when TDengine already provides resful/websocket database interaction?

Thanks