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