Time series databases (TSDB) are the databases optimized for processing time series data. Time series data are the data points with a time tag. These databases use much less disk space and can save much more samples per second compared to relational / traditional databases.
In addition, some of them (including RRDTool & InfluxDB) do have great tools to produce charts based on the data; this lets you create fancy dashboard with a minimal effort or create alarms and notifications based on various events and situations.
Time series databases are used in IoT, Monitoring and many other projects. In this video I will do a quick review on them, will show you InfluxDB as a modern TSDB and will write some Python code to write & read from it alongside creating a sample Dashboard. In 20 mins :) So you can step up and make most of your project fanciers / more useful / more stable using a TSDB.
Links:
TSDB Databases: [ Ссылка ]
InfluxDB: [ Ссылка ]
Influx Docs: [ Ссылка ]
RRDTool: [ Ссылка ]
Ещё видео!