README.md

# Seven Otters

**A CQRS/ES Starter Kit for the BEAM.**

## Getting Started

Refer to [Getting Started](https://hexdocs.pm/seven/getting_started.html) to have your first CQRS/ES application with Seven Otters.

## To do

With no order:

- [x] Event store
    - [x] MongoDb support
    - [x] Abstract for different stores beyond Mongo 
- [x] Event structure
- [x] Command
- [x] Command bus
- [x] Aggregate
    - [ ] Snapshot implementation
    - [ ] Unit test documentation
- [x] Policy
    - [ ] Unit test documentation
- [x] Service
    - [ ] Unit test documentation
- [x] Process
    - [ ] Unit test documentation
- [x] Projection
    - [ ] Snapshot implementation
    - [ ] Unit test documentation
- [x] Generic command/query API support (Plug)
    - [ ] Move to different project as helper library
- [x] Synchronous (domain related) API support
    - [ ] Move to different project as helper library
- [ ] Generating Seven Otters project template (to analyze)
- [ ] Authentication support (to a different project as helper library)
- [ ] Authorization support (to a different project as helper library)

## Feedback
Feel free to send feedback to <seven.otters.project@gmail.com>