Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.13 KB

README.markdown

File metadata and controls

52 lines (34 loc) · 1.13 KB

About

A Giter8 template for Frameless! Uses g8 v0.13.1. Targets Frameless v0.10.1.

Create an sbt project

If you have Giter8 then simply:

g8 imarios/frameless.g8

With sbt >= 0.13.13:

sbt new imarios/frameless.g8

Use the project

Run a simple example

sbt run

Bring up a REPL with Frameless pre-loaded and ready to experiment:

sbt console

When the REPL loads, try a simple example:

scala> val fTypedDataset = TypedDataset.create((1, "a", true) ::  (10, "b", false) :: (1, "c", true) :: Nil)
scala> fTypedDataset.show().run()

Follow the Frameless documentation for more examples.

Template license

Written in 2017 by Marios Iliofotou ([email protected])

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this template to the public domain worldwide. This template is distributed without any warranty. See http://creativecommons.org/publicdomain/zero/1.0/.