Skip to content

A collection of handy Elixir macros for CQRS applications.

License

Notifications You must be signed in to change notification settings

trbngr/elixir_cqrs_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CqrsTools

A collection of handy Elixir macros for CQRS applications.

Playground

Clone this repo, make sure docker is running and run this:

docker run -p 8080:8080 -u $(id -u):$(id -g) -v $(pwd)/livebooks:/data livebook/livebook

A URL will be presented. Open it in your browser.

Docs

Documentation can be found at hexdocs.

Example App

There is an example Commanded app in the example directory.