Skip to content

gmaslowski/distractor

Repository files navigation

distractor

Join the chat at https://gitter.im/gmaslowski/distractor Build Status codecov.io

project information

Distractor is a continuation of reactor. The aim of the project is to write it entirely in Scala with Akka, so that reactors and transports could be easily distributed over network instead of being bound to one JVM.

testing

./activator clean test

with coverage

./activator clean coverage test

run

./activator run

create artifact and run

./activator "project distractor-core" clean assembly
java -jar distractor-core/target/scala-2.11/distractor-assembly-0.1-SNAPSHOT.jar

architecture overview

actor system

Note that this architecture overview may not be up to date. Code reference should be the internal actor system indicator

Actor System Overview

short development movie

https://www.youtube.com/watch?v=8r2d7Ouwn3U