Installing InfluxDB on Ubuntu 14

  • Last Created On Dec 05, 2024
  • 33
0 0

Introduction

InfluxDB is an open-source, distributed, time series database with no external dependencies. Yes, you read the “no external dependencies” part correctly. InfluxDB can make this claim because it is entirely written in the Go programming language. InfluxDB comes packed with its own query language, a built-in data explorer, and many other features, including time-centric functions and events.

Installation

Spin up a new AKLWEB HOST instance of Ubuntu 14.04.

SSH into it ssh root@<aklwebhost-instance-ip> and run the following commands.

wget http://s3.amazonaws.com/influxdb/influxdb_latest_amd64.deb
sudo dpkg -i influxdb_latest_amd64.deb

Start InfluxDB.

sudo service influxdb start

Accessing Database

Open your browser and go to http://<aklwebhost-instance-ip>:8083. Don’t forget to specify port 8083.

You’ll be greeted with screen to logon to InfluxDB’s admin interface. Logon using credentials u:root p:root.

The next screen takes you to the database section. Type in “test_db” in the name field, then press “enter”. You will see a message that the “test_db” database was created.

Conclusion

At the time of writing, InfluxDB is still in its infancy. It holds a great promise for handling metric data and real-time analytics. The powerful web-based administration interface and query language of InfluxDB make administrating InfluxDB both simple and enjoyable.

Head over to influxdb.com to learn more about InfluxDB.

Views: 33

Recent Articles

  • How to Install JAX with ROCm Acceleratio...
    89
  • Deploy a PyTorch Workspace on a Vultr Cl...
    70
  • Managing Backup Storage
    80
  • Automating FTP Backups in Windows Server
    70
  • Automating FTP Backups in Linux
    74

Popular Articles

  • Our General Terms & Conditions
    2595
  • Our Privacy Policy
    2446
  • Our Cookies Policy
    270
  • Our Terms of Use
    149
  • How to Install JAX with ROCm Acceleratio...
    89