fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, , 20+ connectors (by lensesio)

Fast-data-dev Alternatives

Similar projects and alternatives to fast-data-dev

  1. trezor-firmware

    :lock: Trezor Firmware Monorepo

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. zfs

    OpenZFS on Linux and FreeBSD

  4. nix

    Nix, the purely functional package manager

  5. cli

    Official Command Line Interface for the IPinfo API (IP geolocation and other types of IP data) (by ipinfo)

  6. Wails

    Create beautiful applications using Go

  7. GrapesJS

    58 fast-data-dev VS GrapesJS

    Free and Open source Web Builder Framework. Next generation tool for building templates without coding

  8. kafka-ui

    Open-Source Web UI for Apache Kafka Management

  9. SaaSHub

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

    SaaSHub logo
  10. promptfoo

    33 fast-data-dev VS promptfoo

    Test your prompts, agents, and RAGs. Red teaming, pentesting, and vulnerability scanning for LLMs. Compare performance of GPT, Claude, Gemini, Llama, and more. Simple declarative configs with command line and CI/CD integration.

  11. 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/

  12. contour

    Modern C++ Terminal Emulator (by christianparpart)

  13. akhq

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

  14. kafdrop

    Kafka Web UI

  15. kafka-manager

    CMAK is a tool for managing Apache Kafka clusters

  16. terriajs

    15 fast-data-dev VS terriajs

    A library for building rich, web-based geospatial 2D & 3D data platforms.

  17. inference

    Turn any computer or edge device into a command center for your computer vision projects. (by roboflow)

  18. console

    5 fast-data-dev VS console

    Redpanda Console is a developer-friendly UI for managing your Kafka/Redpanda workloads. Console gives you a simple, interactive approach for gaining visibility into your topics, masking data, managing consumer groups, and exploring real-time data with time-travel debugging. (by redpanda-data)

  19. kafka-rest

    Confluent REST Proxy for Kafka

  20. kafka-local

    Run Local Kafka with Docker Compose

  21. kafka_connectors_board

    Kafka connector management board

  22. kafka-stack-docker-compose

    docker compose files to create a fully working kafka stack

  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 fast-data-dev alternative or higher similarity.

fast-data-dev discussion

Log in or Post with

fast-data-dev reviews and mentions

Posts with mentions or reviews of fast-data-dev. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-03.
  • Ask HN: Who is hiring? (February 2025)
    26 projects | news.ycombinator.com | 3 Feb 2025
    Lenses.io | Senior Go (Golang) Developer | Full-Time | REMOTE (UK, Germany, Spain) | https://lenses.io

    Lenses.io is seeking two experienced Senior Go Developers to play a pivotal role in reshaping our cutting-edge streaming data platforms. Join our dynamic team dedicated to improve the developer experience (DevEx) in real-time data processing.

    If you are passionate about driving innovation and have a knack for Go development, this role might be the perfect fit for you. Showcase your expertise by contributing to the transformation of our product. If you are ready to embark on this exciting journey with us, share your CV via email at [email protected].

    Your Responsibilities:

    - Architect & Develop: Lead the redesign and enhancement of our streaming data platform utilizing Go.

    - Innovate: Elevate our Kafka-based solutions to ensure optimal performance and scalability.

    - Collaborate: Engage with diverse teams to shape and implement new features seamlessly.

    Experience:

    - Demonstrated proficiency in Go development.

    - Strong track record in constructing and managing scalable data systems.

    Technical Skills:

    - Deep knowledge of Kafka and associated streaming technologies is advantageous.

    - Familiarity with cloud platforms (AWS, GCP, Azure) and microservices architecture is valued.

  • FLaNK Stack Weekly 16 October 2023
    26 projects | dev.to | 17 Oct 2023
  • Kafka visualization tool
    4 projects | /r/apachekafka | 28 Feb 2023
    I liked https://lenses.io/ Lots of capabilities but it's not free as I know.
  • A list of GUI tools for working with Apache Kafka
    9 projects | /r/apachekafka | 9 Sep 2022
    Lenses
  • Looking For Suggestions on The Definitive Guide (V2)
    3 projects | /r/apachekafka | 11 Jul 2022
  • Is there recommed UI for Kafka like RabbitMQ?
    3 projects | /r/apachekafka | 17 May 2022
    For Kafka Dev I use https://github.com/lensesio/fast-data-dev
  • Couldn't connect to Kafka broker with Kafka UI tools: Lenses and kafka-ui
    1 project | /r/apachekafka | 2 May 2022
    Currently I'm using Lenses:https://lenses.io/ as UI tool, but while turning on kafka-start-server server.properties and launch the UI on localhost, it failed to connect:
  • Free tools to connect to multi-broker/SSL-enabled clusters & manage topics?
    1 project | /r/apachekafka | 25 Mar 2022
    Oh thats sad to hear ... lenses.io is so powerful I am not sure how I would have gotten by to this point without it!
  • Kafka as message broker for new platform?
    1 project | /r/apachekafka | 15 Jan 2022
    In Addition to the more critical replys from others, why Kafka still makes sense imo: - you could organist everything with custom pipeline/services at your scale. The cost of maintaining those and keep the technology up to date is growing exponentially with every new Service. Kafka offers ansinge Plattform with a couple components which need to be kept up to date. - deploying, managing and monitoring those service is also a big task and does not come for free. - unless your using Kubernetes underneath, scaling is not easy with services. - peer to peer communications of microservices should be avoided because your building a „deathstar“-like architecture where everything is linked and effectively you’ll end up with a distributed monolith. A message broker or message queue helps to avoid this, Kafka is a good tool for that. - I heard that those aws Kafka replacements are not 100% Kafka as one might expect, you should be careful there. But confluent or other providers probably offer hosted solutions on aws too. - https://lenses.io/ helped us a lot when we started with Kafka to see how everything works together, create stream processor’s with sql and easily deploy Kafka connect workers. The tool costs money though but is worth it in the end in my opinion. (Disclaimer: I don’t work for confluent or lenses, we’re running open source Kafka with strimzi and lenses)
  • [Beginner] Alternatives for starting kafka in windows 11 without wmic
    1 project | /r/apachekafka | 14 Jan 2022
    https://github.com/lensesio/fast-data-dev is a really cool option for a Kafka development environment based on docker and/or kubernetes.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 18 Jun 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic fast-data-dev repo stats
11
2,045
1.1
2 months ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Shell is
the 11th most popular programming language
based on number of references?