Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
app_application_web_software_settings_notifications_-05-512.webp

API Gateway Pattern :

Sits between the client apps and the microservices. It acts as a reverse proxy, routing requests from clients to services. It can also provide other cross-cutting features such as authentication, SSL termination, and cache.

Big_Data_Old_-_1_-_Flat_Style_-_8-28-512.webpImage Removed11850285.pngImage Added

CQRS Pattern : Stands for Command and Query Responsibility Segregation, a pattern that separates read and update operations for a data store.

Segregate operations that read data from operations that update data by using separate interfaces.

10289869.pngImage Added

External Configuration Store Pattern

Move configuration information out of the application deployment package to a centralized location.

6654628.pngImage Added

Strangler Fig Pattern :

Migrates a legacy system by gradually replacing specific pieces of functionality with new applications and services. As features from the legacy system are replaced, the new system eventually replaces all of the old system's features, strangling the old system and allowing you to decommission it.