confluent-platform

Open-source projects categorized as confluent-platform
Language: + Shell + Python + Java

Top 6 confluent-platform Open-Source 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

  • kafka-docker-playground

    🐳✨ Fully automated Apache Kafka® and Confluent Docker based examples // 👷‍♂️ Easily build examples or reproduction models

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cp-demo

    Confluent Platform Demo including Apache Kafka, ksqlDB, Control Center, Schema Registry, Security, Schema Linking, and Cluster Linking

  • ksql-udf-deep-learning-mqtt-iot

    Deep Learning UDF for KSQL for Streaming Anomaly Detection of MQTT IoT Sensor Data

  • jmx-monitoring-stacks

    📊 Monitoring examples for Confluent Cloud and Confluent Platform

  • Realtime-ticket-booking-solution

    A simple demo showing how to use Ably and fastAPI to route messages into Kafka for stream processing

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

confluent-platform related posts

  • My local Kafka instance stuck in "auto leader balancing"

    1 project | /r/apachekafka | 22 Nov 2023
  • Has anyone seen and handled this error successfully ? : /bin/sh^M: bad interpreter: No such file or directory

    1 project | /r/apachekafka | 25 Feb 2023
  • How to use Kafka to stream files using three separate machines (one for the producer, one for the broker, and one for the broker)?

    1 project | /r/apachekafka | 3 Dec 2022
  • Spring Cloud Stream & Kafka Confluent Avro Schema Registry

    5 projects | dev.to | 1 Aug 2022
  • Machine learning & Kafka KSQL stream processing — bug me when I’ve left the heater on

    3 projects | dev.to | 7 Jan 2021
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 1 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source confluent-platform projects? This list will help you:

Project Stars
1 cp-all-in-one 882
2 kafka-docker-playground 599
3 cp-demo 527
4 ksql-udf-deep-learning-mqtt-iot 284
5 jmx-monitoring-stacks 238
6 Realtime-ticket-booking-solution 16

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com