https://github.com/slashdotdash/commanded-extreme-example
Barebones Commanded example using the Extreme adapter for Greg Young's Event Store
https://github.com/slashdotdash/commanded-extreme-example
Last synced: about 1 year ago
JSON representation
Barebones Commanded example using the Extreme adapter for Greg Young's Event Store
- Host: GitHub
- URL: https://github.com/slashdotdash/commanded-extreme-example
- Owner: slashdotdash
- Created: 2017-05-15T18:22:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T12:11:25.000Z (about 9 years ago)
- Last Synced: 2025-02-13T17:46:48.503Z (over 1 year ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Commanded example application
Using the Extreme adapter ([commanded-extreme-adapter](https://github.com/slashdotdash/commanded-extreme-adapter)) for Greg Young's Event Store.
## Getting started
1. Install and run the [Event Store](https://geteventstore.com/).
2. Get dependencies and start an interactive Elixir shell:
```
mix deps.get
iex -S mix
```
3. Execute the example function to dispatch commands.
```elixir
Example.run()
```