pjan / akka-d3

(Distributed) Domain Driven Design, with CQRS & ES, on top of Akka.

Home Page:https://pjan.github.io/akka-d3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

akka-d3

Build Status Chat codecov

Overview

akka-d3 is a library to help you with Domain Driven Design, possibly in a distributed environment, on top of Akka. It does so by embracing event sourcing and CQRS. More info & documentation can be found here.

Dependencies

akka-d3 relies on the protobuf cli (version 2.5.0) being in the system path. To confirm if the correct version of protobuf is installed on your system, type: protoc --version. Once protobuf is available, start an sbt shell and run protobufGenerate (for more details, see https://github.com/sbt/sbt-protobuf#tasks). Now, the code should compile.

Copyright and License

All code is available to you under the MIT license, available at http://opensource.org/licenses/mit-license.php and also in the COPYING file. Concepts and design is informed by other projects.

Copyright the maintainers, 2016-2017.

About

(Distributed) Domain Driven Design, with CQRS & ES, on top of Akka.

https://pjan.github.io/akka-d3/

License:MIT License


Languages

Language:Scala 99.4%Language:Shell 0.6%