► [INFLUXDB] ✅ WHAT IS INFLUXDB? ✨ HOW TO INSTALL INFLUXDB ON UBUNTU 18.04? 🚀

Опубликовано: 21 Август 2026
на канале: LT DATA CHANNEL
14,087
180

In this video, I explain what InfluxDB is and how to install it on Ubuntu 18.04.

► 00:00 | Introduction
► 00:19 | What is InfluxDB?
► 02:26 | When to use InfluxDB?
► 03:43 | Advantages of InfluxDB
► 05:31 | Getting started with InfluxDB
► 07:35 | Conclusion
► 08:40 | How to install InfluxDB on Ubuntu 18.04?

⭐ List of commands executed during installation ⭐

☝ The description doesn't let me add greater than or less than symbols, so if you want to copy/paste directly, I recommend copying it from this link https://ltdatachannel.com/influxdb/wh... ☝

► sudo curl -sL https://repos.influxdata.com/influxdb... | sudo apt-key add -
► sudo echo "deb https://repos.influxdata.com/ubuntu bionic stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
► sudo apt update
► sudo apt install influxdb
► sudo systemctl stop influxdb
► sudo systemctl start influxdb
► sudo systemctl enable --now influxdb
► sudo systemctl is-enabled influxdb
► sudo systemctl status influxdb
► sudo nano /etc/influxdb/influxdb.conf

[http]
Determines whether HTTP endpoint is enabled.
enabled = true
Determines whether the Flux query endpoint is enabled.
flux-enabled = false

► sudo systemctl stop influxdb
► sudo systemctl start influxdb
► curl -XPOST "http://localhost:8086/query" --data-urlencode "q=CREATE USER ltdata WITH PASSWORD 'ltpass' WITH ALL PRIVILEGES"
► influx -username 'ltdata' -password 'ltpass'
► curl -G http://localhost:8086/query -u ltdata:ltpass --data-urlencode "q=SHOW DATABASES"

✅ Subscribe to the channel ►   / ltdatachannel  

✅ Become a member of this channel to enjoy benefits ►
   / @ltdata  

#Influxdb​​ #whatisinfluxdb​​ #howtoinstallinfluxdb