Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.