A notes storage application using gRPC, protocol buffers and gRPC Gateway with a MongoDB database
| NAME | Description | default |
|---|---|---|
| MONGO_CONNECTION_TIMEOUT | The timeout in seconds that the mongo client should wait until it stops trying to connect to a mongo instance | 5 |
| MONGO_HOST | The mongo host to connect to | localhost |
| MONGO_PORT | The port number of the mongo host to connect to | 27017 |
| MONGO_DB_NAME | The name of the MongoDB name to use | notes |
| MONGO_COLLECTION_NAME | The name of the MongoDB collection to use | notes |
The GRPC quick start documents the tools needed to get started
The protoc compiler is required to generate gRPC code.
A gRPC to JSON proxy generator following the gRPC HTTP spec
go run .
Content type
Image
Digest
Size
8.5 MB
Last updated
over 6 years ago
docker pull shaned24/tough-notes