In this latest video we demonstrate how to install InfluxDB 2 on a Raspberry PI with a 64 bit operating system. This version only works with 64 bit operation systems, and contains a jazzy interface for visualizing you stored data. This has been tested on a Raspberry Pi 4 an Zero 2W.
Video Contents
0:00 Intro
0:10 What is InfluxDB
1:20 Installing InfluxDB
2:05 Linux Install Command
2:57 Stating InfluxDB
4:17 Opening InfluxDB on Web Browser.
4:32 Initial Set-up
5:03 Quick Overview
6:25 Client Libraries
Commands - Note this is the new install command.
curl -O https://dl.influxdata.com/influxdb/re...
sudo dpkg -i influxdb2_2.7.5-1_arm64.deb
sudo service influxdb start
sudo service influxdb status