Skip to content

Karthikn-n/Microservices

Repository files navigation

Microservices

🤔What is Microservices?

  • It is an Architecture and organizational software development.

  • Here Software is composed of small independent services that communicate with well-defined API.

diagram

Need Several Components

  • API Gateway → The threshold for the request.
  • Discovery Server → All the microservices would register to this server. It will open common port between Microservices
  • Config Server → It will have all the configuration files of the services and Discovery Server and API Gateway.
    • It is externally configures all the services and the eureka(Discover Server).

Create sample project that using Microservice

Releases

No releases published

Packages

No packages published

Languages