Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devexps/go-micro
- Owner: devexps
- License: mit
- Created: 2022-12-27T03:27:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:47:13.000Z (about 1 year ago)
- Last Synced: 2024-09-30T16:22:03.011Z (3 months ago)
- Topics: go, golang, grpc, microservices, openapi, protobuf
- Language: Go
- Homepage: https://www.devexps.com/go-micro/
- Size: 12.8 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).