contained 0.1.4

contained is a research project implementing the proposed harmonic runtime for orchestrating cloud-native systems
docs.rs failed to build contained-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: contained-0.1.2

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