An open API service indexing awesome lists of open source software.

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.

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!"
```