-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (60 loc) · 3.66 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
62
63
64
65
66
67
68
69
70
71
72
73
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Scalding Input Output by scalding-io</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">Scalding Input Output</h1>
<p class="header">Resources for Scalding Developers</p>
<ul>
<li><a class="buttons github" href="https://github.com/scalding-io">GitHub Profile</a></li>
</ul>
</header>
<section>
<h1>
<a name="scalding-input-output" class="anchor" href="#scalding-input-output"><span class="octicon octicon-link"></span></a>Scalding Input-Output</h1>
<p><img src="https://github.com/scalding-io/scalding-io.github.io/raw/master/scalding.jpg" alt="Scalding Logo"></p>
<p>Scalding IO hosts a series of projects we built around Twitter's Scalding (<a href="https://github.com/twitter/scalding">https://github.com/twitter/scalding</a>) framework.</p>
<p>It contains the following projects:</p>
<ul>
<li>
<strong>Scalding Unit</strong> (<a href="http://scalding-io.github.io/ScaldingUnit/">http://scalding-io.github.io/ScaldingUnit/</a>): A BDD-TDD extension for Scalding (from Stefano Galarraga - <a href="https://github.com/galarragas" class="user-mention">@galarragas</a>) that has been merged into main Scalding code since version 0.9.1</li>
<li>
<strong>Programming Map Reduce With Scalding</strong> (<a href="http://scalding-io.github.io/ProgrammingMapReduceWithScalding/">http://scalding-io.github.io/ProgrammingMapReduceWithScalding/</a>): Contains the support code of the books <em>Programming Map Reduce With Scalding</em> published by PAKT and written by Antonios Chalkiopoulos (<a href="https://github.com/antwnis" class="user-mention">@antwnis</a>)</li>
<li>
<strong>Scalding Taps</strong> (<a href="https://github.com/scalding-io/scalding-taps">https://github.com/scalding-io/scalding-taps</a>): A set of additional Taps for Scalding </li>
</ul><h1>
<a name="contributors" class="anchor" href="#contributors"><span class="octicon octicon-link"></span></a>Contributors</h1>
<p>Antonios Chalkiopoulos (<a href="https://github.com/antwnis" class="user-mention">@antwnis</a>) - Stefano Galarraga (<a href="https://github.com/galarragas" class="user-mention">@galarragas</a>)</p>
<h1>
<a name="license" class="anchor" href="#license"><span class="octicon octicon-link"></span></a>License</h1>
<p>Licensed under the Apache License, Version 2.0: <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a></p>
</section>
<footer>
<p><small>Hosted on <a href="http://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("scalding.io");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>