demo-scene

Scripts and samples to support Confluent Demos, Talks, and Blogs. Not all of the examples in this repository are kept up to date. For automated tutorials and QA'd code, see https://github.com/confluentinc/tutorials/ (by confluentinc)

Demo-scene Alternatives

Similar projects and alternatives to demo-scene

  1. ApacheKafka

    A curated re-sources list for awesome Apache Kafka

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. 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.

  4. Apache Kafka

    Mirror of Apache Kafka

  5. protoactor-go

    Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin

  6. kcat

    Generic command line non-JVM Apache Kafka producer and consumer

  7. akhq

    17 demo-scene VS akhq

    Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...

  8. kafdrop

    Kafka Web UI

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. examples

    Apache Kafka, Apache Flink and Confluent Platform examples and demos (by confluentinc)

  11. confluent-kafka-python

    Confluent's Kafka Python Client

  12. fast-data-dev

    Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, , 20+ connectors

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

  14. kafka-lag-exporter

    Discontinued Monitor Kafka Consumer Group Latency with Kafka Lag Exporter

  15. docker-kafka-kraft

    Apache Kafka Docker image using Kafka Raft metadata mode (KRaft). https://hub.docker.com/r/moeenz/docker-kafka-kraft

  16. kafka-local

    Run Local Kafka with Docker Compose

  17. kafka-stack-docker-compose

    docker compose files to create a fully working kafka stack

  18. cli

    CLI for Confluent Cloud and Confluent Platform (by confluentinc)

  19. kcctl

    A modern and intuitive command line client for Kafka Connect

  20. kafka-connect-transform-xml

    Transformation for converting XML data to Structured data.

  21. kafka-connect-twitter

    Kafka Connect connector to stream data in real time from Twitter.

  22. java-kafka-client

    OpenTracing Instrumentation for Apache Kafka Client

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better demo-scene alternative or higher similarity.

demo-scene discussion

Log in or Post with

demo-scene reviews and mentions

Posts with mentions or reviews of demo-scene. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-07-10.
  • Show HN: Settling merge or rebase? with Kafka and JavaScript <3
    2 projects | news.ycombinator.com | 10 Jul 2024
    Hi HN!

    I recently created a website that displays your votes on classically debated questions like 'tabs or spaces?'?

    One of my favorite things about it is that if you leave the result progress bars up, and someone else votes, you can see the results change in real time.

    I used the confluent-kafka-javascript(https://github.com/confluentinc/confluent-kafka-javascript) client which is currently in early access.

    Votes are sent to a Kafka topic deployed in Confluent Cloud, and the code for the frontend is on Amplify while the code creating the route and Kafka clients is on EC2.

    I put a version of the code here(https://github.com/confluentinc/demo-scene/tree/master/confl...) so you can follow along and deploy a similar project for yourself. I'm hoping it makes a fun way for you to learn this Kafka JavaScript client.

    In the future, I'd like to implement features like allowing you to change your vote, or a board summarizing votes like "30% of developers who voted for X voted for Y".

    Enjoy! Looking forward to your feedback.

  • Confused and frustrated about Kafka
    1 project | /r/dataengineering | 29 Apr 2023
    Here’s a great place to dig into things: https://developer.confluent.io
  • Getting Started as a Kafka Developer
    6 projects | dev.to | 30 Jan 2023
    Once you’ve decided on a language to focus on, it’s time to start filling those knowledge gaps. Don’t be discouraged by this step. We all have knowledge gaps, and filling them can be very rewarding. First, you’ll want to make sure you have a good understanding of Kafka basics. Fortunately, there are many resources to help you with this. A web search will turn up many great books and other resources. And, of course, Confluent Developer offers interactive courses ranging from introductory (Apache Kafka 101) to advanced (Kafka Internals), full documentation, and other content to help you get started.
  • Any suggestions for writing a long thesis about Kafka's scalability, availability and fault-tolerance?
    1 project | /r/apachekafka | 29 Dec 2022
  • What Are Apache Kafka Consumer Group IDs?
    1 project | dev.to | 13 Dec 2022
    Confluent Developer: Learn Apache Kafka through Confluent Developer tutorials, documentation, courses, blog posts, and examples.
  • Problems with the set-up
    2 projects | /r/apachekafka | 9 Oct 2022
    Spend some time on https://developer.confluent.io , especially https://developer.confluent.io/get-started/java/ and look at https://github.com/confluentinc/examples . Those will give really practical examples for how to set up your configs and start consuming
  • Looking For Suggestions on The Definitive Guide (V2)
    3 projects | /r/apachekafka | 11 Jul 2022
    FWIW you'll find a bunch of promo codes over at developer.confluent.io
  • Kafka to fetch data from another microservices
    2 projects | /r/apachekafka | 25 May 2022
    Kafka streams is a Java library built on the producer/consumer APIs designed to create event-driven microservices on top of Kafka. In general, I recommend exploring https://developer.confluent.io to learn more
  • Creating topics and console consumers using a dockerized Kafka cluster?
    2 projects | /r/dataengineering | 13 Mar 2022
    For example: https://github.com/confluentinc/demo-scene/tree/master/kafka-connect-zero-to-hero
  • A few starter questions: What is a good setup for learning? Is Confluent platform ok?
    5 projects | /r/apachekafka | 13 Feb 2022
    should I be reading a different material for a first Kafka project and working with a different kind of setup? Now, I can't be unbiased on this one ;) One of the things we're doing with Confluent Developer is to try and create a resource for people to learn Kafka from the ground up, whether they ultimately decide to pursue it on Confluent or not. The fundamentals of Kafka that you'll be learning are going to be as applicable whether you're using Apache Kafka self-managed, or Confluent, or AWS' MSK, or whatever else. Personally I'd this stage I'd use whatever setup you find easiest and least friction to your learning journey. As u/louisvell mentioned, /u/stephanemaarek's courses on Udemy are also very popular, if you wanted a "second opinion" on how to approach learning Kafka.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 18 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic demo-scene repo stats
25
1,526
5.7
7 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai