Skip to content

Willbern/silex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.4"

Documentation

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

CI Status

Build Status

About

something to help you spark

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 71.2%
  • Shell 13.1%
  • CSS 9.2%
  • HTML 6.5%