Skip to content

canack/grpc-go-example

Repository files navigation

Yet another gRPC example written in Go

Endpoint > gateway > ( order | customer ) > DB

Diagram:

  • Order service
  • Customer service
  • Gateway service
  • Used AWS dynamoDB local version as database

diagram

Dependencies

  • docker
  • docker-swarm

Usage:

git clone https://github.com/canack/grpc-example-go.git
cd grpc-example-go
docker-compose up # Starts all services 

# After than a short time, you can test with this url : http://localhost:3434/swagger/index.html

# To close and remove all services:
# CTRL + C
docker-compose down

License

MIT

Feel free to contribute !

About

Yet another gRPC example written in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published