1. Introduction
  2. Quickstart
  3. Event Sourcing
  4. Entity Pattern
    1. Entity Event
    2. New Entity
    3. Entity Type
    4. Idempotency
  5. Repository
    1. Database Tables
    2. es_query
    3. EsRepo trait
      1. create
      2. create_all
      3. update
      4. find_by
      5. list_by
      6. list_for
      7. list_for_filter
      8. delete
  6. Transactions
  7. Aggregates
    1. Nesting
  8. Features
    1. sim-time