From 2ed254c5a17c204110e924212dc17541884b68c5 Mon Sep 17 00:00:00 2001 From: Richard Date: Tue, 17 Dec 2024 16:40:14 +0800 Subject: [PATCH] docs: add go-eagle framework (#5519) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index afac9f2c..546312e3 100644 --- a/README.md +++ b/README.md @@ -984,6 +984,7 @@ _Packages that help with building Distributed Systems._ - [glow](https://github.com/chrislusf/glow) - Easy-to-Use scalable distributed big data processing, Map-Reduce, DAG execution, all in pure Go. - [gmsec](https://github.com/gmsec/micro) - A Go distributed systems development framework. - [go-doudou](https://github.com/unionj-cloud/go-doudou) - A gossip protocol and OpenAPI 3.0 spec based decentralized microservice framework. Built-in go-doudou cli focusing on low-code and rapid dev can power up your productivity. +- [go-eagle](https://github.com/go-eagle/eagle) - A Go framework for the API or Microservice with handy scaffolding tools. - [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.