SaaSHub helps you find the best software and product alternatives Learn more →
Top 5 Python Apache Kafka Projects
-
cp-all-in-one
docker-compose.yml files for cp-all-in-one , cp-all-in-one-community, cp-all-in-one-cloud, Apache Kafka Confluent Platform
Project mention: My local Kafka instance stuck in "auto leader balancing" | /r/apachekafka | 2023-11-22# https://github.com/confluentinc/cp-all-in-one/blob/7.0.1-post/cp-all-in-one/docker-compose.yml version: '3' services: zookeeper: image: confluentinc/cp-zookeeper:7.3.0 container_name: zookeeper ports: - "2181:2181" environment: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 broker: image: confluentinc/cp-kafka:7.3.0 container_name: broker ports: - "9092:9092" depends_on: - zookeeper environment: KAFKA_BROKER_ID: 1 KAFKA_ZOOKEEPER_CONNECT: "zookeeper:2181" KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://broker:29092,PLAINTEXT_HOST://localhost:9092 KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1 KAFKA_TRANSACTION_STATE_LOG_MIN_ISR: 1 KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR: 1 mongodb: container_name: mongo_c image: mongo:6.0 volumes: - ./db:/data/db ports: - "27017:27017" environment: MONGO_INITDB_ROOT_USERNAME: root MONGO_INITDB_ROOT_PASSWORD: example
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
python-fake-data-producer-for-apache-kafka
The Python fake data producer for Apache Kafka® is a complete demo app allowing you to quickly produce JSON fake streaming datasets and push it to an Apache Kafka topic.
Project mention: Crossplane: Streamline your infrastructure provisioning & management | dev.to | 2023-10-17Access to Aiven
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
Python Apache Kafka related posts
- My local Kafka instance stuck in "auto leader balancing"
- Crossplane: Streamline your infrastructure provisioning & management
- Scale up: a MySQL bug story, or why Aiven works
- What are your favorite tools or components in the Kafka ecosystem?
- Apache Kafka Using Docker
- Has anyone seen and handled this error successfully ? : /bin/sh^M: bad interpreter: No such file or directory
- OpenID Connect authentication with Apache Kafka 3.1
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa433d870>
www.saashub.com | 28 Nov 2023
Index
What are some of the best open-source Apache Kafka projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | cp-all-in-one | 805 |
2 | KQ | 562 |
3 | strimzi-kafka-cli | 68 |
4 | python-fake-data-producer-for-apache-kafka | 64 |
5 | esque | 23 |