Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state
akka-persistence-jdbc 1.1.4
Group ID:
com.github.dnvriend
Artifact ID:
akka-persistence-jdbc_2.10
Version:
1.1.4
Release Date:
May 7, 2015
Licenses:
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "1.1.4" resolvers += Resolver.bintrayRepo("dnvriend", "maven")
ivy"com.github.dnvriend::akka-persistence-jdbc:1.1.4" MavenRepository("https://dl.bintray.com/dnvriend/maven")
//> using dep "com.github.dnvriend::akka-persistence-jdbc:1.1.4"
import $ivy.`com.github.dnvriend::akka-persistence-jdbc:1.1.4` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray dnvriend maven", "Some(https://dl.bintray.com/dnvriend/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.github.dnvriend</groupId> <artifactId>akka-persistence-jdbc_2.10</artifactId> <version>1.1.4</version> </dependency>
compile group: 'com.github.dnvriend', name: 'akka-persistence-jdbc_2.10', version: '1.1.4'