{"id":19484132,"url":"https://github.com/htr3n/dera","last_synced_at":"2025-07-17T03:08:41.389Z","repository":{"id":45535798,"uuid":"136387961","full_name":"htr3n/dera","owner":"htr3n","description":"Dynamic event-driven actors: events, actors, multi-threading, lock-free ring buffer Disruptor","archived":false,"fork":false,"pushed_at":"2022-11-16T08:55:58.000Z","size":1946,"stargazers_count":4,"open_issues_count":36,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-23T09:48:19.902Z","etag":null,"topics":["actors","event","event-driven","executor-service","groovy","java","multithreading","mutex","rest","semaphore","websocket"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/htr3n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-06T21:27:09.000Z","updated_at":"2024-01-13T23:58:23.000Z","dependencies_parsed_at":"2023-01-23T10:16:04.731Z","dependency_job_id":null,"html_url":"https://github.com/htr3n/dera","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/htr3n/dera","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htr3n%2Fdera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htr3n%2Fdera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htr3n%2Fdera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htr3n%2Fdera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/htr3n","download_url":"https://codeload.github.com/htr3n/dera/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htr3n%2Fdera/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265562337,"owners_count":23788507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actors","event","event-driven","executor-service","groovy","java","multithreading","mutex","rest","semaphore","websocket"],"created_at":"2024-11-10T20:19:30.784Z","updated_at":"2025-07-17T03:08:41.375Z","avatar_url":"https://github.com/htr3n.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DERA : Proof-Of-Concept\n\nThis project is an implementation of [DERA](DERA-theoretical-part.md) system using Java (the core) and Groovy (the examples). More theoretical foundation can be found [here](DERA-theoretical-part.md).\n\n![](DevelopmentToolchain.png)\n\n#### Quick Start\n\nFor 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.\n\n#### Technical Details\n\n* DERA core has been implemented using pure Java and some [Google Guava](https://github.com/google/guava) collection helpers. \n* DERA internal event channels is based on [LMAX-Exchange Disruptor](https://github.com/LMAX-Exchange/disruptor) - a lock-free high performance messenging library.\n* Java threads and Executors (Bounded), semaphores, lock.\n* DERA interfaces (Web, REST, Web socket) have been developed using a lightweight embedded [Eclipse Jetty](https://www.eclipse.org/jetty/) server, [Jersey JAX-RS](https://jersey.github.io), Apache [HTTPClient](https://hc.apache.org/httpcomponents-client-4.5.x/index.html) and [HTTPAsyncClient](https://hc.apache.org/httpcomponents-asyncclient-ga/index.html) for handling HTTP/REST, [FasterXML's Jackson](https://github.com/FasterXML/jackson) for binding Java objects and JSON, and [Joda-Time](http://www.joda.org/joda-time) for date/time processing.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtr3n%2Fdera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhtr3n%2Fdera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtr3n%2Fdera/lists"}