Designing Data-Intensive Applications: reading notes, part 1 Posted on March 27, 2023 Reading through this backend/data engineering classic. Part 1: Foundations of Data Systems [Read More] backend databases system design data engineering indexes data structures
Build a real-time stream of air quality data with Apache Kafka Posted on August 10, 2022 Let’s build a data stream with Kafka today! We will retrieve air quality data using the World Air Quality Index project’s API, then push it on a Kafka cluster. [Read More] kafka stream API data engineering distributed http request air cluster