/dera

Dynamic event-driven actors: events, actors, multi-threading, lock-free ring buffer Disruptor

Primary LanguageJavaMIT LicenseMIT

DERA : Proof-Of-Concept

This project is an implementation of DERA system using Java (the core) and Groovy (the examples). More theoretical foundation can be found here.

Quick Start

For a quick glance on how a DERA system works, you can jump to the folder src/main/groovy/examples for some examples. Executing any of these Groovy classes will start corresponding DERA domains and trigger DERA actors and events.

Technical Details