App Framework Interop - sgml/signature GitHub Wiki
CQRS means that your read and write models become separate. Instead of interacting directly with the underlying datamodel, you will collect mutations on content using Event Sourcing (ES). This means that the events are collected very fast.
Symfony/Rails/Laravel/Django/Flask
- https://rubygarage.org/blog/ruby-on-rails-and-symfony-comparison
- https://steelkiwi.com/blog/ruby-django-laravel-frameworks-comparison/
- https://blog.arkency.com/2017/05/whats-inside-the-rails-ddd-workshop-application/
- https://blog.arkency.com/2015/07/testing-event-sourced-application/
- https://www.thedigitalcatonline.com/blog/2016/11/14/clean-architectures-in-python-a-step-by-step-example/
CQRS
- http://www.bizcoder.com/for-xml-path-and-cqrs
- https://phil.tech/2018/05/21/picking-an-api-paradigm-implementation/
- https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs