https://github.com/j5ik2o/akka-persistence-dynamodb
akka-persistence(journal, snapshot, state) plugin for AWS DynamoDB
https://github.com/j5ik2o/akka-persistence-dynamodb
akka akka-persistence aws-dynamodb dynamodb scala
Last synced: 9 months ago
JSON representation
akka-persistence(journal, snapshot, state) plugin for AWS DynamoDB
- Host: GitHub
- URL: https://github.com/j5ik2o/akka-persistence-dynamodb
- Owner: j5ik2o
- License: apache-2.0
- Created: 2019-02-25T15:29:48.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T00:21:18.000Z (over 1 year ago)
- Last Synced: 2024-05-02T01:16:56.191Z (over 1 year ago)
- Topics: akka, akka-persistence, aws-dynamodb, dynamodb, scala
- Language: Scala
- Homepage: http://akka-persistence-dynamodb.readthedocs.io/
- Size: 7.94 MB
- Stars: 30
- Watchers: 8
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# akka-persistence-dynamodb
[](https://github.com/j5ik2o/akka-persistence-dynamodb/actions?query=workflow%3ACI)
[](https://maven-badges.herokuapp.com/maven-central/io.github.j5ik2o/akka-persistence-dynamodb-base_3)
[](https://renovatebot.com)
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/XAMPPRocky/tokei)
`j5ik2o/akka-persistence-dynamodb` is an `akka-persistence` plugin for persist `akka-actor` to AWS 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](https://github.com/dnvriend/akka-persistence-jdbc), not [akka/akka-persistence-dynamodb](https://github.com/akka/akka-persistence-dynamodb).
## User's Guide
To use the plugins, please see the [User's Guide](https://akka-persistence-dynamodb.readthedocs.io/en/latest/getting-started.html)
## 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.
- [dnvriend/akka-persistence-jdbc](https://github.com/dnvriend/akka-persistence-jdbc)
---