Skip to content

saagie/spark-or

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SparkOR

SparkOR (Spark Operational Research) is build on Apache Spark (https://github.com/apache/spark) in Scala and aims to solve optimization problems. It uses Spark 1.6.1 and Mllib 1.6.1 to distribute calculations.

This library has been initiated by INSA Rouen's students for the company Saagie (https://www.saagie.com/).

Wiki

The Wiki is accessible here.

In contains a lot of information including :

Getting started

Installation

You can download this repository and run sbt to get the jar package.

$ sbt package

You need Spark 1.6.1 correctly installed on your computer and then you can use the library in your project.

How to use it

You can find some examples on the next section and if you want to improve the library by contributing please find further information on the wiki.

Examples

Examples can be found on the wiki.

Documentation

The full documentation generated by Scaladoc is available here.