eventstore v0.0.5 API Reference

Modules

EventStore client API to read and write events to a logical event stream

PostgreSQL statements to intialize the event store schema and read/write streams and events

Storage of events to a PostgreSQL database

Append-only storage of events for a stream

Reads events for a given stream identity

Deserialization of event data from the database

Streams are an abstraction around a stream of events for a given stream identity

Subscriptions holds state for subscribers interested in events appended to either a single stream or all streams

Supervise zero, one or more subscriptions to an event stream

Create the database for the EventStore

Drop the database for the EventStore