- 1. Introduction
- 2. Quickstart
- 3. Event Sourcing
- 4. Entity Pattern
- 4.1. Entity Event
- 4.2. New Entity
- 4.3. Entity Type
- 4.4. Idempotency
- 5. Repository
- 5.1. Database Tables
- 5.2. es_query
- 5.3. EsRepo trait
- 5.3.1. create
- 5.3.2. create_all
- 5.3.3. update
- 5.3.4. find_by
- 5.3.5. list_by
- 5.3.6. list_for
- 5.3.7. list_for_filter
- 5.3.8. delete
- 6. Transactions
- 7. Aggregates
- 7.1. Nesting
- 8. Features
- 8.1. sim-time