Popularity
8.3
Declining
Activity
6.4
-
2,530
65
109

Programming language: Go
License: Apache License 2.0
Latest version: v1.3.0

liftbridge alternatives and similar packages

Based on the "Distributed Systems" category.
Alternatively, view liftbridge alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of liftbridge or a related project?

Add another 'Distributed Systems' Package

README

[Liftbridge Logo](./website/static/img/liftbridge_full.png)

Build License ReportCard Coverage

Liftbridge provides lightweight, fault-tolerant message streams by implementing a durable, replicated, and scalable message log. The vision for Liftbridge is to deliver a "Kafka-lite" solution designed with the Go community first in mind. Unlike Kafka, which is built on the JVM and whose canonical client library is Java (or the C-based librdkafka), Liftbridge and its canonical client, go-liftbridge, are implemented in Go. The ultimate goal of Liftbridge is to provide a lightweight message-streaming solution with a focus on simplicity and usability. Use it as a simpler and lighter alternative to systems like Kafka and Pulsar or to add streaming semantics to an existing NATS deployment.

See the introduction post on Liftbridge and this post for more context and some of the inspiration behind it.

Documentation

Community


*Note that all licence references and agreements mentioned in the liftbridge README section above are relevant to that project's source code only.