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 warehouse 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
 
