MongoDB Developer
Go
plus
Sign in to follow topics
MongoDB Developer Centerchevron-right
Developer Topicschevron-right
Languageschevron-right
Gochevron-right

Cinema: Example Go Microservices Application

Rachelle PalmerPublished May 23, 2022 • Updated May 23, 2022
KubernetesDockerMongoDBGo
Facebook Icontwitter iconlinkedin icon
Rate this code example
star-empty
star-empty
star-empty
star-empty
star-empty
social-githubView Code
Looking for a code example that has microservices in Go with Docker, Kubernetes and MongoDB? Look no further!
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 which 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.
This project is available to clone or fork on github from Manuel Morejón.

Facebook Icontwitter iconlinkedin icon
Rate this code example
star-empty
star-empty
star-empty
star-empty
star-empty
Related
Tutorial

Go to MongoDB Using Kafka Connectors - Ultimate Agent Guide


May 09, 2022
Tutorial

Developing Alexa Skills with MongoDB and Golang


Feb 03, 2023
Tutorial

Interact with MongoDB in an AWS Lambda Function Using Go


Feb 03, 2023
Quickstart

Multi-Document ACID Transactions in MongoDB with Go


Feb 03, 2023
Technologies Used
Languages
Technologies
Products