-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (35 loc) · 3.63 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Scray by scray</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Scray</h1>
<h2 class="project-tagline"> Lambda Architecture Framework for Big Data, Spark, Versioned Data, NoSQL and SQL-Stores.</h2>
<a href="https://github.com/scray/scray" class="btn">View on GitHub</a>
<a href="https://github.com/scray/scray/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/scray/scray/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></h3>
<div id="readme" class="readme boxed-group clearfix announce instapaper_body md">
<a href="https://maven-badges.herokuapp.com/maven-central/org.scray/scray"><img src="https://camo.githubusercontent.com/6749278dcdaef0eb2570e1bb8af0c0edbedf9eb8/68747470733a2f2f6d6176656e2d6261646765732e6865726f6b756170702e636f6d2f6d6176656e2d63656e7472616c2f6f72672e73637261792f73637261792f62616467652e737667" alt="Maven Central" data-canonical-src="https://maven-badges.herokuapp.com/maven-central/org.scray/scray/badge.svg" style="max-width:100%;"></a></p>
<h1><a id="user-content-scray---a-serving-layer-framework-for-bigdata" class="anchor" href="#scray---a-serving-layer-framework-for-bigdata" aria-hidden="true"><svg aria-hidden="true" class="octicon octicon-link" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Scray - A Serving-Layer Framework for Big Data</h1>
<p>A typical big-data application requires a serving layer, which will serve processed data to applications. Typically this will be either a report-generator or an interactive multi-user web-application. Interactive multi-user web-application applications usually have requirements similar to near-real-time-systems, with degrading deadlines in the order of seconds. This framework strives to support development of such applications by providing abstractions typically used in conjunction with datastores (NoSQL, as well as SQL) and lambda architectures. </p>
</article>
</div>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/scray/scray">Scray</a> is maintained by <a href="https://github.com/scray">scray</a>.</span>
<span class="site-footer-credits"> </span><a href="http://www.seeburger.de/webseiten-nutzungsbedingungen.html">Webseiten-Nutzungsbedingungen</a><span> | </span><a href="http://www.seeburger.de/datenschutz.html">Datenschutzerklärung</a><span> | </span><a href="http://www.seeburger.de/impressum.html">Impressum</a> </span>
</footer>
</section>
</body>
</html>