Giter VIP home page Giter VIP logo

kafka_demo's Introduction

Setup

Kafka-python Documentation

https://kafka-python.readthedocs.io/en/master/usage.html

Install the Python Library

or

Create a FREE account for Kafka

https://console.upstash.com/login

Goto Kafka & Deploy a Cluster and create 2 topics

gctopic - 1 partition gctopic_m - 2 partitions

Usage

Simple Example.

python3 01_producer_simple.py message

python3 02_consumer_simple_autocommit.py

Read from an API and push it to Kafka

python3 01a_producer_api_json.py

python3 02_consumer.py

Read from an API and push it to Kafka multiple partitions

python3 01b_producer_multipartition.py

python3 02_consumer.py

Read from an API and stream in Batch

python3 01c_producer_batch.py

python3 02c_consumer_batch.py

kafka_demo's People

Contributors

gchandra10 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.