forked from gorillalabs/sparkling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (54 loc) · 2.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
title: Sparkling, A Clojure API for Apache Spark
description: "A fast, in-production-use clojure API for Apache Spark. See here for getting started and all sorts of guides on Sparkling and doing stuff with Apache Spark."
layout: default
---
<div class='headline'>
<div class='logo'>
<h1>Sparkling</h1>
</div>
<p style=''>
</p>
<div class='clear' style=''></div>
<p style=''>
A Clojure API for Apache Spark: fast, fully-features, and developer friendly
</p>
<a class='btn btn-primary btn-large' href='/sparkling/articles/getting_started.html'>Get Started! »</a>
<a class="btn btn-large" href="/sparkling/articles/guides.html">Read doc guides »</a>
</div>
<div class='clear' style=''></div>
<p style=''>
Start right away by adding <code>[gorillalabs/sparkling "1.2.3"]</code> to your dependencies or by cloning the <a href="https://github.com/gorillalabs/sparkling/">Sparkling GitHub repo</a>
</p>
<div class='clear' style=''></div>
<div class='row-fluid'>
<div class='span4'>
<h2>Fast</h2>
<p> Standing on the shoulder of giants. Branching off from clj-spark and flambo, we introduced several changes to really make things fast.
Speed of execution basically was the driver to have our own library.</p>
</div>
<div class='span4'>
<h2>Clojuric</h2>
<p> Sparkling provides functions to keep your fingers clean, hiding all the Scala/Java artifacts in nice, clojuric abstractions without bloating the overall system.</p>
</div>
<div class='span4'>
<h2>Production ready</h2>
<p>Sparkling is used in our productive environment and battle tested. Don't rely on just toy projects.</p>
</div>
</div>
<div class='clear' style=''></div>
<div class='row-fluid'>
<div class='span6'>
<h2>Presentations</h2>
<script async class="speakerdeck-embed" data-id="beb5d75623804ae3a87c5bf0ee0e1cbf" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>
<p style=''>
Do you want to have your presentation or your blog post listed here also? Just send us a note to <a href='https://twitter.com/gorillalabs_de'>@gorillalabs_de</a> or open a pull request.
<p>
</div>
<div class='span6'>
<h2>Twitter Timeline</h2>
<a class="twitter-timeline" href="https://twitter.com/gorillalabs_de" data-widget-id="567977564359385088">Tweets von @gorillalabs_de </a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</p>