摘要:
Creating a database using the HTTP API To create a database send a POST request to the /query endpoint and set the URL parameter q to CREATE DATABASE 阅读全文
摘要:
Querying data using the HTTP API The HTTP API is the primary means for querying data in InfluxDB. To perform a query send a GET request to the /query 阅读全文
摘要:
本次学习目的:熟悉了解 go 语言特点,实现基本功能。 1、readfile.go 2、main.go 的实现 学习参考: 1、 go 语言学习手册 : https://cloud.tencent.com/developer/doc/1101 2、 go 语言开发 IDE 推荐:LiteIDE 3、 阅读全文