pxy0592 / silex

something to help you spark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

silex

something to help you spark

This is a library of reusable code for Spark applications, factored out of applications we've built at Red Hat. It will grow in the future but for now we have an application skeleton, a simple natural join for data frames, and a histogramming RDD.

Using silex

Add the following resolver to your project:

resolvers += "Will's bintray" at "https://dl.bintray.com/willb/maven/"

and then add Silex as a dependency:

libraryDependencies += "com.redhat.et" %% "silex" % "0.0.8"

Documentation

The Silex web site includes some examples of Silex functionality in use and API docs.

CI Status

Build Status Coverage Status

About

something to help you spark

License:Apache License 2.0


Languages

Language:Scala 87.5%Language:Shell 5.7%Language:CSS 4.0%Language:HTML 2.8%