Giter VIP home page Giter VIP logo

airship's Introduction

Airship

A Combinatorial Auctioneer for Fog Resource Provisioning

Introduction

Airship is a tool designed to provide market-based resource allocation in Fog environments. This is intended to address the challenge of satisfying the requirements of multiple potential competing infrastructure users.

To do this, Airship uses a PAUSE combinatorial auction system. This is designed to be computationally tractable, a common pitfall of alternative techniques. More details can be found in Chapter 6 of Combinatorial Auctions.

This work was presented in the following publications:

Combinatorial Auction-Based Resource Allocation in the Fog, Fawcett, L., Broadbent, M. H. & Race, N. J. P., 10/2016 Fifth European Workshop on Software Defined Networks (EWSDN), 2016. IEEE

A more detailed tutorial and description are to follow.

Install

Airship is built in golang.

To fetch Airship, first fetch the respository:

$ git clone https://github.com/broadbent/airship.git

Move into the repository:

$ cd airship

The run Airship with:

$ go run airship.go

Requirements

Airship has a number of golang dependencies. These are handled with godep, so no need for additional installs.

A running MongoDB instance is also required. Please see their documentation for instructions on how to install this.

As mentioned previously, Airship works alongside Siren to discover resources and provision successful auctions. A running instance of this is also required. Please see their documentation for more details.

Configuration

An example default configuration can be found in airship\config\config.json, or alternatively online.

This contains some sane default configuration. It may be necessary to change this to match your deployment scenario. For example, it may be necessary to change the way Airship connects to the required MongoDB.

airship's People

Contributors

broadbent avatar lyndon160 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.