Event Analytics Foundations
Lesson, slides, and applied problem sets.
View SlidesLesson
SQL Foundations for Event Analytics
Focus on query shapes that build reliable analytics on event streams.
Key habits
- Define the grain explicitly (per user, per session, per device).
- Use window functions to segment time series.
- Keep output deterministic with stable ordering.