This document discusses TimescaleDB, an open-source time-series database built on PostgreSQL. It provides an overview of TimescaleDB, including that it uses hypertables to store time-series data across partitions, allows for easy SQL queries, and scales both vertically and horizontally. The document then demonstrates how to install TimescaleDB, create a hypertable from an existing PostgreSQL table to store time-series data, insert sample data, and perform queries on the data. It concludes with references for more information.