Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.15 KB

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.