Getting Started with Ruby and InfluxDB

Getting Started with Ruby and InfluxDB

Time series databases like InfluxDB index data by time. They are efficient at recording constant data streams like server metrics, application monitoring, sensor reports, or any other data containing a timestamp. The structure makes analyzing change over time a breeze.

This tutorial will show you how to set up InfluxDB with a sample Ruby application.