forked from aksakalli/jekyll-doc-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (49 loc) · 3.21 KB
/
index.html
File metadata and controls
58 lines (49 loc) · 3.21 KB
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
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>Zoe - Analytics on demand</h1>
<p>Zoe brings data analytics to the modern world.</p>
<p><a class="btn btn-primary btn-lg" href="http://docs.zoe-analytics.eu/" role="button">Learn more</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">What is Zoe?</h2>
<blockquote>
<p>Zoe is a user-facing application that sits on top of your preferred container engine and makes it simple for data scientists and system administrators
to efficiently use available resources and run the latest data intensive frameworks. Building Zoe Applications is easy and just requires knowledge of JSON
and Dockerfiles, nothing more. On the <a href="/zapps/">ZApps page</a> you can find some examples that will clarify how Zoe can be used.
</p>
</blockquote>
</div>
<div class="col-md-6 text-center">
<img src="img/logo.png" alt="" class="img-responsive">
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-pencil" aria-hidden="true"></i></h1>
<h3 class="text-center">Easy to use: a few clicks to start</h3>
<p>Use the web interface for launching complex data exploration frameworks in a few clicks, or use the APIs to call Zoe from your own scripts.
Zoe is independent from applications. A generic application description language is used to build compositions of analytics services, define resource constraints and configuration options.
For example, a user can run Spark or MPI jobs on Zoe, by providing appropriate descriptions and Docker images.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
<h3 class="text-center">Fast: new clusters in seconds</h3>
<p>Zoe can create a fully configured Spark cluster, with 20 compute nodes and an iPython notebook in a few seconds.
In this video we show the user-facing command line interface to Zoe and demonstrate how fast and easy it is to define and start a new application.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-code-fork" aria-hidden="true"></i></h1>
<h3 class="text-center">Smart: advanced scheduling</h3>
<p>Zoe is built from the start to make full use of the available capacity in your Docker cluster. Not only Zoe is smart in placing containers, but when resources are exhausted, Zoe will queue new requests using state of the art scheduling algorithms.
Zoe is streamlined for maximum efficiency. As soon as an application is ready for execution, it is translated in Docker commands and deployed.
Zoe can provision compute-only applications, but also data layers, like Hadoop HDFS. We keep testing the Zoe concept composing new services and extending Zoe's capabilities. Stay tuned for more!</p>
</div>
</div>
</div>