[TD-4528] <docs>: add Go example about reading from Kafka and writing to TDengine.

This commit is contained in:
Elias Soong 2021-06-29 17:39:55 +08:00
parent 80047afd7e
commit bf14dba356
1 changed files with 4 additions and 0 deletions

View File

@ -900,6 +900,10 @@ go env -w GOPROXY=https://goproxy.io,direct
sql.Open内置的方法Close closes the statement.
### 其他代码示例
[Consume Messages from Kafka](https://github.com/taosdata/go-demo-kafka) 是一个通过 Go 语言实现消费 Kafka 队列写入 TDengine 的示例程序,也可以作为通过 Go 连接 TDengine 的写法参考。
## <a class="anchor" id="nodejs"></a>Node.js Connector
Node.js连接器支持的系统有