eventstore v0.4.3 EventStore.Snapshots.Snapshotter

Record and read snapshots of process state

Summary

Functions

Read a snapshot, if available, for a given source

Record a snapshot of the data and metadata for a given source

Functions

read_snapshot(source_uuid)

Read a snapshot, if available, for a given source

record_snapshot(snapshot)

Record a snapshot of the data and metadata for a given source

Returns :ok on success

start_link(serializer)