https://github.com/kavimaluskam/kafka-starter
Tutorial Project for https://medium.com/@kavimaluskam/start-your-real-time-pipeline-with-apache-kafka-39e30129892a
https://github.com/kavimaluskam/kafka-starter
kafka
Last synced: 3 months ago
JSON representation
Tutorial Project for https://medium.com/@kavimaluskam/start-your-real-time-pipeline-with-apache-kafka-39e30129892a
- Host: GitHub
- URL: https://github.com/kavimaluskam/kafka-starter
- Owner: kavimaluskam
- License: mit
- Created: 2019-01-21T08:40:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T07:47:48.000Z (about 5 years ago)
- Last Synced: 2025-06-12T01:45:11.224Z (4 months ago)
- Topics: kafka
- Language: Makefile
- Homepage:
- Size: 24.4 KB
- Stars: 11
- Watchers: 0
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Kafka
This directory contains all resources for Apache Kafka, in the medium blog post.
For setup with kubenetes, please visit [Kafka on Kubernetes](https://github.com/kavimaluskam/kafka-k8s)
## Directory Structure
```sh
.
├── aws-setup # Contain CloudFormation yml for setup AWS service
├── connect # Apache connect properties file
├── docker # Setup local environment
├── cheatsheet.md # Cheat sheet for Kafka CLI
├── LICENSE
├── makefile # Shortcut to access different resources
├── README.md
```## Infrastructure Design
WIP
## CLI cheat sheet
Checkout [`cheatsheet.md`](./cheatsheet.md)