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.
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
.
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.