Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/by-sabbir/grpc-service-example
Domain Driven Design(DDD) Pattern for Scaffolding gRPC microservices for Production
https://github.com/by-sabbir/grpc-service-example
ddd-architecture domain domain-driven-design go golang grpc microservice
Last synced: 5 days ago
JSON representation
Domain Driven Design(DDD) Pattern for Scaffolding gRPC microservices for Production
- Host: GitHub
- URL: https://github.com/by-sabbir/grpc-service-example
- Owner: by-sabbir
- Created: 2022-09-26T06:46:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T08:28:15.000Z (over 1 year ago)
- Last Synced: 2024-06-20T00:26:14.646Z (5 months ago)
- Topics: ddd-architecture, domain, domain-driven-design, go, golang, grpc, microservice
- Language: Go
- Homepage: https://bysabbir.medium.com/scaffolding-a-grpc-service-with-go-golang-for-production-9de91f6198b0
- Size: 35.2 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![gRPC Example Service Status](https://github.com/by-sabbir/grpc-service-example/actions/workflows/geometry.yml/badge.svg) [![Test Coverage](https://codecov.io/gh/by-sabbir/grpc-service-example/branch/master/graph/badge.svg?token=8AOQZS8GW2)](https://codecov.io/gh/by-sabbir/grpc-service-example) [![Go Report](https://goreportcard.com/badge/github.com/by-sabbir/grpc-service-example)](https://goreportcard.com/report/github.com/by-sabbir/grpc-service-example)
# gRpc Service in Go
---## Quick Start
### Run Server
```bash
go run cmd/server/main.go
```### Client Request
```bash
go run cmd/client/main.go
```For detailed explanation read this (article)[https://sabbir.dev/article/scaffolding-a-grpc-service-with-go-golang-for-production/]