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

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

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)