Giter Club home page Giter Club logo

arom's Introduction

Welcome to AROM!

Introduction

AROM is a distributed parallel processing framework based on the DFG model for the execution and the definition of the jobs. It is built around the actor model and uses AKKA 1.0 at the basis of its stack and is implemented in Scala.

Getting Started

  • Please check out our wiki, it is intended as our single point of information for the moment
  • Widely annotated examples are available in the examples package

Compilation Instructions

The current code on the repository is fully fonctional and comprises the master and the slave runtimes. Once repository is cloned all is needed to run AROM is a Java virtual machine.

To compile on UNIX systems, simply run

$ ./sbt update $ ./sbt compile

Configuration

The folowing configuration file must be adjusted:

  • arom-core/src/main/resources/arom.conf (contains all AROM settings along those for the Akka library)

Starting the slave runtime

The slave runtime can be launched with the command:

$ ./sbt 'project aromslave' run

At the moment, the slave runtime needs to be manually launched on each of the slave nodes in the cluster.

The master runtime is automatically launched once a job is defined and started (please see wiki for examples and documentation)

Contibutors

Tran Nam-Luc (Euranova)

Arthur Lesuisse (ULB - initial commit)

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.