Skip to content

Anupkp19/Quora-Microservices-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro-services can be developed, deployed, and scaled independently. This can improve the performance, reliability, and maintainability of the application.

For example, a Q&A platform like Quora can have services like User Service, Answer Service, Question Service, Search Service, and Recommendation Service, each service has a specific function and communicates with other services through well-defined interfaces making them independent of each other.

Features

  • Used Spring Boot as a backend framework
  • Databased used - MongoDb and MySql
  • Asyncronous Processing by Message Queue Kafka
  • Managed Different Service Discovery by Netflix Eureka Server

Micro-Services

  • Quora QnA Service
  • Quora Moderator Service
  • User Service
  • Load Balancer Api Gateway Service
  • Admin Service
  • Eureka Discovery Service

Releases

No releases published

Packages

No packages published

Languages