influxDB的安装和简单使用

Posted 沧海一粟,何以久远

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了influxDB的安装和简单使用相关的知识,希望对你有一定的参考价值。

单机的influxdb免费,集群的是收费的

1、安装,参考官方文档 https://portal.influxdata.com/downloads

RedHat & CentOS:

  wget https://dl.influxdata.com/influxdb/releases/influxdb-1.5.1.x86_64.rpm

  sudo yum localinstall influxdb-1.5.1.x86_64.rpm

Mac:

brew update

brew install influxdb

 

更新mac已经存在的influxdb到最新版本:brew upgrade influxdb

安装成功后的提示:

To have launchd start influxdb now and restart at login:
  brew services start influxdb
Or, if you don‘t want/need a background service you can just run:
  influxd -config /usr/local/etc/influxdb.conf

 

 

2、启动:

默认是随机启动的

sudo service influxdb start

influxd -config influxdb.conf根据配置文件启动

 

3、配置:/etc/influxdb/influxdb.conf

配置说明:https://docs.influxdata.com/influxdb/v1.5/

 

4、使用:

自带客户端,命令 influx

 





以上是关于influxDB的安装和简单使用的主要内容,如果未能解决你的问题,请参考以下文章

mac安装influxdb及golang的简单调用

Centos系统安装InfluxDB

时序数据库InfluxDBWindows环境下配置InfluxDB+数据可视化,以及使用 C#进行简单操作的代码实例...

InfluxDB(官方使用说明)

InfluxDB简介,安装及基础使用

Influxdb安装启动influxdb控制台常用命令Influx命令使用Influx-sql使用举例Influxdb的数据格式Influxdb客户端工具