A sample gRPC server with Go inspired by Divar's postview microservice. This project aims to share best practices and design patterns for writing a new go microservice with a good quality that meets our requirements inside CafeBazaar.
You have find a better pattern or library? Let us know by creating a new issue.
Compile the code
make postviewd
Then Run the binary
./postviewd serve
In case of emergencies checkout our Emergency ABC.
Use this section in order to explain how your system works
If you want to contribute to this code, please read CONTRIBUTING.md
first.
graph LR;
A --> B;
A --> C;