Update the description of micro and add go-micro (#3121)

This commit is contained in:
Asim Aslam 2020-06-12 04:00:04 +01:00 committed by GitHub
parent 629908490d
commit f48115fac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -610,6 +610,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [go-health](https://github.com/InVisionApp/go-health) - Library for enabling asynchronous dependency health checks in your service.
* [go-jump](https://github.com/dgryski/go-jump) - Port of Google's "Jump" Consistent Hash function.
* [go-kit](https://github.com/go-kit/kit) - Microservice toolkit with support for service discovery, load balancing, pluggable transports, request tracking, etc.
* [go-micro](https://github.com/micro/go-micro) - A distributed systems development framework.
* [go-pdu](https://github.com/pdupub/go-pdu) - A decentralized identity-based social network.
* [go-sundheit](https://github.com/AppsFlyer/go-sundheit) - A library built to provide support for defining async service health checks for golang services.
* [gorpc](https://github.com/valyala/gorpc) - Simple, fast and scalable RPC library for high load.
@ -619,7 +620,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.
* [micro](https://github.com/micro/micro) - Pluggable microservice toolkit and distributed systems platform.
* [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.
* [pglock](https://cirello.io/pglock) - PostgreSQL-backed distributed locking implementation.