https://github.com/bmviniciuss/tcc
Graduation project that compares the use of gRPC over REST APIs in microsservices
https://github.com/bmviniciuss/tcc
golang grpc rest
Last synced: 25 days ago
JSON representation
Graduation project that compares the use of gRPC over REST APIs in microsservices
- Host: GitHub
- URL: https://github.com/bmviniciuss/tcc
- Owner: bmviniciuss
- Created: 2022-03-18T03:22:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T20:30:40.000Z (over 3 years ago)
- Last Synced: 2024-11-22T00:51:29.586Z (over 1 year ago)
- Topics: golang, grpc, rest
- Language: Jupyter Notebook
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API Gateway
## Generating Cards microsservice pb files
```
protoc --proto_path=proto --go_out=card/src/grpc/pb --go_opt=paths=source_relative --go-grpc_out=./card/src/grpc/pb --go-grpc_opt=paths=source_relative cards.proto
```