Giter Club home page Giter Club logo

apache-kafka-studies's Introduction

Kafka Learning Project

This project is a tutorial on how to set up and use Kafka, a distributed streaming platform, using Docker.
This project/tutorial covers the basics of creating and managing Kafka topics, producing and consuming messages, and configuring consumer groups. By following the steps in this tutorial, I was able to gain a solid understanding of Kafka's core concepts and now I'm able to apply them in future projects.

You can also find my notes about the basics of Apache Kafka here and here.

Getting Started

To get started with this project, you need to have Docker installed on your machine. If you don't have Docker, you can download it from the official website https://www.docker.com/products/docker-desktop. Once you have Docker installed, follow these steps:

2- Clone this repository:
Clone this repository to your local machine using git clone https://github.com/GRISONRF/apache-kafka-studies.git.

3- Navigate to the project directory:
In your terminal or command prompt, navigate to the directory where you cloned the repository.

4- Run Docker:
Execute the following command from this directory:
docker-compose -f kafka-single-node.yml up -d.

5- Check if the containers are up and running:
Run the command docker ps to see if the Kafka containers are up and running.

6- Start producing and consuming messages:
Now that Kafka is up and running, you can start producing and consuming messages by following the steps provided under resources.

7- Shutdown and remove the setup:
When you're finished, execute this command in the same directory:
docker-compose -f kafka-single-node.yml down.

Usage

This project provides a step-by-step guide on how to use Kafka, including creating and managing Kafka topics, producing and consuming messages, and configuring consumer groups. It's a great resource for beginners like me, who want to learn about Kafka's core concepts and use them in their projects.

apache-kafka-studies's People

Contributors

grisonrf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.