文章分类 -  Influxdb 那些事儿

摘要:package com.abc; import java.util.HashMap; import java.util.Map; import java.util.concurrent.TimeUnit; public class TestInflux { public static void ma 阅读全文
posted @ 2021-01-26 16:37 都是城市惹的祸 阅读(47) 评论(0) 推荐(0)
摘要:import java.util.List; import java.util.Map; import java.util.concurrent.TimeUnit; import org.influxdb.InfluxDB; import org.influxdb.InfluxDB.Consiste 阅读全文
posted @ 2021-01-26 16:34 都是城市惹的祸 阅读(927) 评论(0) 推荐(0)
摘要:定义 The part of InfluxDB’s data structure that describes for how long InfluxDB keeps data (duration), how many copies of this data is stored in the clu 阅读全文
posted @ 2021-01-26 16:31 都是城市惹的祸 阅读(270) 评论(0) 推荐(0)
摘要:1、InfluxDBHelper类 using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; namespace t 阅读全文
posted @ 2020-04-29 10:50 都是城市惹的祸 阅读(4572) 评论(0) 推荐(1)
摘要:Influxdb 是一款比较火爆的时序数据库,本文介绍如何在 windows 平台下安装。 1.场景: windows 平台的 influxdb 似乎只支持单机非windows 服务的安装方式 适用于测试环境或者想体验什么是时序数据库。 2.准备安装包: 官方下载地址:https://portal. 阅读全文
posted @ 2020-04-29 09:31 都是城市惹的祸 阅读(1132) 评论(0) 推荐(1)