Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akka/akka-persistence-cassandra
A replicated Akka Persistence journal backed by Apache Cassandra
https://github.com/akka/akka-persistence-cassandra
akka akka-persistence cassandra cqrs eventsourcing
Last synced: 2 days ago
JSON representation
A replicated Akka Persistence journal backed by Apache Cassandra
- Host: GitHub
- URL: https://github.com/akka/akka-persistence-cassandra
- Owner: akka
- License: other
- Created: 2016-01-04T11:31:53.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T14:11:27.000Z (about 1 month ago)
- Last Synced: 2025-01-31T11:34:20.053Z (9 days ago)
- Topics: akka, akka-persistence, cassandra, cqrs, eventsourcing
- Language: Scala
- Homepage: https://doc.akka.io/libraries/akka-persistence-cassandra/current/
- Size: 3.54 MB
- Stars: 327
- Watchers: 18
- Forks: 135
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Cassandra Plugins for Akka Persistence
======================================The Akka family of projects is managed by teams at [Lightbend](https://lightbend.com/) with help from the community.
Replicated [Akka Persistence](https://doc.akka.io/libraries/akka-core/current/scala/persistence.html) journal and snapshot store backed by [Apache Cassandra](https://cassandra.apache.org/).
For questions please use the [discuss.akka.io](https://discuss.akka.io/c/akka/).
## Documentation
The current version's documentation is available at https://doc.akka.io/libraries/akka-persistence-cassandra/current/.
[Snapshot documentation](https://doc.akka.io/libraries/akka-persistence-cassandra/snapshot/) and snapshot artifacts at https://repo.akka.io/snapshots are published for every successful `main` branch build.
For versions earlier than 1.0.0, check this README.md file for the corresponding release tag.
## History
This [Apache Cassandra](https://cassandra.apache.org/) plugin to Akka Persistence was initiated [originally](https://github.com/krasserm/akka-persistence-cassandra) by Martin Krasser, [@krasserm](https://github.com/krasserm) in 2014.
It moved to the [Akka](https://github.com/akka/) organisation in 2016 and the first release after that move was 0.7 in January 2016.
## License
Akka is licensed under the Business Source License 1.1, please see the [Akka License FAQ](https://www.lightbend.com/akka/license-faq).
Tests and documentation are under a separate license, see the LICENSE file in each documentation and test root directory for details.