Building a Real-Time Traffic Monitoring Pipeline with Spark Streaming, Kafka, and Time-Series DB

Aleksandar Brkljac
2 min readMay 12, 2023

--

I’ll walk you through a project I recently worked on — a data pipeline for traffic monitoring, incorporating both batch and real-time data processing.

The Overview of the Project

The goal of the project was to build a comprehensive data pipeline capable of processing real-time and batch traffic data. The tools I used for this task were Apache Spark, Kafka, InfluxDB, and PostgreSQL.

The pipeline comprises two main parts. The first part involves batch processing of historical traffic data stored in a CSV file. The second part involves real-time streaming of current traffic data.

Batch Processing with Apache Spark

The batch processing part of the pipeline uses Apache Spark to read the raw traffic data from a CSV file stored in HDFS. The data is processed to add additional information, such as the day of the week, part of the day, season, and temperature (in Celsius). Once the data has been processed, it is written into a PostgreSQL database. This database can be queried to generate analytical reports, detect trends, and make data-driven decisions.

Source code used for the batch processing

Real-Time Processing with Kafka and Spark

The second part of the pipeline involves real-time data processing. Traffic data is streamed in real-time from Kafka. Apache Spark processes this data, computing road segments and detecting speed limit violations. The processed data is then stored in InfluxDB for real-time analytics and PostgreSQL for historical analytics.

Source code used for the real-time processing

Visualizing the Data with Metabase

To make sense of the data and gain actionable insights, visualization is critical. For this project, Metabase is used to create interactive dashboards. These dashboards can be used to monitor traffic conditions, identify patterns, and make informed decisions.

Conclusion

Building a comprehensive data pipeline for traffic monitoring involves several moving parts, but the outcome is a robust, scalable system that can process large volumes of data efficiently. By combining batch and real-time processing, it’s possible to gain both historical and real-time insights into traffic conditions. This project showcases the power of data pipelines in transforming raw data into actionable insights.

https://github.com/aleksandarbrkljac/traffic-monitoring

--

--

Aleksandar Brkljac

Software Engineer @ Foursquare || Automation || Cryptocurrencies || Lifestyle