The purpose of this repository is to provide a scaffold for spinning up a
database with TimescaleDB enabled. The current data model is
very simplistic, but can be easily modified by changing the create_tables
file found in /scripts
.
We're using Postgresql along with TimescaleDB for collecting and working with time series data.
For more, read this great introduction to TimescaleDB article.