https://github.com/codingforentrepreneurs/coding-with-kafka
Learn how to leverage Kafka to integrate event driven architecture (EDA) across all of your projects. Includes integration to Python and Node.js.
https://github.com/codingforentrepreneurs/coding-with-kafka
Last synced: 3 months ago
JSON representation
Learn how to leverage Kafka to integrate event driven architecture (EDA) across all of your projects. Includes integration to Python and Node.js.
- Host: GitHub
- URL: https://github.com/codingforentrepreneurs/coding-with-kafka
- Owner: codingforentrepreneurs
- Created: 2024-03-12T20:07:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T22:39:44.000Z (over 1 year ago)
- Last Synced: 2025-06-10T01:58:38.478Z (7 months ago)
- Language: Python
- Size: 67.4 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coding-with-Kafka
## Getting Started
If you're going through the course, do the following to start where we do:
```bash
mkdir -p ~/dev/coding-with-kakfa
cd ~/dev/coding-with-kakfa
git clone https://github.com/codingforentrepreneurs/Coding-with-Kafka .
git checkout start
rm -rf .git
git init
git commit -m "Course started!"
```