Designing Data-Intensive Applications (M. Kleppmann): reading notes 1/3 Posted on March 27, 2023 Reading through this classic about data engineering. Part 1: Foundations of Data Systems [Read More] reliability scalability maintainability system design data engineering
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