TDengine icon indicating copy to clipboard operation
TDengine copied to clipboard

Need documentation for protocol specification

Open CoderYellow opened this issue 2 years ago • 1 comments

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.

CoderYellow avatar Mar 11 '23 15:03 CoderYellow

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

yu285 avatar May 23 '24 04:05 yu285