Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 823 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 823 Bytes

Movie seller

This project was made in collaboration with @PhilipTamb for the course "Distributed Systems and Big Data" @ University of Catania.
It's a distributed system composed by 3 microservices (payment, order and movie) which aim is searching and buying movies usingg a credit internal system (not yet implemented).
The develop of the code was done with IntelliJ and, in particular, with Spring Boot & Maven plugin. The searching movie service was implemented thanks to the OMDb APi.
The project was also containerized using Docker and then Kubernetes was used for orchestrate the containers.

PS the documentation is only in italian. Please refer to the code in the folder "saga-choreography-pattern" or this description if you aren't able to translate.