/RPooli

A pool of R nodes, exposed over RMI and managed over a RESTful API.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

  ___ ___          _ _ 
 | _ \ _ \___  ___| (_)
 |   /  _/ _ \/ _ \ | |
 |_|_\_| \___/\___/_|_|

RPooli

A pool of R nodes, exposed over RMI and managed over a RESTful API.

Build

mvn clean package

To produce a war that can be deployed on application servers, run:

mvn -P-javax-dependencies clean package

Integration test

The test requires the R packages RSBXml and RSBJson.

rm /tmp/*.properties
mvn -Pit clean verify

Site generation

To generate the site for RPooli, run:

mvn -f webapp/ site

Start

cd webapp
mvn jetty:run-war

This starts servers on:

Copyright (c) Copyright of Open Analytics NV, 2014-2023

Licensed under the Apache License 2.0