Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devexps/go-micro

A microservice-oriented governance framework implemented by golang.
https://github.com/devexps/go-micro

go golang grpc microservices openapi protobuf

Last synced: 3 months ago
JSON representation

A microservice-oriented governance framework implemented by golang.

Awesome Lists containing this project

README

        

## About GoMicro

Go-Micro is a set of lightweight Go microservice framework, including a large number of microservice related frameworks and tools, such as:

- The communication protocol is based on the HTTP/gRPC through the definition of Protobuf.
- Abstract transport layer support: HTTP / gRPC.
- Powerful middleware design, support: Tracing (OpenTelemetry), Metrics (Prometheus is default), Recovery and more.
- Registry interface able to be connected with various other centralized registries through plug-ins.
- The standard log interfaces ease the integration of the third-party log libs.
- Automatically support the selection of the content encoding with Accept and Content-Type.
- Multiple data sources are supported for configurations and dynamic configurations (use atomic operations).
- In the protocol of HTTP/gRPC, use the uniform metadata transfer method.
- You can define errors in protos and generate enums with protoc-gen-errors.
- You can define elasticsearch fields, queries and auto generate code with protoc-gen-es
- You can define verification rules in Protobuf supported by the HTTP/gRPC service.

GoMicro is accessible, powerful, and provides tools required for large, robust applications.

## License

The GoMicro framework is open-sourced software licensed under the [MIT license](./LICENSE).