Skip to main content

Crate rakka_persistence_aws

Crate rakka_persistence_aws 

Source
Expand description

rakka-persistence-aws. akka.net: Akka.Persistence.DynamoDB.

Single-table design:

  • partition key pid (S) = persistence id
  • sort key sk (S) = prefixed sequence number, zero-padded so lexicographic ordering matches numeric ordering.

Events use the E# prefix, snapshots use S#.

Structs§

DynamoConfig
DynamoJournal
DynamoSnapshotStore

Constants§

EVENT_PREFIX
SNAPSHOT_PREFIX

Functions§

ensure_table
event_sk
snapshot_sk