Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jeantardelli
/
architecture-patterns-with-python
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 4, 2021
Merge pull request #14 from jeantardelli/chapter13_dependency_injection
Show description for d48c7d6
jeantardelli
authored
d48c7d6
Copy full SHA for d48c7d6
Dependency Intejection - Integration and e2e Test. Final of the book! :)
jeantardelli
committed
ea0ed5c
Copy full SHA for ea0ed5c
Commits on Jun 3, 2021
Dependency Injection - Unit Tests
jeantardelli
committed
ca226b4
Copy full SHA for ca226b4
Commits on Jun 2, 2021
Dependency Injection - Bootstrap, Notifications and Messagebus (adapt to DI)
jeantardelli
committed
3621c8f
Copy full SHA for 3621c8f
Commits on Jun 1, 2021
Update README.md
jeantardelli
authored
a0a86d5
Copy full SHA for a0a86d5
Commits on May 30, 2021
Merge pull request #13 from jeantardelli/chapter12_cqrs
Show description for 94457b2
jeantardelli
authored
94457b2
Copy full SHA for 94457b2
Command Query Responsibility Segregation (CQRS)
jeantardelli
committed
3af9efd
Copy full SHA for 3af9efd
Commits on May 26, 2021
Merge pull request #12 from jeantardelli/chapter11_event_driven_architecture
Show description for 8f1feda
jeantardelli
authored
8f1feda
Copy full SHA for 8f1feda
Redis e2e Tests, consumer entrypoint and publisher adapter. Docker-compose, Dockerfile configs
jeantardelli
committed
2b01d15
Copy full SHA for 2b01d15
Commits on May 24, 2021
Add redis to config and conftest
jeantardelli
committed
ddfec33
Copy full SHA for ddfec33
Docker infrastructure for redis event listener
jeantardelli
committed
addc636
Copy full SHA for addc636
Commits on May 21, 2021
Merge pull request #11 from jeantardelli/chapter10_commands_and_command_handler
Show description for 40b2279
jeantardelli
authored
40b2279
Copy full SHA for 40b2279
Commands and Command Handler - MessageBus, Model and Test changes + commands.py
jeantardelli
committed
0d1bee7
Copy full SHA for 0d1bee7
Commits on May 20, 2021
Merge pull request #10 from jeantardelli/chapter09_preparatory_refactoring_msg_bus
Show description for 21215d0
jeantardelli
authored
21215d0
Copy full SHA for 21215d0
All Message Bus - SetUp time in conftest.py
jeantardelli
committed
46d45d3
Copy full SHA for 46d45d3
All Message Bus - Integration Repository Test
jeantardelli
committed
2f4b5f7
Copy full SHA for 2f4b5f7
Commits on May 17, 2021
All Message Bus - End Refactoring Service, and adjusting Model, App and Adaptors to use it
jeantardelli
committed
9cf6178
Copy full SHA for 9cf6178
Commits on May 15, 2021
All Message Bus - Refactoring Service Functions - Events Definition
jeantardelli
committed
b27a787
Copy full SHA for b27a787
Commits on May 12, 2021
Merge pull request #9 from jeantardelli/chapter08_events_and_message_bus
Show description for 6db3fb4
jeantardelli
authored
6db3fb4
Copy full SHA for 6db3fb4
Events and Message Bus - Repository, ORM, and UoW changes
jeantardelli
committed
d128e67
Copy full SHA for d128e67
Commits on May 10, 2021
Events and Message Bus - Event OutOfStock and test_product typo fixes
jeantardelli
committed
06ab15f
Copy full SHA for 06ab15f
Events and Message Bus - Email mock, Message Bus, Product and Event models + Product unit test
jeantardelli
committed
6724e4d
Copy full SHA for 6724e4d
Commits on May 7, 2021
Merge pull request #8 from jeantardelli/chapter07_aggregates_and_consistency_boundaries
Show description for 68a9c70
jeantardelli
authored
68a9c70
Copy full SHA for 68a9c70
Aggregates and Consistency Boundaries - e2e and integration tests
jeantardelli
committed
4eb4afa
Copy full SHA for 4eb4afa
Commits on May 5, 2021
Aggregates and Consistency Boundaries - Integration Tests And Unit Of Work update
jeantardelli
committed
e3e113f
Copy full SHA for e3e113f
Commits on May 3, 2021
Aggregates and Consistency Boundaries - Service, UoW and Unit Test Product aggragte changes
jeantardelli
committed
7311a2e
Copy full SHA for 7311a2e
Commits on Apr 27, 2021
Aggregates and Consistency Boundaries - Product aggregate model, repository and service
jeantardelli
committed
4f656a4
Copy full SHA for 4f656a4
Commits on Apr 26, 2021
Merge pull request #7 from jeantardelli/chapter06_unit_of_work_pattern
Show description for 2e23e30
jeantardelli
authored
2e23e30
Copy full SHA for 2e23e30
Unit of Work - Add DatabaseError to wait for connection :)
jeantardelli
committed
f3698a9
Copy full SHA for f3698a9
Unit of Work - Fix
jeantardelli
committed
56976ef
Copy full SHA for 56976ef
Merge branch 'chapter06_unit_of_work_pattern' of https://github.com/jeantardelli/architecture-patterns-with-python into chapter06_unit_of_work_pattern
jeantardelli
committed
8c23d4b
Copy full SHA for 8c23d4b
Unit of Work Pytest Fixture Scope Fix
jeantardelli
committed
ba2b0c0
Copy full SHA for ba2b0c0
Commits on Apr 25, 2021
Update conftest.py
jeantardelli
authored
4f46c15
Copy full SHA for 4f46c15
Unit of Work Pattern
jeantardelli
committed
706e92e
Copy full SHA for 706e92e
Commits on Apr 22, 2021
Update README.md
jeantardelli
authored
80d5b14
Copy full SHA for 80d5b14
Pagination
Previous
Next
You can’t perform that action at this time.