Skip to content

btrplace/scheduler

Repository files navigation

Btrplace scheduler

This repository contains the main sources of the flexible VM scheduler BtrPlace (see http://www.btrplace.org)

Gitter Maven Central javadoc

Build Codacy Badge Codacy Badge Quality Gate Status

Contact: fabien.hermenier@nutanix.com

Usage

Releases are available via Maven Central.

Snapshot versions are only available through a dedicated repository. Add the following entry in your pom.xml to get them:

<repositories>
        <repository>
            <id>sonatype-snapshots</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
            <layout>default</layout>
        </repository>
</repositories>

Next, just declare the useful dependencies:

  • org.btrplace:scheduler-api: the API defining a VM scheduler and the element it manipulates
  • org.btrplace:scheduler-choco: the default implementation of the VM scheduler using the Constraint Programming solver Choco
  • org.btrplace:scheduler-json: to serialize models using JSON
  • org.btrplace:scheduler-split: to split the instances to solve
  • org.btrplace:btrpsl: a scripting language to express constraints
  • org.btrplace:bench: a simple CLI to perform benchmarks
  • org.btrplace:scheduler-examples: the examples illustrated in the tutorials section

Getting Started

See the tutorials

General Documentation

See the wiki

Contributing

Anyone can contribute to the project, from the source code to the documentation. In order to ease the process, see the contribution guide.

Building from sources

Requirements:

  • JDK 8+
  • maven 3+

The source of the released versions are directly available in the Tag section. You can also download them using github features. Once downloaded, move to the source directory then execute the following command to make the jar:

$ mvn clean install

If the build succeeded, the resulting jars will be automatically installed in your local maven repository.

Copyright

Copyright (c) The BtrPlace Authors. All rights reserved. Use of this source code is governed by a LGPL-style license that can be found in the LICENSE.txt file.

About

BtrPlace is a virtual machine scheduler. You can specialized it safely through independent constraints to make it support what match your expectations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published