Skip to content

j5ik2o/pekko-persistence-dynamodb

Repository files navigation

pekko-persistence-dynamodb

CI Maven Central Renovate License Tokei

j5ik2o/pekko-persistence-dynamodb is an pekko-persistence plugin for persist pekko-actor to AWS DynamoDB.

Forked from j5ik2o/akka-persistence-dynamodb.

The plugin features the following.

  • Event sourcing
    • Journal Plugin
    • Snapshot Store Plugin
  • Durable state
    • Durable State Store Plugin

NOTE: This plugin is derived from dnvriend/akka-persistence-jdbc, not akka/akka-persistence-dynamodb.

Programming Language Support

Java 1.8+ or Scala 2.12.x or 2.13.x or 3.x.x

User's Guide

To use the plugins, please see the User's Guide

License

Apache License Version 2.0

This product was made by duplicating or referring to the code of the following products, so Dennis Vriend's license is included in the product code and test code.