Skip to content

gitter-badger/frameless

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frameless

Frameless is a way of using Spark SQL without completely giving up types. The general idea is having a phantom type that mirrors the value-level computation at the type-level. All heavy lifting is still done by the original Spark API.

License

Code is provided under the Apache 2.0 license available at http://opensource.org/licenses/Apache-2.0, as well as in the LICENSE file. This is the same license used as Spark.

About

Tracking Spark SQL schema with phantom types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%