Software Development with Influx DB -- open source time series database

Introduction to Time Series and InfluxDB

(Tue May 30 2017 00:00:00 GMT+0300 (Eastern European Summer Time)) Influx DB is an easy-to-use time-series database, that uses a familiar query syntax, allows for regular and irregular time series, and is part of a broad stack of platform components. This video goes over what Time Series Data is, a comparison of different Time Series Databases, and more.

Time-series data with InfluxDB, overview

(Wed May 17 2017 00:00:00 GMT+0300 (Eastern European Summer Time)) Time-series databases are used for scenarios involving collecting time-stamped data. You probably want to generate summaries (rollups and aggregations), data retention policies, and so forth. That every datum is time-stamped makes it immediately different from regular SQL databases. InfluxDB is an open source time-series database.

InfluxDB CLI and Configuration Options

(Wed Jul 27 2016 00:00:00 GMT+0300 (Eastern European Summer Time)) Influx DB is an easy-to-use time-series database, that uses a familiar query syntax, allows for regular and irregular time series, and is part of a broad stack of platform components. The TICK stack is a set of four components that together make it quick and easy to collect time series data and graph it for users. One uses the CLI because it's always there, and is much easier than using CURL on the REST API.