https://github.com/redgerd/data_pipeline_rappelconso
https://github.com/redgerd/data_pipeline_rappelconso
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redgerd/data_pipeline_rappelconso
- Owner: Redgerd
- License: mit
- Created: 2025-05-18T19:37:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-25T15:10:13.000Z (about 1 year ago)
- Last Synced: 2025-06-05T11:49:39.787Z (12 months ago)
- Language: Python
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Product Recall Streaming Pipeline




This project uses different tools such as kafka, airflow, spark, postgres and docker.

## Overview
The data pipeline consists of three main stages:
1. **Data Streaming:**
Data is initially streamed from an external API into a Kafka topic. This simulates real-time data ingestion into the system.
2. **Data Processing:**
A Spark job consumes the data from the Kafka topic and processes it before saving the results into a PostgreSQL database.

3. **Orchestration with Airflow:**
The entire workflow — including the Kafka streaming task and the Spark processing job — is orchestrated using Apache Airflow.

## Deployment
All components are containerized and managed using **Docker** and **docker-compose**, ensuring easy setup, portability, and scalability.