Skip to content

Commit

Permalink
Merge pull request valignatev#30 from Enforcer/master
Browse files Browse the repository at this point in the history
Add a hyperlink to Implementing The CA book + code repo
  • Loading branch information
valignatev authored Mar 6, 2020
2 parents f849ceb + a2639da commit a0dd2e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ So let's go!

[Event Sourced Building Blocks for Domain Driven Design with Python](https://leanpub.com/eventsourcedddesignwithpython) - This small book contains a concise pattern language for event sourced DDD in Python. This book focuses on reliable "building blocks" for DDD. It avoids reprising the "strategic" patterns of DDD. It takes a practical "bottom up" approach to making reliable, scalable, maintainable applications and systems. The preface includes a rejuventated consideration of pattern language as description of events. This is a small book, and isn't quite finished at this time.

[Implementing the Clean Architecture](https://leanpub.com/implementing-the-clean-architecture) - a book focusing on practical aspects of implementing the Clean Architecture. It is heavily illustrated by code snippets in Python. Apart from the Clean Architecture itself, it also introduces other software engineering patterns, like modularity, Dependency Injection. CQRS or Event Sourcing.

## Stack exchange resources
[Separation of business logic and data access in django](http://stackoverflow.com/q/12578908/3606603) - Python, Django

Expand Down Expand Up @@ -140,6 +142,8 @@ So let's go!

[Rewind](https://github.com/JensRantil/rewind) - Rewind is a (CQRS) event store server written in Python. Not that it written with DDD approach but still related.

[The Clean Architecture example application (python)](https://github.com/Enforcer/clean-architecture) - Repository with example modular application written in Python. The code is used in Implementing the Clean Architeure book.

[The Clean Architecture with Python](https://www.reddit.com/r/Python/comments/41llbh/the_clean_architecture_with_python/) - Reddit discussion about the topic and [this](https://gist.github.com/justanr/1f38e09caad47bd0d927) gist with proposed architecture and some comments on it.

[abidria-api](https://github.com/jordifierro/abidria-api) - Django application written with clean architecture. There also an [article](https://engineering.21buttons.com/clean-architecture-in-django-d326a4ab86a9) by Jordi Fierro which explains architecture components and how they interact with each other.
Expand Down

0 comments on commit a0dd2e8

Please sign in to comment.