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/).
The Wiki is accessible here.
In contains a lot of information including :
- the architecture of SparkOR;
- information about how to contribute.
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.
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 can be found on the wiki.
The full documentation generated by Scaladoc is available here.