taosdata / driver-go

taos go driver
MIT License
89 stars 33 forks source link

pure golang implemention #3

Open softminer opened 4 years ago

softminer commented 4 years ago

Please reimplement the driver in pure golang to support multiple operation system easily

rickif commented 3 years ago

From my rough benchmark test, the cgo call may lead performance problem in client program. Is there any better solution? @liu0x54

sangshuduo commented 3 years ago

@rickif  please provide more detailed information regarding performance issue and any bottleneck if you found.

wenj91 commented 2 years ago

同样希望官方出个纯golang写的驱动

sangshuduo commented 2 years ago

同样希望官方出个纯golang写的驱动

现在也可以用 RESTful 来绕过 cgo 吧

wenj91 commented 2 years ago

同样希望官方出个纯golang写的驱动

现在也可以用 RESTful 来绕过 cgo 吧

有文档吗,我看下

sangshuduo commented 2 years ago

同样希望官方出个纯golang写的驱动

现在也可以用 RESTful 来绕过 cgo 吧

有文档吗,我看下

https://www.taosdata.com/cn/documentation/connector#restful

wenj91 commented 2 years ago

同样希望官方出个纯golang写的驱动

现在也可以用 RESTful 来绕过 cgo 吧

有文档吗,我看下

https://www.taosdata.com/cn/documentation/connector#restful

多谢多谢👍

wenj91 commented 2 years ago

Please reimplement the driver in pure golang to support multiple operation system easily

我基于TDengine RESTFul api重构的版本,纯golang实现,https://github.com/wenj91/taos-driver,希望一起完善下

sangshuduo commented 2 years ago

Please reimplement the driver in pure golang to support multiple operation system easily

我基于TDengine RESTFul api重构的版本,纯golang实现,https://github.com/wenj91/taos-driver,希望一起完善下

欢迎 PR

wenj91 commented 2 years ago

Please reimplement the driver in pure golang to support multiple operation system easily

我基于TDengine RESTFul api重构的版本,纯golang实现,https://github.com/wenj91/taos-driver,希望一起完善下

欢迎 PR

新起的项目,还有些细节要完善,最近在调测中

Alsmile commented 2 months ago

同样希望官方出个纯golang写的驱动

现在也可以用 RESTful 来绕过 cgo 吧

如果实时性要求高一点,应该tcp协议好吧