Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 913 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 913 Bytes

scala-boost

Tutorials for actually doing something interesting with Scala (and some favorite libraries) in a small amount of time

  • Basics tutorial - how to analyze data and build a database from scratch, using only the Scala standard library
  • Spark tutorial - how to use Spark and Hive to do more complex analysis, including retrieving data from a public HTTP API and using a JSON serialization library
  • Syntax cheat-sheet some useful syntax examples, with links to futher references for any more in-depth questions

If you're interested in helping out with improving or adding to this tutorial, please do! Pull a branch or a fork and send a PR. Please include notes about skill-level, and expected amount of time required to complete the session (if adding a new one, or significantly changing an existing one).