Commanded v1.2.0 Commanded View Source
Use Commanded to build your own Elixir applications following the CQRS/ES pattern.
Provides support for:
- Defining applications.
- Command registration and dispatch.
- Hosting and delegation to aggregates.
- Event handling.
- Long running process managers.
Use Commanded with one of the following event stores for persistence:
- Elixir EventStore using PostgreSQL for persistence
- EventStore.org
Please check the Getting Started and Usage guides to learn more.