Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The model begins with No Boundaries (Monolith), where we develop and execute inside a monolithic ball-of-mud and there are minimal to no boundaries.  With maturity, we move towards having explicit Logical Boundaries, where we develop and maintain separate plugins, but still deployed with the monolith.  Ideally, however, we want to have Physical Boundaries with self-contained and independently coded/deployed/executed microservices and microfrontendsmicro-services and micro-frontends.  The microfrontends micro-frontends would communicate via (REST/GraphQL/Eventing) APIs to with the microservices micro-services and interconnect via HTTP hyperlinks.  The microservices micro-services would communicate via an event streaming stream/batch pub/sub framework.

Image RemovedImage Added