Optimus (homepage)

Optimus is the missing library for cleansing (cleaning and much more) and pre-processing data in a distributed fashion with Apache Spark.

@ironmussa / (2)

Optimus is the missing library for cleansing and pre-processing data in a distributed fashion. It uses all the power of Apache Spark (optimized via Catalyst) to do it. It implements several handy tools for data wrangling and munging that will make your life much easier. The first obvious advantage over any other public data cleaning library is that it will work on your laptop or your big cluster, and second, it is amazingly easy to install, use and understand.


Tags

  • 1|machine learning
  • 1|pyspark
  • 1|tools
  • 1|Applications
  • 1|data cleaning
  • 1|data science
  • 1|data cleansing

How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages ironmussa:Optimus:1.1.0

sbt

If you use the sbt-spark-package plugin, in your sbt build file, add:

spDependencies += "ironmussa/Optimus:1.1.0"

Otherwise,

resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/"

libraryDependencies += "ironmussa" % "Optimus" % "1.1.0"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>ironmussa</groupId>
    <artifactId>Optimus</artifactId>
    <version>1.1.0</version>
  </dependency>
</dependencies>
<repositories>
  <!-- list of other repositories -->
  <repository>
    <id>SparkPackagesRepo</id>
    <url>https://repos.spark-packages.org/</url>
  </repository>
</repositories>

Releases

Version: 1.1.0 ( d87b09 | zip | jar ) / Date: 2017-10-25 / License: Apache-2.0 / Scala version: 2.11

Version: 1.0.3 ( 224303 | zip | jar ) / Date: 2017-10-03 / License: Apache-2.0 / Scala version: 2.11

Version: 1.0.0 ( 76b7c7 | zip | jar ) / Date: 2017-09-12 / License: Apache-2.0 / Scala version: 2.11

Version: 0.7.5 ( 0732e9 | zip | jar ) / Date: 2017-08-28 / License: Apache-2.0 / Scala version: 2.11

Version: 0.7.4 ( c39d46 | zip | jar ) / Date: 2017-08-24 / License: Apache-2.0

Version: 0.7.3 ( 6fc4d3 | zip | jar ) / Date: 2017-08-23 / License: Apache-2.0

Version: 0.6.1 ( c29fdf | zip ) / Date: 2017-08-17 / License: Apache-2.0

Version: 0.5.4 ( 13caf9 | zip ) / Date: 2017-08-14 / License: Apache-2.0

Version: 0.4.0 ( 0ccf3c | zip ) / Date: 2017-08-07 / License: Apache-2.0

Version: 0.3.4 ( fab9fb | zip ) / Date: 2017-08-04 / License: Apache-2.0

Version: 0.1.5.1 ( b4b025 | zip ) / Date: 2017-07-18 / License: Apache-2.0