Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mesosphere/mesos-utils

Utilities for building distributed systems on top of mesos
https://github.com/mesosphere/mesos-utils

dcos dcos-orchestration-guild

Last synced: 2 months ago
JSON representation

Utilities for building distributed systems on top of mesos

Lists

README

        

# Mesos Utils

Scala utilities for building distributed systems on top of Mesos.

## Usage

We cut releases for each recent Mesos version. Current releases are:

* Mesos `0.16.0` - mesos-utils `0.16.0-2`
* Mesos `0.17.0` - mesos-utils `0.17.0-2`
* Mesos `0.18.2` - mesos-utils `0.18.2-2`
* Mesos `0.19.0` - mesos-utils `0.19.0-1`
* Mesos `0.20.0` - mesos-utils `0.20.0-2` (cross-built for Scala 2.10 and 2.11)
* Mesos `0.20.1` - mesos-utils `0.20.1-1` (cross-built for Scala 2.10 and 2.11)
* Mesos `0.21.0` - mesos-utils `0.21.0-1` (cross-built for Scala 2.10 and 2.11)
* Mesos `0.21.1` - mesos-utils `0.21.1` (cross-built for Scala 2.10 and 2.11)
* Mesos `0.22.0` - mesos-utils `0.22.0-1` (cross-built for Scala 2.10 and 2.11)
* Mesos `0.22.1` - mesos-utils `0.22.1-1` (cross-built for Scala 2.10 and 2.11)
* Mesos `0.23.0` - mesos-utils `0.23.0` (cross-built for Scala 2.10 and 2.11)
* Mesos `0.24.0` - mesos-utils `0.24.0` (cross-built for Scala 2.10 and 2.11)
* Mesos `0.25.0` - mesos-utils `0.25.0` (cross-built for Scala 2.10 and 2.11)

### Maven

Add the Mesosphere repository and the dependency to your `pom.xml`:

```xml

0.25.0

...


mesosphere-repo
Mesosphere Repo
http://downloads.mesosphere.io/maven

...


mesosphere
mesos-utils_2.11
${mesos-utils.version}

```

### SBT

Add this to your SBT config:

```scala
resolvers += "Mesosphere Repo" at "http://downloads.mesosphere.io/maven"
libraryDependencies += "mesosphere" %% "mesos-utils" % "0.25.0"
```

## Developing

To deploy a new version of `mesos-utils`, simply run

```bash
$ sbt release
```

and follow the prompts.