Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcosvieirajr/go-multi-tier-microservices
Multi-tier Microservice in Go (in progres)
https://github.com/marcosvieirajr/go-multi-tier-microservices
go golang grpc microservice
Last synced: 16 days ago
JSON representation
Multi-tier Microservice in Go (in progres)
- Host: GitHub
- URL: https://github.com/marcosvieirajr/go-multi-tier-microservices
- Owner: marcosvieirajr
- Created: 2022-01-26T21:38:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T03:59:48.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T21:13:42.245Z (2 months ago)
- Topics: go, golang, grpc, microservice
- Language: Go
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-tier Microservice in Go
[![wakatime](https://wakatime.com/badge/user/f05dadce-cea9-44e8-bffb-2ceb71c94150/project/c305fba2-9d0c-418e-9b3e-972e589e2f6a.svg)](https://wakatime.com/badge/user/f05dadce-cea9-44e8-bffb-2ceb71c94150/project/c305fba2-9d0c-418e-9b3e-972e589e2f6a)
Code repository from a building microservice in Go [youtube series](https://www.youtube.com/playlist?list=PLmD8u-IFdreyh6EUfevBcbiuCKzFk0EW_)
## Content
- [ ] RESTFul microservices
- [x] JSON Validation
- [x] CORS
- [x] gRPC microservices
- [x] server
- [x] client
- [ ] k8s kustomize
- [x] base
- [ ] hlg overlay
- [ ] prd overlay
- [ ] Packaging applications with Docker
- [ ] Testing microservice
- [ ] Continuous Delivery
- [ ] Observability
- [ ] Using Kubernetes
- [ ] Debugging
- [ ] Security
- [ ] Asynchronous microservices
- [ ] Caching
- [ ] Microservice reliability using a Service Mesh## References
- [Awesome gRPC](https://github.com/grpc-ecosystem/awesome-grpc)
- [Protocol Buffers - Language Guide (proto3)](https://developers.google.com/protocol-buffers/docs/proto3)