Use Commanded to build your own Elixir applications following the CQRS/ES pattern.
Provides support for:
- Command registration and dispatch.
- Hosting and delegation to aggregates.
- Event handling.
- Long running process managers.
Commanded provides a solid technical foundation for you to build on. It allows you to focus on modelling your domain, the most important part of your app, creating a better application at a faster pace.
You can use Commanded with one of the following event stores for persistence:
- EventStore Elixir library, using PostgreSQL for persistence
- Greg Young's Event Store.
Please refer to the CHANGELOG for features, bug fixes, and any upgrade advice included for each release.
MIT License
Overview
- Getting started
- Choosing an event store
- Using Commanded
- Used in production?
- Example application
- Event store provider
- Contributing
- Need help?
Used in production?
Yes, Commanded is being used in production.
Example application
Conduit is an open source, example Phoenix 1.3 web application implementing the CQRS/ES pattern in Elixir. It was built to demonstrate the implementation of Commanded in an Elixir application for the Building Conduit book.
Contributing
Pull requests to contribute new or improved features, and extend documentation are most welcome.
Please follow the existing coding conventions, or refer to the Elixir style guide.
You should include unit tests to cover any changes. Run mix test to execute the test suite.
Contributors
- Andrey Akulov
- Andrzej Sliwa
- Ben Smith
- Bernardo Dornellas Cysneiros Gomes de Amorim
- Brenton Annan
- Chris Brodt
- David Carlin
- Florian Ebeling
- Henry Hazan
- Joan Zapata
- Kok J Sam
- Leif Gensert
- Olafur Arason
- Patrick Detlefsen
- Raphaƫl Lustin
Need help?
Please open an issue if you encounter a problem, or need assistance. You can also seek help in the Gitter chat room for Commanded.
For commercial support, and consultancy, please contact Ben Smith.