Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/pekko-persistence-cassandra
A replicated Apache Pekko Persistence journal backed by Apache Cassandra
https://github.com/apache/pekko-persistence-cassandra
cassandra cqrs eventsourcing java pekko pekko-persistence scala
Last synced: about 1 month ago
JSON representation
A replicated Apache Pekko Persistence journal backed by Apache Cassandra
- Host: GitHub
- URL: https://github.com/apache/pekko-persistence-cassandra
- Owner: apache
- License: apache-2.0
- Created: 2022-10-31T08:47:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T00:06:52.000Z (about 1 month ago)
- Last Synced: 2024-10-01T01:05:03.749Z (about 1 month ago)
- Topics: cassandra, cqrs, eventsourcing, java, pekko, pekko-persistence, scala
- Language: Scala
- Homepage: https://pekko.apache.org/
- Size: 2.02 MB
- Stars: 9
- Watchers: 14
- Forks: 10
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Cassandra Plugins for Apache Pekko Persistence
Replicated Apache Pekko Persistence journal and snapshot store backed by [Apache Cassandra](https://cassandra.apache.org/).
Apache Pekko Persistence Cassandra is a fork of [Akka Persistence Cassandra](https://github.com/akka/akka-persistence-cassandra)
## Documentation
See the [pekko-persistence-cassandra website](https://pekko.apache.org/docs/pekko-persistence-cassandra/current/) for the application documentation. The docs for all the Apache Pekko modules can be found at https://pekko.apache.org.
## Community
There are several ways to interact with the Apache Pekko community:
- [GitHub discussions](https://github.com/apache/pekko-persistence-cassandra/discussions): for questions and general discussion.
- [Pekko dev mailing list](https://lists.apache.org/[email protected]): for Pekko development discussions.
- [Pekko users mailing list](https://lists.apache.org/[email protected]): for Pekko user discussions.
- [GitHub issues](https://github.com/apache/pekko-persistence-cassandra/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.## Contributing
Contributions are very welcome. If you have an idea on how to improve Apache Pekko Cassandra Persistence, don't hesitate to create an issue or submit a pull request.
See [CONTRIBUTING.md](https://github.com/apache/pekko-persistence-cassandra/blob/main/CONTRIBUTING.md) for details on the development workflow and how to create your pull request.
## Code of Conduct
Apache Pekko Persistence Cassandra is governed by the [Apache code of conduct](https://www.apache.org/foundation/policies/conduct.html). By participating in this project you agree to abide by its terms.
## License
Apache Pekko Persistence Cassandra is available under the Apache License, version 2.0. See [LICENSE](https://github.com/apache/pekko-persistence-cassandra/blob/main/LICENSE) file for details.