Elaborate Microservice async example with FastAPI, RabbitMQ, MongoDB and Redis.
Stars
34
Forks
4
Watchers
34
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
50
commits
Moved url_cache.py module to tools and refactored code to reflect the change. Created two new images, with puml source files. Updated documentation.
1b94c91View on GitHubAdded UnitOfWork design pattern for Repository handling. Refactored code for that change. Updated documentation.
15e3974View on GitHubReduced number of serializations when transferring data. Added hdr_data attribute to the setup class. Improved log content.
4be75caView on GitHubImproved error handling when Broker is required. Updated documentation.
f667088View on GitHubImplemented a broker adapter context manager for RabbitMQ in the PaymentService. Minor refactoring to clean things up. Updated documentation.
ae9d99cView on GitHubUpgraded to using DB sessions. Completed hexagonal design pattern implementation. Refactoring is performed to simplify the code. Updated documentation.
3a5b5bfView on GitHubMinor refactoring to simplify the code. Updated documentation.
0e46dccView on GitHubMoved security file to harmonize services. Updated documentation.
53fb895View on GitHubRenamed config directory to core for more clarity and to avoid possible name confusion.
695ccfaView on GitHubRenamed config directory to core for more clarity and to avoid possible name confusion.
5a844caView on GitHub