Skip to content

ali-jokar/kafka-stream-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Stream Processor

Overview

This project is a stream processing system designed to fetch data from the randomuser.me website, process the data using Kafka, and store it in a PostgreSQL database.

Installation

  1. Ensure that Docker is installed on your system.
  2. Clone the project repository from GitHub.
  3. Navigate to the codes directory.

Usage

To run the project, execute the following commands in order:

# Build Docker image
docker build -t my-python-app .

# Run Docker container
docker run my-python-app
After running these commands, your application should be up and running properly.

Configuration
To configure the connection to Kafka and PostgreSQL, edit the respective files in the codes directory.
Contributing
If you have any ideas or suggestions for improving this project, please feel free to share them with us.

Issues
If you encounter any problems or have any questions, please create an issue in the GitHub repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published