Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

An opinionated CLI tool for building event-sourced Ruby services with EventSourcery

License

Notifications You must be signed in to change notification settings

envato-archive/event_sourcery_generators

Repository files navigation

EventSourcery Generators

An opinionated CLI tool for building event sourced systems with EventSourcery.

Getting started

Generate a new event sourcery application:

$ eventsourcery new recipe_book

Generate a new aggregate, command and event:

$ eventsourcery generate:command recipe add

Generate a query and projection that subscribes to events:

$ eventsourcery generate:query active_recipes recipe_added

Generate a reactor that subscribes to events:

$ eventsourcery generate:reactor recipe_publisher recipe_added recipe_deleted

References

For more information, check out the event_sourcery repository here: https://github.com/envato/event_sourcery

About

An opinionated CLI tool for building event-sourced Ruby services with EventSourcery

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published