From 7b6dc561182d96aabc343c8a2cffccb9a641f316 Mon Sep 17 00:00:00 2001 From: Maxime Guerreiro Date: Wed, 30 Oct 2019 05:11:43 +0000 Subject: [PATCH] Add liftbridge to the Distributed Systems section (#2796) Liftbridge provides lightweight, fault-tolerant message streams by implementing a durable stream augmentation for the NATS messaging system. It extends NATS with a Kafka-like publish-subscribe log API that is highly available and horizontally scalable. Use Liftbridge as a simpler and lighter alternative to systems like Kafka and Pulsar or use it to add streaming semantics to an existing NATS deployment. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83a8e2de..21acc781 100644 --- a/README.md +++ b/README.md @@ -579,6 +579,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [jsonrpc](https://github.com/osamingo/jsonrpc) - The jsonrpc package helps implement of JSON-RPC 2.0. * [jsonrpc](https://github.com/ybbus/jsonrpc) - JSON-RPC 2.0 HTTP client implementation. * [KrakenD](https://github.com/devopsfaith/krakend) - Ultra performant API Gateway framework with middlewares. +* [liftbridge](https://github.com/liftbridge-io/liftbridge) - Lightweight, fault-tolerant message streams for NATS. * [micro](https://github.com/micro/micro) - Pluggable microservice toolkit and distributed systems platform. * [NATS](https://github.com/nats-io/gnatsd) - Lightweight, high performance messaging system for microservices, IoT, and cloud native systems. * [outboxer](https://github.com/italolelis/outboxer) - Outboxer is a go library that implements the outbox pattern.