A replicated Akka Persistence journal backed by Apache Cassandra
325
stars
1,154
commits
Scala
primary language
Sep 7, 2026
updated
Akka is a powerful platform that simplifies building and operating highly responsive, resilient, and scalable services.
The platform consists of
The Akka SDK and Akka Automated Operations are built upon the foundational Akka libraries, providing the building blocks for distributed systems.
Replicated Akka Persistence journal and snapshot store backed by Apache Cassandra.
For questions please use the discuss.akka.io.
The reference documentation for all Akka libraries is available via doc.akka.io/libraries/, details for the Akka Cassandra Plugin for Scala and Java.
The current versions of all Akka libraries are listed on the Akka Dependencies page. Releases of the Akka Cassandra Plugin in this repository are listed on the GitHub releases page.
To build locally, you need to fetch a token at https://account.akka.io/token that you have to place into ~/.sbt/1.0/akka-commercial.sbt file like this:
ThisBuild / resolvers += "lightbend-akka".at("your token resolver here")
This Apache Cassandra plugin to Akka Persistence was initiated originally by Martin Krasser, @krasserm in 2014.
It moved to the Akka organisation in 2016 and the first release after that move was 0.7 in January 2016.
Akka is licensed under the Business Source License 1.1, please see the Akka License FAQ.
Tests and documentation are under a separate license, see the LICENSE file in each documentation and test root directory for details.
(top 30 of 74)
Scala
100.0%
A replicated Akka Persistence journal backed by Apache Cassandra
325
stars
1,154
commits
Scala
primary language
Sep 7, 2026
updated
Akka is a powerful platform that simplifies building and operating highly responsive, resilient, and scalable services.
The platform consists of
The Akka SDK and Akka Automated Operations are built upon the foundational Akka libraries, providing the building blocks for distributed systems.
Replicated Akka Persistence journal and snapshot store backed by Apache Cassandra.
For questions please use the discuss.akka.io.
The reference documentation for all Akka libraries is available via doc.akka.io/libraries/, details for the Akka Cassandra Plugin for Scala and Java.
The current versions of all Akka libraries are listed on the Akka Dependencies page. Releases of the Akka Cassandra Plugin in this repository are listed on the GitHub releases page.
To build locally, you need to fetch a token at https://account.akka.io/token that you have to place into ~/.sbt/1.0/akka-commercial.sbt file like this:
ThisBuild / resolvers += "lightbend-akka".at("your token resolver here")
This Apache Cassandra plugin to Akka Persistence was initiated originally by Martin Krasser, @krasserm in 2014.
It moved to the Akka organisation in 2016 and the first release after that move was 0.7 in January 2016.
Akka is licensed under the Business Source License 1.1, please see the Akka License FAQ.
Tests and documentation are under a separate license, see the LICENSE file in each documentation and test root directory for details.
(top 30 of 74)
Scala
100.0%