Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implemented microservices architecture with Service & Repository patterns #456

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

DeveloperRafael1996
Copy link

This PR introduces a microservices-based architecture for the Yape project, implementing the Service and Repository patterns to enhance modularity and maintainability. The solution includes:

Three microservices: ms-transaction, ms-antifraud, and ms-users.
Kafka for event-driven writes, ensuring asynchronous and scalable processing.
GraphQL (GraphJS) for optimized queries and real-time data access.
Redis integration for caching and performance improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant