Giter VIP home page Giter VIP logo

vincent-k / btrplace-solver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from btrplace/scheduler

0.0 2.0 0.0 6.89 MB

BtrPlace is a virtual machines placement algorithm for hosting platforms. You can specialized it safely through independant constraints to make it support what match your expectations.

Home Page: http://btrp.inria.fr

License: GNU Lesser General Public License v3.0

Java 99.22% Shell 0.31% GAP 0.33% Emacs Lisp 0.14%

btrplace-solver's Introduction

Btrplace solver

This repository contains the main sources of the flexible VM placement algorithm btrPlace (http://btrp.inria.fr)

![Build Status](http://btrp.inria.fr:8080/jenkins/buildStatus/icon?job=DEV btrplace-solver)

Contact: [email protected]

Usage

Inside a maven project

The maven artifacts are in private repositories so you have first to edit your pom.xml to declare them:

<repositories>
    <repository>
        <id>btrp-releases</id>
        <url>http://btrp.inria.fr/repos/releases</url>
    </repository>
    <repository>
        <id>btrp-snapshots</id>
        <url>http://btrp.inria.fr/repos/snapshot-releases</url>
    </repository>
</repositories>

Next, just declare the dependency:

<dependency>
   <groupId>btrplace</groupId>
   <artifactId>solver-bundle</artifactId>
   <version>0.38.2-SNAPSHOT</version>
</dependency>

btrplace:solver-bundle is an aggregate of different sub-modules. If you don't need all of then, it is still possible to declare each dependency separately. In practice, btrplace:solver-bundle is composed of:

  • btrplace:solver-api: the API defining a reconfiguration algorithm and the element it manipulates
  • btrplace:solver-choco: the default implementation of a reconfiguration algorithm using the Constraint Programming solver Choco
  • btrplace:solver-json: to serialize models using JSON

Inside a non-maven project

For each version of Btrplace, a bundle that contains the three basics artifacts and their dependencies is made available. The jar can be downloaded from this URL:

Documentation

API documentation for released version

The Javadoc for the released versions is always available there:

apidocs always refers to the last release.

API documentation for the current snapshot version

Building from sources

Requirements:

  • JDK 7+
  • 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) 2013 University of Nice-Sophia Antipolis. See LICENSE.txt for details

btrplace-solver's People

Contributors

fhermeni avatar sofdem avatar tudang avatar vincent-k avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.