Microservices by Robert

Traditional Microservices

  • Common functionality grouped together in a service
  • Various HTTPS/REST endpoints with appropriate verbs
  • Typically implement CRUD operations
  • Has its own database/storage
  • Uses a service registry to locate services

Comments

Leave a Comment

All fields are required. Your email address will not be published.