akka-ddd-messaging


License

License

MIT
Categories

Categories

Messaging Application Layer Libs Akka Container Microservices Reactive libraries
GroupId

GroupId

pl.newicom.dddd
ArtifactId

ArtifactId

akka-ddd-messaging_2.11
Last Version

Last Version

1.6.1
Release Date

Release Date

Type

Type

jar
Description

Description

akka-ddd-messaging
akka-ddd-messaging
Project URL

Project URL

http://github.com/pawelkaczor/akka-ddd
Project Organization

Project Organization

pl.newicom.dddd
Source Code Management

Source Code Management

https://github.com/pawelkaczor/akka-ddd

Download akka-ddd-messaging_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/pl.newicom.dddd/akka-ddd-messaging_2.11/ -->
<dependency>
    <groupId>pl.newicom.dddd</groupId>
    <artifactId>akka-ddd-messaging_2.11</artifactId>
    <version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.newicom.dddd/akka-ddd-messaging_2.11/
implementation 'pl.newicom.dddd:akka-ddd-messaging_2.11:1.6.1'
// https://jarcasting.com/artifacts/pl.newicom.dddd/akka-ddd-messaging_2.11/
implementation ("pl.newicom.dddd:akka-ddd-messaging_2.11:1.6.1")
'pl.newicom.dddd:akka-ddd-messaging_2.11:jar:1.6.1'
<dependency org="pl.newicom.dddd" name="akka-ddd-messaging_2.11" rev="1.6.1">
  <artifact name="akka-ddd-messaging_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.newicom.dddd', module='akka-ddd-messaging_2.11', version='1.6.1')
)
libraryDependencies += "pl.newicom.dddd" % "akka-ddd-messaging_2.11" % "1.6.1"
[pl.newicom.dddd/akka-ddd-messaging_2.11 "1.6.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.11
pl.newicom.dddd : akka-ddd-protocol_2.11 jar 1.6.1
com.typesafe.akka : akka-stream_2.11 jar 2.5.1
com.github.nscala-time : nscala-time_2.11 jar 2.16.0

Project Modules

There are no modules declared in this project.

akka-ddd Build Status Version

Join the chat at https://gitter.im/pawelkaczor/akka-ddd

Akka-DDD is a framework for building distributed services following DDD/CQRS/ES architecture on top of the Akka platform. Thanks to the pluggable architecture of the Akka-Persistence, Akka-DDD is not tied to any particular event journal provider.

The services are built as actor systems. Different services can be distributed in the same cluster (Akka cluster) or can be deployed to independent clusters.

Akka-DDD offers concise APIs for implementing business logic of the following actor types:

  • Aggregate Root
  • Process Manager
  • Receptor

All of these are event-sourced actors that support reliable (effectively-once delivery) communication. Process Managers and Receptors are operating within non-blocking back-pressured event processing pipeline.

Akka-DDD provides an extensible implementation of the View Update Service that is responsible for running running Projections on the read-side of the system. Implementation of SQL View Update Service is available out of the box.

Akka-DDD has been tested with the EventStore journal implementation. A demo project of an e-commerce system implemented using Akka-DDD is available on GitHub.

Documentation

Project homepage.

Documentation.

Articles in Reactive DDD with Akka series.

Demo project.

Versions

Version
1.6.1
1.6.0
1.5.1
1.5.0
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.0.9
1.0.7
1.0.6
1.0.5
1.0.4
1.0.4-M2
1.0.4-M1
1.0.3-M1
1.0.2-M1