Active Event

Contains commands, events, validations for Rails Disco.

Commands are used to transport updates from Rails to the domain. Validations are used to validate commands in Rails and the domain. Events are created in the domain and processed in projections.

Have a look at the rails-disco documentation on Github for more details.