Code Monkey home page Code Monkey logo

bookmyshow's Introduction

List of microservices and port configurations are mentioned here for easy start.

Jithin, Arathy, Anand:
1. Authorization service  - Running on port: 8000. Takes care of authorization, implemented via gateway server.
2. Notifications Service - Responsible for push notifications and messages to customers. Uses kafka.  
3. Gateway API server - On port 8765.
4. Zipkin distributed Server - Using kafka, distributed traces are collected and viewed.

Nithin, Gautham:
1. Theatre Service - 8100, 8101.. -> Takes care of listing of available theatres based on location and movie. 
   Also responsible for listing available seats, seat pricing, show timings etc..
2. Booking Service - 8200, 8201.. -> Takes the booking details and makes a booking. Communicates with theatre service to block the seats.
   Also initiates payment and waits for completion of payment to initiate notification services.                                
3. Payment Service* - 8300, 8301.. -> Makes use of wallet ids and external payment gateway to confirm payment transaction.

Gopika, Arun:
1. Movie Catalogue Service* - 8080, 8081.. -> Lists out the movies available in a city.
2. Review Service: 8400 -> Stores movie reviews / CRUD operations on movie reviews / stores and calculates avg movie ratings, upvotes etc.
3. Wallet Service - 8500 -> Lists out the wallets available for a user.
4. Movie Service- 8600 -> Lists out the details of a particular movie. 	

Other tools/services:
1. Eureka Naming Server on 8765
2. Kafka
3. GitHub for collab

Thoughts for microservices:
1. Any functionality that has a faster rate of change, newer implementations etc. can be a candidate for microservice. 
For example, inventory might not change but listing/aggregation services are scalable. So Movie Service and Movie Catalogue service 
can be different.
2. Independent scalability.

bookmyshow's People

Contributors

nithinsreeraj avatar jithinprasadr avatar gauthamm-official avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.