This is me workign through the exercises of the O'Reilly course gRPC [Golang] Master Class: Build Modern API and Microservices by Stephane Maarek.
The MongoDB CRUD implementions are different than in the course. I guess the mongo-go-driver package has been updated since this course was created.
I have also written a Node.js client for the calculator module.
Resources:
- mongo-go-driver GitHub Repository
- mongo-go-driver GoDoc
- gRPC Basics - Go - Official
- grpc-go-course Original Course Repository