From 60f12701aa8d665b8c045233eb942e5c3d38f95f Mon Sep 17 00:00:00 2001 From: Andrii Voznesenskyi Date: Fri, 4 Oct 2024 00:35:14 +0200 Subject: [PATCH] (#425) workflow: udpate Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75deeb197..2b3439f89 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ The Complex System Diagram offers a detailed view of MiniSpace's infrastructure - **Components**: [MudBlazor](https://mudblazor.com/) - Enhances the user interface with modern and responsive design elements. ## 💻 Backend -- **Framework**: Built with [Convey](https://github.com/snatch-dev/Convey), a framework optimized for .NET microservices. +- **Framework**: Built with [Paralax](https://github.com/itsharppro/Paralax), a framework optimized for .NET microservices. - **Architecture**: Microservice architecture, orchestrated-choreographical hybrid Saga pattern, utilizing the CQRS pattern with complex event sourcing to enhance performance and scalability. - **Services**: ### ✅ Identity Service @@ -171,7 +171,7 @@ The Complex System Diagram offers a detailed view of MiniSpace's infrastructure Configured to handle email communications, including notifications, event updates, and user communications via the event bus of the notification service. ### ✅ API Gateway - Uses [Ntrada](https://github.com/snatch-dev/Ntrada) for efficient routing and management of requests across multiple services through a unified entry point. + Uses [Nuar](https://github.com/itsharppro/Nuar) for efficient routing and management of requests across multiple services through a unified entry point. ## 🛠️ Infrastructure - [**MongoDB**](https://www.mongodb.com/products/platform/cloud) - NoSQL, document-oriented database for scalable storage.