Detailed explanation of influxdb (1): installation and startup

influxdb concept

The open source time series database developed by influxData is developed in go language and focuses on high-performance query and storage of time series data; it is widely used in monitoring data of village systems, real-time data in the industry and other scenarios

Download and launch

This article mainly uses centOS 7.0 version description, other versions, please refer to the official website  influxdb official website

Download and install

cat <<EOF | sudo tee /etc/yum.repos.d/influxdb.repo
[influxdb]
name = InfluxDB Repository - RHEL \$releasever
baseurl = https://repos.influxdata.com/rhel/\$releasever/\$basearch/stable
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdb.key
EOF
sudo yum install influxdb
sudo service influxdb start

Centos 7+ version startup method

sudo yum install influxdb
sudo systemctl start influxdb





Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324763746&siteId=291194637