Skip to content

clojure-spark/powderkeg-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

powderkeg-example

A Clojure library designed to ... well, that part is up to you.

Usage

user=> (require '[net.cgrand.xforms :as x])
nil
user=> (keg/connect! "local[2]")

user=> (into [] ; no collect, plain Clojure
  #_=>   (keg/rdd ["This is a firest line"  ; here we provide data from a clojure collection.
  #_=>             "Testing spark"
  #_=>             "and powderkeg"
  #_=>             "Happy hacking!"]
  #_=>    (filter #(.contains % "spark"))))

["Testing spark"]

user=> (into [] (keg/rdd (range 10)))
[0 1 2 3 4 5 6 7 8 9]

License

Copyright © 2017 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published