plumber VS git-bug

Compare plumber vs git-bug and see what are their differences.

plumber

A swiss army knife CLI tool for interacting with Kafka, RabbitMQ and other messaging systems. (by streamdal)

git-bug

Distributed, offline-first bug tracker embedded in git, with bridges (by MichaelMure)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
plumber git-bug
19 56
2,043 8,007
0.4% -
7.7 6.5
about 1 month ago 11 days ago
Go Go
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

plumber

Posts with mentions or reviews of plumber. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-12.
  • plumber VS kaf - a user suggested alternative
    2 projects | 12 Jan 2024
  • 14 DevOps and SRE Tools for 2024: Your Ultimate Guide to Stay Ahead
    10 projects | dev.to | 4 Dec 2023
    Streamdal
  • Show HN: Streamdal – an open-source tail -f for your data
    4 projects | news.ycombinator.com | 31 Oct 2023
    4. Go to the provided UI (or run the CLI app) and be able to peek into what your app is reading or writing, like with `tail -f`.

    And that's basically it. There's a bunch more functionality in the project but we find this to be the most immediately useful part. Every developer we've shown this to has said "I wish I had this at my gig at $company" - and we feel exactly the same. We are devs and this is what we’ve always wanted, hundreds of times - a way to just quickly look at the data our software is producing in real-time, without having to jump through any hoops.

    If you want to learn more about the "why" and the origin of this project - you can read about it here: https://streamdal.com/manifesto

    — — —

    HOW DOES IT WORK?

    The SDK establishes a long-running session with the server (using gRPC) and "listens" for commands that are forwarded to it all the way from the UI -> server -> SDK.

    The commands are things like: "show me the data that you are currently consuming", "apply these rules to all data that you produce", "inspect the schema for all data", and so on.

    The SDK interprets the command and either executes Wasm-based rules against the data it's processing or if it's a `tail` request - it'll send the data to the server, which will forward it to the UI for display.

    The SDK IS part of the critical path but it does not have a dependency on the server. If the server is gone, you won't be able to use the UI or send commands to the SDKs, but that's about it - the SDKs will continue to work and attempt to reconnect to the server behind the scenes.

    — — —

    TECHNICAL BITS

    The project consists of a lot of "buzzwordy" tech: we use gRPC, grpc-Web, protobuf, redis, Wasm, Deno, ReactFlow, and probably a few other things.

    The server is written in Go, all of the Wasm is Rust and the UI is Typescript. There are SDKs for Go, Python, and Node. We chose these languages for the SDKs because we've been working in them daily for the past 10+ years.

    The reasons for the tech choices are explained in detail here: https://docs.streamdal.com/en/resources-support/open-source/

    — — —

    LAST PART

    OK, that's it. What do you think? Is it useful? Can we answer anything?

    - If you like what you're seeing, give our repo a star: https://github.com/streamdal/streamdal

  • In memory message broker, any recommendations?
    2 projects | /r/golang | 5 Jul 2023
    Checkout plumber https://github.com/streamdal/plumber if you want all the Postgres changes sent to basically any type of broker queue https://docs.streamdal.com/en/data-ingestion/relay/postgresql-cdc/. I would say Nat's Jetstream is probably the way to go if you have K8s running already. It's a dead simple service written in Go. Just make sure you allocate enough memory to Jetstream.
  • Pulling CDC data from Postgres
    5 projects | /r/dataengineering | 30 Apr 2023
    I recommend Streamdal. The connecting agent is open source and distributed by default, so it will scale horizontally WAY better than Debezium. All data ingested is indexed into parquet as well, and you can do serverless functions/transforms on the platform to reduce Snowflake compute costs.
  • Data Pipelines - how do you build data pipelines for sources not available in today’s ELT tools (Fivetran, Talend, Airbyte)? Old fashioned scripts and YOLO?
    1 project | /r/dataengineering | 13 Apr 2023
    For CDC and event driven part of the stack, Plumber is a great free tool. That project is going to be adding sampling soon too - this can def help with the cost of ETL.
  • Open source project ideas
    4 projects | /r/golang | 4 Apr 2023
    https://github.com/batchcorp/plumber check it out if you want to get into event driven systems
  • What would you rewrite in Golang?
    10 projects | /r/golang | 3 Apr 2023
    That’s awesome to see. My coworker and I always figured Go would be perfect for this. Going to be a serious amount of work! I see you use NATS as well. Big fan of it. Checkout our project https://github.com/batchcorp/plumber if you end up needing to inspect or send messages while deving against it.
  • I want to participate in a golang open source projects. Have any suggestions or recommendations?
    4 projects | /r/golang | 19 Feb 2023
    Checkout plumber https://github.com/batchcorp/plumber join our slack https://launchpass.com/streamdal we got a pretty knowledgeable group
  • batchcorp/plumber: A swiss army knife CLI tool for interacting with Kafka, RabbitMQ and other messaging systems.
    1 project | /r/devel | 9 Nov 2022

git-bug

