akka-persistence-jdbc-migration

A plugin for storing events in an event journal akka-persistence-jdbc

License

License

Categories

Categories

Akka Container Microservices Reactive libraries
GroupId

GroupId

com.lightbend.akka
ArtifactId

ArtifactId

akka-persistence-jdbc-migration_2.12
Last Version

Last Version

4.0.0-RC1
Release Date

Release Date

Type

Type

jar
Description

Description

akka-persistence-jdbc-migration
A plugin for storing events in an event journal akka-persistence-jdbc
Project URL

Project URL

https://github.com/akka/akka-persistence-jdbc
Project Organization

Project Organization

Lightbend Inc.
Source Code Management

Source Code Management

https://github.com/akka/akka-persistence-jdbc

Download akka-persistence-jdbc-migration_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.lightbend.akka/akka-persistence-jdbc-migration_2.12/ -->
<dependency>
    <groupId>com.lightbend.akka</groupId>
    <artifactId>akka-persistence-jdbc-migration_2.12</artifactId>
    <version>4.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.akka/akka-persistence-jdbc-migration_2.12/
implementation 'com.lightbend.akka:akka-persistence-jdbc-migration_2.12:4.0.0-RC1'
// https://jarcasting.com/artifacts/com.lightbend.akka/akka-persistence-jdbc-migration_2.12/
implementation ("com.lightbend.akka:akka-persistence-jdbc-migration_2.12:4.0.0-RC1")
'com.lightbend.akka:akka-persistence-jdbc-migration_2.12:jar:4.0.0-RC1'
<dependency org="com.lightbend.akka" name="akka-persistence-jdbc-migration_2.12" rev="4.0.0-RC1">
  <artifact name="akka-persistence-jdbc-migration_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.akka', module='akka-persistence-jdbc-migration_2.12', version='4.0.0-RC1')
)
libraryDependencies += "com.lightbend.akka" % "akka-persistence-jdbc-migration_2.12" % "4.0.0-RC1"
[com.lightbend.akka/akka-persistence-jdbc-migration_2.12 "4.0.0-RC1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.11
org.flywaydb : flyway-core jar 6.4.0
com.typesafe : config jar 1.4.0
ch.qos.logback : logback-classic jar 1.2.3

provided (4)

Group / Artifact Type Version
org.postgresql : postgresql jar 42.2.12
com.h2database : h2 jar 1.4.200
mysql : mysql-connector-java jar 8.0.19
com.microsoft.sqlserver : mssql-jdbc jar 7.4.1.jre8

test (2)

Group / Artifact Type Version
org.testcontainers : postgresql jar 1.14.1
org.scalatest : scalatest_2.12 jar 3.1.1

Project Modules

There are no modules declared in this project.

Akka Persistence JDBC

Use JDBC-compatible databases with Akka Persistence

Build Status License

akka-persistence-jdbc writes journal and snapshot entries to a configured JDBC store. It implements the full akka-persistence-query API and is therefore very useful for implementing DDD-style application models using Akka for creating reactive applications.

Documentation

Release notes

The release notes can be found here.

For the change log prior to v3.2.0, visit Version History Page (wiki).

Community

You can join these groups and chats to discuss and ask Akka related questions:

In addition to that, you may enjoy following:

The Akka Peristence JDBC was originally created by @dnvriend.

Contributing

Contributions are very welcome! The Akka team appreciates community contributions by both those new to Akka and those more experienced.

If you find an issue that you'd like to see fixed, the quickest way to make that happen is to implement the fix and submit a pull request.

Refer to the CONTRIBUTING.md file for more details about the workflow, and general hints on how to prepare your pull request.

You can also ask for clarifications or guidance in GitHub issues directly, or in the akka/dev chat if a more real time communication would be of benefit.

Lightbend is backing Akka, Akka Persistence and other Reactive technologies.

com.lightbend.akka

Akka Project

Versions

Version
4.0.0-RC1