- Documentation
- Learning Hub
- Course Introduction to data sources
- Module 2 of 4 Data source tour
PostgreSQL
Slide 10 of 13
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)
Trade-offs
Best for
- Application dashboards
- Data already in PostgreSQL
- Semi-structured data (JSON)
- Time-series data with TimescaleDB
- Combining technical and application metrics
Documentation
View the full documentation. Learning path coming soon!