Learn / Tutorials / First Steps with EventSourcingDB
Product tutorial · EventSourcingDB

First Steps with EventSourcingDB

This tutorial builds a small library step by step. You write events for books, read them back, query them with EventQL, observe them as they happen, register event schemas, generate sample data, and finally list the subjects and event types that EventSourcingDB knows about.

Before You Begin#

You need a running EventSourcingDB instance. The fastest way to get one is the Quickstart; for all options, see Running EventSourcingDB. The examples use curl and the API token you set when starting EventSourcingDB.

Steps

  1. Writing Events
  2. Reading Events
  3. Running EventQL Queries
  4. Observing Events
  5. Registering Event Schemas
  6. Generating Events Step by Step
  7. Listing Subjects
  8. Listing Event Types