Skip to content

Commit

Permalink
Merge pull request #180 from knucklesuganda/patch-1
Browse files Browse the repository at this point in the history
Added PyAssimilator Library for Python DDD
  • Loading branch information
witek1902 committed Jul 5, 2023
2 parents 205182d + a1c77fc commit 8ca734e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ The term was coined by Eric Evans in his book of the same title.
### Python
- [Eventsoucing in Python](https://github.com/johnbywater/eventsourcing) - Mature, stable Python library for event sourcing and DDD. Supports wide variety of databases, different kinds of orderings of domain events, application level encryption, snapshotting, optimistic concurrency control, and process events. Applications, and entire systems of applications, can be defined independently of infrastructure, and run in different ways (single threaded, multi-threaded, clocked, stepping, multi-process, actor model) and with different infrastructure.
- [dry-python](https://github.com/dry-python) - A set of libraries for pluggable business logic components.
- [PyAssimilator](https://github.com/knucklesuganda/py_assimilator/) - Quickly create DDD Python patterns, Event-Based Systems, CRUD applications. Set of Python patterns for database access that support SQLAlchemy, MongoDB, Redis, or Pure Python. PyAssimilator allows you to write code without dependencies, meaning you can switch SQL to NoSQL without changing a single file in your system.

### Ruby
- [Eventide](https://eventide-project.org) - Event Sourcing and Microservices Stack for Ruby. A set of libraries for writing event driven, autonomous services.
Expand Down

0 comments on commit 8ca734e

Please sign in to comment.