Skip to content

Commit

Permalink
docs(website): remove service discovery for later reference in the de…
Browse files Browse the repository at this point in the history
…ployment section
  • Loading branch information
kelvin-olaiya committed Sep 6, 2024
1 parent d4032f1 commit 28d34df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/website/docs/report/architecture/patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ from each other, and they can be scaled independently. Containers images are lig
For containerization, we used **Docker**.
* **Database per service**: each microservice has its own database. Services communicate only via APIs favoring a more loosely
coupled architecture. This allows to have a database schema that is optimized for the microservice.
* **Service discovery**: each microservice registers itself to a service registry. This allows to have a dynamic
environment, where the microservices can be added or removed without the need to change the configuration of the
other microservices.
* **Externalized configuration**: instead of hard-wiring or hard-coding a configuration for a particular environment in which the system
would run, configuration property values are supplied at runtime. We used the **Push model** approache, where the configuration
values are passed to service using the operating system environment variables or configuration files.
Expand Down

0 comments on commit 28d34df

Please sign in to comment.