redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! (by redpanda-data)

Redpanda Alternatives

Similar projects and alternatives to redpanda

  1. go

    2,418 redpanda VS go

    The Go programming language

  2. SaaSHub

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

    SaaSHub logo
  3. Grafana

    477 redpanda VS Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

  4. MongoDB

    The MongoDB Database

  5. ClickHouse

    ClickHouse® is a real-time analytics database management system

  6. MySQL

    199 redpanda VS MySQL

    MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.

  7. superset

    158 redpanda VS superset

    Apache Superset is a Data Visualization and Data Exploration Platform

  8. ApacheKafka

    A curated re-sources list for awesome Apache Kafka

  9. Apache Spark

    Apache Spark - A unified analytics engine for large-scale data processing

  10. materialize

    The live data layer for apps and AI agents. Create up-to-the-second views into your business, just using SQL (by MaterializeInc)

  11. RabbitMQ

    127 redpanda VS RabbitMQ

    Open source RabbitMQ: core server and tier 1 (built-in) plugins

  12. debezium

    97 redpanda VS debezium

    Change data capture for a variety of databases. Please log issues at https://github.com/debezium/dbz/issues.

  13. Apache Kafka

    Apache Kafka - A distributed event streaming platform

  14. Apache Pulsar

    Apache Pulsar - distributed pub-sub messaging system

  15. risingwave

    Event streaming platform for agentic AI. Continuously ingest, transform, and serve event streams in real time, at scale.

  16. Seastar

    High performance server-side application framework

  17. Druid

    27 redpanda VS Druid

    Apache Druid: a high performance real-time analytics database.

  18. atomic

    25 redpanda VS atomic

    Discontinued Atom Agent, superpowered Siri/Alexa for time, storage, meetings, email, tasks, finance, notes, search, shopify, marketing, design, web app and research [Moved to: https://github.com/rush86999/atom] (by rush86999)

  19. liftbridge

    Kafka-style message streaming in Go. Built on NATS. Single binary, no JVM, no ZooKeeper.

  20. NATS

    136 redpanda VS NATS

    High-Performance server for NATS.io, the cloud and edge native messaging system.

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

redpanda discussion

Log in or Post with

redpanda reviews and mentions

Posts with mentions or reviews of redpanda. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-12-10.
  • Top Open-Source Data Engineering Tools- Unravelling the Best in 2026
    28 projects | dev.to | 10 Dec 2025
    Redpanda
  • Ask HN: What Are You Working On? (Nov 2025
    177 projects | news.ycombinator.com | 9 Nov 2025
    Porting LevelDB[1] to Seastar[2], for internal metadata storage in Redpanda[3]. Before you ask why can’t something off the shelf be used, seastar has unique constraints around its runtime and its memory allocator that means we can’t reuse an existing library.

    1: https://github.com/google/leveldb

    2: https://github.com/scylladb/seastar

    3: https://github.com/redpanda-data/redpanda/pull/28351

  • Kafka is Fast – I'll use Postgres
    9 projects | news.ycombinator.com | 29 Oct 2025
    This sounded interesting to me, and it looks like the plan is to make Redpanda open-source at some point in the future, but there's no timeline: https://github.com/redpanda-data/redpanda/tree/dev/licenses
  • Bazel and Glibc Versions
    1 project | news.ycombinator.com | 20 Sep 2025
    Yeah I built a custom sysroot for Redpanda (Bazel/C++/Distributed Kafka) using a really simple docker image: https://github.com/redpanda-data/redpanda/blob/dev/bazel/too...

    We also have an dockerfile for clang/LLVM in that repo so the whole thing is hermetic. It’s a bit of shame Bazel doesn’t come with stronger options/defaults here, because I feel like I want to reproduce this same toolchain on every C++ project with Bazel

  • Kafka’s creators just replaced it should you burn your cluster or wait it out?
    3 projects | dev.to | 10 Sep 2025
    Receipt: Redpanda GitHub
  • Twitter's 600-Tweet Daily Limit Crisis: Soaring GCP Costs and the Open Source Fix Elon Musk Ignored
    15 projects | dev.to | 10 Apr 2025
    Redpanda: Redpanda is a straightforward, high-throughput, and cost-efficient messaging service. It is implemented in C++, compatible with Kafka, and claims to be 6 times more cost-effective than Kafka while achieving 10 times faster performance.
  • AutoMQ Integration with Redpanda Console
    3 projects | dev.to | 29 Jul 2024
    References [1] Redpanda Console: https://redpanda.com/redpanda-console-kafka-ui [2] Redpanda: https://redpanda.com/ [3] Cluster Deployment of AutoMQ: https://docs.automq.com/zh/docs/automq-opensource/IyXrw3lHriVPdQkQLDvcPGQdnNh [4] Quick Start: https://github.com/redpanda-data/console?tab=readme-ov-file#quick-start [5] Release Redpanda Console: https://github.com/redpanda-data/console/releases/tag/v2.6.0 [6] Redpanda Console Configuration: https://docs.redpanda.com/current/reference/console/config/#example-redpanda-console-configuration-file [7] Kafdrop Github: https://github.com/obsidiandynamics/kafdrop
  • Using Redpanda with OpenTelemetry and Grafana for real-time event monitoring
    1 project | dev.to | 4 May 2024
    To learn more about Redpanda and stay up-to-date, see Redpanda's source codes available on GitHub and join the Redpanda Community on Slack with fellow developers and data engineers.
  • Choosing Between a Streaming Database and a Stream Processing Framework in Python
    10 projects | dev.to | 10 Feb 2024
    Stream-processing platforms such as Apache Kafka, Apache Pulsar, or Redpanda are specifically engineered to foster event-driven communication in a distributed system and they can be a great choice for developing loosely coupled applications. Stream processing platforms analyze data in motion, offering near-zero latency advantages. For example, consider an alert system for monitoring factory equipment. If a machine's temperature exceeds a certain threshold, a streaming platform can instantly trigger an alert and engineers do timely maintenance.
  • The best WebAssembly runtime may be no runtime at all
    8 projects | news.ycombinator.com | 11 Dec 2023
    Yeah it’s just the stack switching itself that is a handful of cycles, but there is not much more overhead for the full VM switch if you structure your embedding the right way. Code the code is source available if you want to peek at it!

    https://github.com/redpanda-data/redpanda/blob/dev/src/v/was...

  • A note from our sponsor - SaaSHub
    www.saashub.com | 18 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic redpanda repo stats
77
12,201
10.0
7 days ago

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

Did you know that C++ is
the 7th most popular programming language
based on number of references?