From 524803ab8680e473980fcb2bb564fb2e647b752a Mon Sep 17 00:00:00 2001 From: Jeroen Rinzema Date: Sun, 5 Jul 2020 12:35:24 +0200 Subject: [PATCH] Added Maestro (#3145) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba8c9eb4..0249f2dc 100644 --- a/README.md +++ b/README.md @@ -625,6 +625,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. +* [Maestro](https://github.com/jexia/maestro) - A straightforward (micro) service orchestrator. * [micro](https://github.com/micro/micro) - A distributed systems runtime for the cloud and beyond. * [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.