Chances are pretty good, at some point in time, you’re business or your application will require the use of a time-series database. When that time comes, you’ll want to be ready for it.
InfluxDB includes features such as:
1. RESTful API
2. Built on an SQL-like query language, called InfluxQL
3. Client libraries for languages like C#, Go, Java, JavaScript, Kotlin, Node.js, PHP, Python, R, and more
4. Series cardinality and high throughput
5. Batch and streaming to inget and join data
6. Flexible storage
7. High availability that can be run on three clouds, four continents, and 20 regions
8. Write data with AWS Lambda or InfluxDB CLI
9. Run Flux scripts natively and view results in VS Code
10. Connectors to Grafana, Google Data Studio, and PTC ThingWorkx
Link:
How to Install a Desktop Environment/GUI in Ubuntu Server
Commands:
sudo apt-get update
sudo apt-get upgrade -y
sudo reboot
echo ‘393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key’ | sha256sum -c && cat influxdata-archive_compat.key | gpg –dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg /dev/null
echo ‘deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main’ | sudo tee /etc/apt/sources.list.d/influxdata.list
sudo apt-get update
sudo apt-get install influxdb2
sudo systemctl enable –now influxdb
sudo ufw allow 8086/tcp
Chapters:
0:00 Intro
0:23 What You’ll Need
1:28 Installing InfluxDB
4:47 Access the Web-Based Portal
6:27 End screen
What you’ll learn:
1. What You’ll Need
a. How to Make sure that your instance of Ubuntu Server is up to date and fully patched against known vulnerabilities
b. How to upgrade kernel
2. Installing InfluxDB
a. How to download the official InfluxDB GPG key
b. How to Install the key
c. How to add the required repository
d. How to update apt sources
e. How to install InfluxDB
f. How to start and enable the influxDB service
g. How to make influxdb active and running
h. How to open the required firewall port with a command
3. Access the Web-Based Portal
a. How to create an initial user
b. How to make InfluxDB to automatically set up local metric collection and dump you right into the main window, where you can get to work with the database
4. basics of getting InfluxDB up and running on Ubuntu Server 20.04
Song: KSMK & Esperanza – Juego Oscuro (Vlog No Copyright Music)
Music provided by Vlog No Copyright Music.
Video Link: https://www.youtube.com/watch?v=BLZvJdcrCoM&t=0s
Song: SKANDR – Happy Ending (Vlog No Copyright Music)
Music promoted by Vlog No Copyright Music.
Video Link: https://www.youtube.com/watch?v=fMIJpO9Z-I0&t=0s
#computereverywhere #install #influxdb #timeseries #database #ubuntuserver #ubuntu22
Leave a Reply