Skip to content

Commit 744f1dc

Browse files
authored
Merge pull request #64 from Alkouf/master
Added software section for DYNAMOS
2 parents 449de02 + d99cc35 commit 744f1dc

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

content/software/DYNAMOS/featured.png

112 KB
Loading

content/software/DYNAMOS/index.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: DYNAMOS
3+
summary: "Dynamically Adaptive Microservice-based OS. A Middleware for Data Exchange Systems."
4+
tags:
5+
- Microservices
6+
- Distributed Computing
7+
- Data Exchange
8+
- Self-Adaptability
9+
date: "2025-01-16T00:00:00Z"
10+
11+
# Optional external URL for project (replaces project detail page).
12+
external_link: ""
13+
14+
links:
15+
- icon: github
16+
icon_pack: fab
17+
name: Source Code
18+
url: https://github.com/Jorrit05/DYNAMOS
19+
- icon: hyberlink
20+
icon_pack: fab
21+
name: Demonstrations
22+
url: https://delaat.net/sc/sc24/index.html
23+
- icon: hyberlink
24+
icon_pack: fab
25+
name: Publications
26+
url: https://github.com/Jorrit05/DYNAMOS/tree/main/docs
27+
url_code: ""
28+
url_pdf: ""
29+
url_slides: ""
30+
url_video: ""
31+
32+
# Slides (optional).
33+
# Associate this project with Markdown slides.
34+
# Simply enter your slide deck's filename without extension.
35+
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`.
36+
# Otherwise, set `slides = ""`.
37+
slides: ""
38+
---
39+
40+
The exchange of sensitive data is governed by numerous regulations and policies. Currently, many of the processes for monitoring and enforcing these regulations are performed manually. [DYNAMOS](https://github.com/Jorrit05/DYNAMOS) (Dynamically Adaptive Microservice-based OS) is a data exchange middleware system that is designed to be self-adaptive, employing extensible algorithms to dynamically generate microservice compositions and select archetype patterns based on policy, user input, or system events. DYNAMOS makes use of sidecars for communication abstraction, protocol buffers for strict interface definition, and ephemeral single-use jobs for enhanced security as pivotal strategies. In conclusion, DYNAMOS demonstrates the potential for creating a more efficient and secure data exchange environment, enabling businesses and researchers to share information while maintaining control over their data.
41+
42+
The original DYNAMOS paper can be found [here](https://github.com/Jorrit05/DYNAMOS/blob/main/docs/papers/architectural/ICSA_DYNAMOS_paper.pdf). Demonstrations of DYNAMOS can be found [here](https://delaat.net/sc/sc24/index.html).

0 commit comments

Comments
 (0)