Demystifying event streams: Transforming events into tables with dbt
· 13 min read
Let’s discuss how to convert events from an event-driven microservice architecture into relational tables in a warehouseA data warehouse is a data management system used for data storage and computing that allows for analytics activities such as transforming and sharing data. like Snowflake. Here are a few things we’ll address:
- Why you may want to use an architecture like this
- How to structure your event messages
- How to use dbt macros to make it easy to ingest new event streams