From 41988d76a93a374bc3d4caa96d84716cc82d45a2 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Fri, 6 Oct 2023 16:07:41 +0330 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93efd16..35f4195 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ The main idea of creating this project is implementing an infrastructure for up - :sparkle: Using `Unit Testing`,`Integration Testing` and `End To End Testing` for testing level. - :sparkle: Using `Docker-Compose` for our `deployment` mechanism. - :construction: Using `OpenTelemetry` for `monitoring` top of `Prometteuse` and `Grafana` -- :construction: Using `MongoDB` for read side. -- :construction: Using `Domain Driven Design` (DDD) to implement all `business` processes in microservices +- :construction: Using `MongoDB` for read side with `mongo-driver`. +- :construction: Using `Domain Driven Design` (DDD) to implement all `business` processes in microservices. - :construction: Using `Inbox Pattern` for ensuring message idempotency for receiver and `Exactly once Delivery`. - :construction: Using `Outbox Pattern` for ensuring no message is lost and there is at `At Least One Delivery`.