Reader small image

You're reading from  Building IoT Visualizations using Grafana

Product typeBook
Published inJul 2022
PublisherPackt
ISBN-139781803236124
Edition1st Edition
Right arrow
Author (1)
Rodrigo Juan Hernández
Rodrigo Juan Hernández
author image
Rodrigo Juan Hernández

Rodrigo Juan Hernández is an electronic engineer passionate about IoT even before it existed. He has been working on tech for more than 18 years until now. For several years he has been focusing on the IoT ecosystem. He is currently giving consultation about IoT systems to clients around the world. He also produces content online about IoT and related subjects and the content is available on his blog, Youtube channel, and social networks - mainly LinkedIn. He also writes for companies that need good quality content about their products and services. His main objective nowadays is helping others to understand and implement IoT solutions.
Read more about Rodrigo Juan Hernández

Right arrow

Installing and configuring OpenTSDB

Although we will work with InfluxDB databases during the rest of this book, this section presents an alternative TSDB. The implementation of OpenTSDB can be laborious, so we will use a basic approach to it.

Installing OpenTSDB

To run OpenTSDB, you need these dependencies:

  • Java Runtime Environment 1.6 or later
  • HBase 0.92 or later
  • gnuplot 4.2 or later (if you want to use its graphical interface)

For installing and running OpenTSDB you need HBase. HBase is an open source non-relational, distributed, scalable, and big data store.

Like OpenTSB, HBase runs on Java.

HBase is used for managing data of very large tables, offering fault-tolerant capabilities.

For full specifications and installation instructions, visit https://hbase.apache.org.

Unfortunately, there are no packages of OpenTSDB in the Linux repositories, so you will have to install it from the source.

Besides the requirements described earlier, you...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Building IoT Visualizations using Grafana
Published in: Jul 2022Publisher: PacktISBN-13: 9781803236124

Author (1)

author image
Rodrigo Juan Hernández

Rodrigo Juan Hernández is an electronic engineer passionate about IoT even before it existed. He has been working on tech for more than 18 years until now. For several years he has been focusing on the IoT ecosystem. He is currently giving consultation about IoT systems to clients around the world. He also produces content online about IoT and related subjects and the content is available on his blog, Youtube channel, and social networks - mainly LinkedIn. He also writes for companies that need good quality content about their products and services. His main objective nowadays is helping others to understand and implement IoT solutions.
Read more about Rodrigo Juan Hernández