https://github.com/apache/pekko-persistence-r2dbc
Asynchronously writes journal and snapshot entries to configured R2DBC databases so that Apache Pekko Actors can recover state
https://github.com/apache/pekko-persistence-r2dbc
journal pekko pekko-persistence r2dbc
Last synced: 5 months ago
JSON representation
Asynchronously writes journal and snapshot entries to configured R2DBC databases so that Apache Pekko Actors can recover state
- Host: GitHub
- URL: https://github.com/apache/pekko-persistence-r2dbc
- Owner: apache
- License: apache-2.0
- Created: 2022-10-31T08:49:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T07:51:52.000Z (about 1 year ago)
- Last Synced: 2024-12-14T17:03:35.780Z (about 1 year ago)
- Topics: journal, pekko, pekko-persistence, r2dbc
- Language: Scala
- Homepage: https://pekko.apache.org/
- Size: 860 KB
- Stars: 15
- Watchers: 15
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# R2DBC Plugin for Apache Pekko Persistence
Pekko Persistence journal and snapshot
store for SQL databases with RD2BC connectivity.
## Project status
Version 1.0.0 has been released. Any contributions are welcome. Please observe the [Code of Conduct](https://github.com/apache/pekko-persistence-r2dbc?tab=coc-ov-file#readme).
## Documentation
* [Current Apache Pekko Persistence R2DBC documentation](https://pekko.apache.org/docs/pekko-persistence-r2dbc/current/)
## Community
There are several ways to interact with the Pekko community:
- [GitHub discussions](https://github.com/apache/pekko-persistence-r2dbc/discussions): for questions and general discussion.
- [Pekko dev mailing list](https://lists.apache.org/list.html?dev@pekko.apache.org): for Pekko development discussions.
- [Pekko users mailing list](https://lists.apache.org/list.html?users@pekko.apache.org): for Pekko user discussions.
- [GitHub issues](https://github.com/apache/pekko-persistence-r2dbc/issues): for bug reports and feature requests. Please search the existing issues before creating new ones. If you are unsure whether you have found a bug, consider asking in GitHub discussions or the mailing list first.
## License
Pekko Persistence RD2BC is Open Source and available under the Apache 2 License.