- Documentation
- Learning Hub
- Journey Introduction to data sources
- Section 2 of 3 Common data sources
PostgreSQL
Slide 8 of 11
PostgreSQL: Query your databases directly
What it’s for: Application data including sales metrics, user counts, inventory, JSON data, and any PostgreSQL-stored data.
Also works with
TimescaleDB (time-series extension for PostgreSQL)
Good to know
- Query language: SQL, including advanced features like common table expressions (CTEs) and window functions
- Native JSON and JSONB support for querying semi-structured data
- Works with TimescaleDB, the time-series extension for PostgreSQL
Best for
- Application dashboards
- Data already in PostgreSQL
- Semi-structured data (JSON)
- Time-series data with TimescaleDB
- Combining technical and application metrics
Tip: As a general practice, point dashboard queries at a read replica to protect a busy production database.
Documentation
View the full documentation.
PostgreSQL data source