#research #systems #cloud-native #distributed-systems #theory #harmonic #cluster

bin+lib contained

contained is a research project implementing the proposed harmonic runtime for orchestrating cloud-native systems

5 releases

0.1.4 Apr 15, 2023
0.1.3 Mar 5, 2023
0.1.2 Feb 14, 2023
0.1.1 Jun 21, 2022
0.1.0 May 26, 2022

#798 in Web programming

Apache-2.0

110KB
2.5K SLoC

Contained

crates.io docs.rs Clippy Docker Rust


Contained is a research oriented project focusing on implementing the proposed harmonic computational framework. Contained considers a harmonic framework capable of efficiently orchestrating clusters of devices following a set of instructions broadcast from valid actors preserving only the I/O and required metadata. The metadata stored typically pertains to the temporality or ordering of events which lead to the completion of any particular task and generally distributed as a part of a unique proof. In order to do so, we consider the neo-Riemannian theory and its potential implications for computational systems. Consequentially, several more traditional notions of harmonic analysis are additionally introduced to complete the theorem and solidify the framework. The resulting compositional procedures suggest novel means of generating ephemeral computational spaces capable of supporting interactions across each of the four permutations facilitated by digital systems. Typically these spaces are leveraged in conjunction with one another to elegantly orchestrate complex workloads.

Getting Started

Building from the source

Clone the repository

git clone https://github.com/FL03/contained

Docker

Build the image locally

docker buildx build --tag contained:alpha .

Pull the pre-built image

docker pull jo3mccain/contained:latest

Run the image

docker run -p 8080:8080 jo3mccain/contained:latest system --up

Usage


Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Dependencies

~20–62MB
~1M SLoC