Posts with mentions or reviews of git-bug. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-30.
  • Radicle: Peer-to-Peer Collaboration with Git
    3 projects | news.ycombinator.com | 30 Mar 2024
    Unfortunately github appears to be actively breaking the ability to use git-bug on large repositories (like nixpkgs):

    https://github.com/MichaelMure/git-bug/issues/749#issuecomme...

  • Nintendo emulator 'Suyu' removed from Gitlab following DMCA request
    1 project | news.ycombinator.com | 22 Mar 2024
    True but getting less true by the day:

    https://github.com/MichaelMure/git-bug

    https://www.fossil-scm.org/home/doc/trunk/www/index.wiki

  • CRDTs Turned Inside Out
    2 projects | news.ycombinator.com | 25 Jan 2024
  • Sourcehut and Codeberg are both currently experiencing a DDoS attack
    5 projects | news.ycombinator.com | 12 Jan 2024
    Only not having access to https://todo.sr.ht made me to recognize fully, that I don’t have any access to it. https://github.com/MichaelMure/git-bug suddenly looks much more interesting.
  • Gothub: Alternative front-end for GitHub written with Go
    5 projects | news.ycombinator.com | 1 Sep 2023
    Neither do the issues support. But there is git-bug [0].

    [0]: https://github.com/MichaelMure/git-bug

  • git-appraise – Distributed Code Review for Git
    13 projects | news.ycombinator.com | 10 Aug 2023
    As a sort of spiritual successor to git-appraise, I've been working on git-bug[1] which support issues and will at some point support kanban and code review. There is a few notables improvements:

    - CRDT-like reusable data structure [2][3] for true p2p workflow and easily create new entities (code review ...)

    - bidirectional bridges to github, gitlab ... to ease the transition or just use git-bug as a complement of those platform

    - CLI, terminal UI and web UI, for different taste and integrate into your tooling/workflow

    [1]: https://github.com/MichaelMure/git-bug

    [2]: https://github.com/MichaelMure/git-bug/blob/master/doc/model...

    [3]: https://github.com/MichaelMure/git-bug/blob/master/entity/da...

  • Show HN: Gitopia: Decentralized GitHub Alternative for Open Source Collaboration
    2 projects | news.ycombinator.com | 28 Jun 2023
    > but that is for the development of the platform and network of Gitopia. For the end user the workflows remain almost the same for collaboration.

    I have to disagree here. Accidental complexity in a system can have severe downstream impacts on end users, whether that be in the form of poor performance, unreliability, or just slow update cycles. It's not something you can paper over and completely hide from the user.

    > Along with this the blockchain layer layer offers immutable, transparent and tamper proof versioning of code

    Tamper-proof can be accomplished natively by signing [0]. receive.denyNonFastForwards and receive.denyDeletes[1] can be used to make a git repository immutable. Git commits are also already content-addressable. And transparency is achieved by just having the repo available for people to clone.

    > along with the collaboration meta and augments the current collaboration flow

    Could this augmentation not be accomplished by storing the collaboration information in the repo under a set of special-purpose branches? Like git-bug[2] or git-issue[3]? Coupled with GPG signatures and you've got your immutability, too!

    > Along with this it enables us to provide a novel means to incentivize open-source contributions along with fostering a more decentralized approach for governance (even for projects), every token holder could have a say in the decision making, reducing the risk of undue influence by a single party, hence eliminating centralized control.

    This one I'll grant you, but it's by far the least compelling aspect of the project to me. I don't think we're going to solve the centralization of GitHub by centralizing on a new plutocracy, I'd much rather see efforts towards full decentralization. There's nothing inherent to Git that requires that we all use the same set of servers.

    [0] https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work

    [1] https://git-scm.com/book/en/v2/Customizing-Git-Git-Configura...

    [2] https://github.com/MichaelMure/git-bug

    [3] https://github.com/dspinellis/git-issue

  • So, I went down the rabbit hole of buying GitHub Stars, so you won't have to
    4 projects | news.ycombinator.com | 1 Jun 2023
    Regarding the issues, there are some projects like git-bug https://github.com/MichaelMure/git-bug trying to embed these sorts of meta-work into git.
  • Let's Make Sure Github Doesn't Become the only Option
    9 projects | /r/programming | 2 May 2023
    Probably git-bug is closer to what Fossil does: It uses Git as a storage engine, and can coexist with your code in the same physical repository, but the issues don't actually show up as source files. Instead, each issue is a special branch (buried in refs so it won't clutter up git branch) that has zero common ancestry with anything else. So in theory you can poke at it with Git, but really, the Git under the hood is mostly an implementation detail, and as long as you interact with those files through the tool, it guarantees you won't have merge conflicts.
  • Clocks and Causality – Ordering Events in Distributed Systems
    1 project | news.ycombinator.com | 2 Apr 2023
    You might be interested by git-bug and https://github.com/MichaelMure/git-bug/blob/master/doc/model..., which seems to be exactly what you describe. (Disclaimer: author).

What are some alternatives?

When comparing plumber and git-bug you can also consider the following projects:

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

git-issue - Git-based decentralized issue management

kowl - 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. [Moved to: https://github.com/redpanda-data/console]

EdenSCM - A Scalable, User-Friendly Source Control System. [Moved to: https://github.com/facebook/sapling]

kafka_manager - Simplifies eventing between microservices using kafka with kafka-go client

nessie - Nessie: Transactional Catalog for Data Lakes with Git-like semantics

FASTER - Fast persistent recoverable log and key-value store + cache, in C# and C++.

Kaiserreich-4-Bug-Reports - Issue tracker for Kaiserreich for Hearts of Iron 4

Enqueue - Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro

dolt - Dolt – Git for Data

message-db - Microservice native message and event store for Postgres

gumtree - An awesome code differencing tool