-
Notifications
You must be signed in to change notification settings - Fork 20
CQRS
Niels Braczek edited this page Dec 3, 2015
·
2 revisions
The separation of read and write models will be implemented
CQRS allows for scaling, by supplying multiple slave databases for read access and thus increase performance on large sites.
Introduction
Development
Architecture
- Universal Content Model (UCM)
- Command Query Responsibility Segregation (CQRS)
- Database Abstraction Layer (DBAL)
- Dependency Injection (DI)
- Event Sourcing (ES)
- Filesystem Abstaction Layer
- Installer
- Data Definitions (JForms)
- Model-View-Controller (MVC)
- Orthogonal Component Structure (OCS)
- Routing
Features
Appendix