sdw-online/postgres-dwh: A Postgres data warehouse for processing synthetic data using IAC principles
Disclaimer: This was just for fun. In a real-world setting there are more appropriate options that address modern-day warehousing challenges for different businesses depending on the problem statement at hand, so consider your company's (or client's) unique challenges before replicating any techniques used in this blog. This is a quick-fire project to demonstrate an event-driven Postgres data warehouse can be built using vanilla Python and SQL code while remaining performant and highly available for analytical use cases. Here's why I used each language: Python - for creating the pipelines connecting the different layers SQL - for creating and querying the Postgres tables Although cloud data warehouses are growing increasingly popular in the analytics world, there are still scenarios where traditional data warehouses would serve an enterprise better than a cloud data warehouse. More on this will be shared in a future blog post. I create a GitHub repo called postgres-dwh and set up the r
Preface Disclaimer: This was just for fun. In a real-world setting there are more appropriate options that address modern-day warehousing challenges for different businesses depending on the problem statement at hand, so consider your company's (or client's) unique challenges before replicating any techniques used in this blog. Why build this...? This is a quick-fire project to demonstrate an event-driven Postgres data warehouse can be built using vanilla Python and SQL code while remaining performant and highly available for analytical use cases. Here's why I used each language: Python - for
Explore this link on the map →related reading
- Redirecting...stephendavidwilliams.com
- PostgreSQL CDC - RisingWavedocs.risingwave.com
- Schedule | POSETTE: An Event for Postgres 2024 - Citus Datacitusdata.com
- Two Sizes Fit Most: PostgreSQL and ClickHouse - The New Stackthenewstack.io
- Ingest data from self-hosted PostgreSQL | Materialize Documentationmaterialize.com
- An Overview of Distributed PostgreSQL... | Crunchy Data Blogcrunchydata.com
- What Is a Data Warehouse? | Oracleoracle.com
- What I Learned From The Modern Data Stack Conference 2021 - James Lejameskle.com
- Benchmarking How Workflow Execution Scales on Postgres | DBOSdbos.dev
- Just Use Postgres for Everything | Amazing CTOamazingcto.com
- How we migrated our PostgreSQL database with 11 seconds downtime – Government Digital Servicegds.blog.gov.uk
- Querying Postgres Tables Directly from DuckDB – DuckDBduckdb.org