Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuvro/go-mongodb-docker-microservices
Go MongoDB docker Microservices Kubernetes
https://github.com/shuvro/go-mongodb-docker-microservices
docker docker-compose dockerfile go golang helm kubernetes kubernetes-cluster mongodb traefik
Last synced: 6 days ago
JSON representation
Go MongoDB docker Microservices Kubernetes
- Host: GitHub
- URL: https://github.com/shuvro/go-mongodb-docker-microservices
- Owner: shuvro
- Created: 2020-05-17T04:58:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T04:59:31.000Z (over 4 years ago)
- Last Synced: 2023-03-01T20:16:22.019Z (over 1 year ago)
- Topics: docker, docker-compose, dockerfile, go, golang, helm, kubernetes, kubernetes-cluster, mongodb, traefik
- Language: Go
- Size: 3.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cinema - Example of Microservices in Go with Docker and MongoDB
### Overview
Cinema is an example project which demonstrates the use of microservices for a fictional movie theater.
The Cinema backend is powered by 4 microservices, all of witch happen to be written in Go, using MongoDB for manage the database and Docker to isolate and deploy the ecosystem.* Movie Service: Provides information like movie ratings, title, etc.
* Show Times Service: Provides show times information.
* Booking Service: Provides booking information.
* Users Service: Provides movie suggestions for users by communicating with other services.The Cinema use case is based on the project written in Python by [Umer Mansoor](https://github.com/umermansoor/microservices).
The proyect structure is based in the knowledge learned in the book: Web
Development with Go by Shiju Varghese, ISBN 978-1-4842-1053-6## Deployment
The application can be deployed in both environments: **local machine** or in a **kubernetes cluster**. You can find the appropriate documentation for each case in the following links:
* [localhost](./docs/localhost.md)
* [kubernetes](./docs/kubernetes.md)## How To Use Cinema Services
* [endpoints](./docs/endpoints.md)
### Significant Revisions
* [Microservices - Martin Fowler](http://martinfowler.com/articles/microservices.html)
* [Web Development with Go](http://www.apress.com/9781484210536)
* [Umer Mansoor - Cinema](https://github.com/umermansoor/microservices)
* [Traefik](https://traefik.io/)