摘要: aggregate函数定义 官方定义连接 aggregateWindow = (every, fn, columns=["_value"], timeColumn="_stop", timeDst="_time", tables=<-) => tables |> window(every:every 阅读全文
posted @ 2020-06-05 16:56 Intellicode 阅读(1389) 评论(0) 推荐(0)
摘要: 官方文档 InfluxQL是一种类似SQL的查询语言,用于与InfluxDB中的数据交互。以下各节详细介绍了InfluxQL的SELECT语句和用于探索数据的有用查询语法。 |The Basics:|Configure Query Results:|General Tips on Query Syn 阅读全文
posted @ 2020-06-05 12:57 Intellicode 阅读(313) 评论(0) 推荐(0)
摘要: 使用InfluxDB.LineProtocol库往InfluxDB写数据 源码地址 此库提供两种生成InfluxDB数据格式的字符串,另一种是创建point对象集合的方式创建,性能比较慢。可以在源码的sample/Benchmark中进行测试,运行时一定要以release的方式运行,否则运行不起来。 阅读全文
posted @ 2020-06-05 12:46 Intellicode 阅读(610) 评论(0) 推荐(0)