/usi

Deploy and manage containers (including Docker) on top of Apache Mesos at scale.

Primary LanguageScalaApache License 2.0Apache-2.0

Unified Scheduler Interface

Deploy and manage containers (including Docker) on top of Apache Mesos at scale.

undefined undefined

This repository is currently a work-in-progress.

Design principles behind USI

How to run:

$ gradle :hello-world:run

How to test:

$ gradle test

Versioning

USI uses semantic versioning. That means we are committed to keep our documented API compatible across releases unless we change the MAJOR version (the first number in the version tuple).

For example version 1.1.0 and 2.0.0 will not have a compatible API, but 1.2.0 and 1.1.0 should be backwards compatible.

Please take note that API below version 1.0.0 aren't considered stable and may change at any time.