Bruin Academy
Guide
Notion to PostgreSQL
Load data from Notion into PostgreSQL using Bruin's ingestr asset type - automate your Notion data pipeline in minutes.
What
Load data from a Notion database into PostgreSQL using Bruin's ingestr asset type. Notion is useful for organizing information, but a structured database makes that data easier to query, join, and analyze.
How
Use bruin init default to scaffold the project, define an ingestr asset with Notion and PostgreSQL connections, validate the project, then run it with bruin run .. The guide ends by querying the loaded PostgreSQL table.
Before you start
- Bruin CLI installed
- Notion API credentials
- A PostgreSQL database with connection credentials
Guide overview
Get help & contribute