Skip to content
/ dera Public

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

License

Notifications You must be signed in to change notification settings

htr3n/dera

Folders and files

NameName
Last commit message
Last commit date
Aug 5, 2019
Jun 13, 2018
Jun 13, 2018
Jun 7, 2018
Jun 6, 2018
Jun 13, 2018
Jun 13, 2018
Jun 13, 2018
Jun 6, 2018
Jun 26, 2019
Jun 13, 2018
Jun 26, 2019
Jun 6, 2018
Jun 6, 2018
Nov 13, 2019
Jun 6, 2018

Repository files navigation

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