Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjan/akka-d3
(Distributed) Domain Driven Design, with CQRS & ES, on top of Akka.
https://github.com/pjan/akka-d3
akka cassandra cqrs domain-driven-design event-sourcing scala
Last synced: 3 months ago
JSON representation
(Distributed) Domain Driven Design, with CQRS & ES, on top of Akka.
- Host: GitHub
- URL: https://github.com/pjan/akka-d3
- Owner: pjan
- License: mit
- Archived: true
- Created: 2016-10-12T00:36:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T19:39:57.000Z (about 2 years ago)
- Last Synced: 2024-09-25T21:57:14.077Z (4 months ago)
- Topics: akka, cassandra, cqrs, domain-driven-design, event-sourcing, scala
- Language: Scala
- Homepage: https://pjan.github.io/akka-d3/
- Size: 833 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
## akka-d3
[![Build Status](https://travis-ci.org/pjan/akka-d3.svg?branch=master)](https://travis-ci.org/pjan/akka-d3)
[![Chat](https://badges.gitter.im/pjan/akka-d3.svg)](https://gitter.im/pjan/akka-d3?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![codecov](https://codecov.io/gh/pjan/akka-d3/branch/master/graph/badge.svg)](https://codecov.io/gh/pjan/akka-d3)### 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](https://pjan.github.io/akka-d3/).### 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](COPYING) file. Concepts and design is informed by other projects.Copyright the maintainers, 2016-2017.