-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
239 lines (221 loc) · 11.9 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<title>Apache Gobblin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="icon"
type="image/png"
href="assets/images/favicon.png">
<!--===============================================
CSS files
=================================================-->
<link rel="stylesheet" href="assets/css/bootstrap.css" media="screen">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="assets/css/custom.min.css">
<link rel="stylesheet" href="assets/css/gobblin.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--===============================================
Gobblin Navigation Space <start>
=================================================-->
<div id="navigationHomePage"></div>
<!--===============================================
Gobblin Navigation Space <end>
=================================================-->
<!--===============================================
Gobblin Center Space <start>
=================================================-->
<div class="container">
<div class="page-header" id="primary-content">
<!--===============================================
ROW 1 <start>
=================================================-->
<div class="row">
<!--===============================================
Gobblin Primary Content <start>
=================================================-->
<div class="col-lg-8 col-md-7 col-sm-6 text-center" class="primary-container-header">
<h1 style="margin-top: 0px">Apache Gobblin</h1>
<p class="lead">A distributed data integration framework that simplifies common aspects of big data integration such as data ingestion, replication, organization and lifecycle management for both <b>streaming</b> and <b>batch</b> data ecosystems.</p>
<p class="lead">
<a class="btn btn-primary btn-animated btn-outline" href="/download">Download</a>
<!-- <a class="btn btn-primary btn-animated btn-outline" href="https://www.gobblin.io" target="_blank" rel="nofollow">Try Gobblin</a> -->
</p>
</div>
<!--===============================================
Gobblin Primary Content <end>
=================================================-->
<!--===============================================
Gobblin News Content <start>
=================================================-->
<div class="col-lg-4 col-md-5 col-sm-6">
<div class="row">
<div class="col-sm-12 panel panel-default latest-news-panel">
<p class="latest-news-header">
<!-- REQUIRED BY APACHE FOR ADVERTISING ITS EVENTS [START] -->
<a href="https://www.apache.org/events/current-event.html">
<img src="https://www.apache.org/events/current-event-234x60.png"/>
</a>
<!-- REQUIRED BY APACHE FOR ADVERTISING ITS EVENTS [END] -->
</p>
<p class="latest-news-header">Latest News</p>
<div class="row latest-news-item">
<div class="col-sm-12" style="margin-bottom: 5px">
<span style="font-size: 12px; margin-right: 5px;">Aug 2023</span>
<a href="https://www.apache.org/dyn/closer.cgi/gobblin/apache-gobblin-0.17.0/" target="_blank">
Apache Gobblin 0.17.0 released.</a>
</div>
</div>
<div class="row latest-news-item">
<div class="col-sm-12" style="margin-bottom: 5px">
<span style="font-size: 12px; margin-right: 5px;">Feb 2022</span>
<a href="https://www.apache.org/dyn/closer.cgi/gobblin/apache-gobblin-0.16.0/" target="_blank">
Apache Gobblin 0.16.0 released.</a>
</div>
</div>
<div class="row latest-news-item">
<div class="col-sm-12" style="margin-bottom: 5px">
<span style="font-size: 12px; margin-right: 5px;">Jan 2021</span>
<a href="https://projects.apache.org/project.html?gobblin" target="_blank">
Apache Gobblin is now a Top Level Project.</a>
</div>
</div>
<div class="row latest-news-item">
<div class="col-sm-12" style="margin-bottom: 5px">
<span style="font-size: 12px; margin-right: 5px;">Dec 2020</span>
<a href="https://www.apache.org/dyn/closer.lua/gobblin/apache-gobblin-incubating-0.15.0/" target="_blank">Apache Gobblin 0.15.0-incubating released.</a>
</div>
</div>
<div class="row latest-news-item">
<div class="col-sm-12" style="margin-bottom: 5px">
<span style="font-size: 12px; margin-right: 5px;">Mar 2020</span>
<a href="/docs/developer-guide/HighLevelConsumer" target="_blank">Apache Gobblin has improved High Level Consumer.</a>
</div>
</div>
<div class="row latest-news-item">
<div class="col-sm-12" style="margin-bottom: 5px">
<span style="font-size: 12px; margin-right: 5px;">Dec 2018</span>
<a href="https://www.apache.org/dyn/closer.lua/gobblin/apache-gobblin-incubating-0.14.0/" target="_blank">Apache Gobblin 0.14.0-incubating released.</a>
</div>
</div>
<div class="row latest-news-item">
<div class="col-sm-12" style="margin-bottom: 5px">
<span style="font-size: 12px; margin-right: 5px;">Sep 2018</span>
<a href="https://www.apache.org/dyn/closer.lua/gobblin/apache-gobblin-incubating-0.13.0/" target="_blank">Apache Gobblin 0.13.0-incubating released.</a>
</div>
</div>
</div>
</div>
</div>
<!--===============================================
Gobblin News Content <end>
=================================================-->
</div>
<!--===============================================
ROW 1 <end>
=================================================-->
<hr>
<!--===============================================
ROW 2 <start>
=================================================-->
<div class="row" style="margin-top: -20px">
<h2 class="sectiontile" style="text-align: center">Execution Modes</h2>
<div class="col-lg-3 col-md-3">
<div class="bs-component">
<h3>Standalone</h3>
<p>Runs as standalone application on a single box. Also supports embedded mode. </p>
<p><img src="assets/images/threads.gif" style="height: 100px; "></p>
</div>
</div>
<div class="col-lg-3 col-md-3">
<div class="bs-component">
<h3>Mapreduce Mode</h3>
<p>Runs as an mapreduce application on multiple Hadoop versions. Also supports <a href="https://azkaban.github.io/" target="_blank" rel="nofollow">Azkaban</a> for launcing mapreduce jobs. </p>
<p><img src="assets/images/hadoop.png" style="height: 100px; "></p>
</div>
</div>
<div class="col-lg-3 col-md-3">
<div class="bs-component">
<h3>Cluster / Yarn</h3>
<p>Runs as a standalone cluster with primary and worker nodes. This mode supports high availability, and can run on bare metals as well.</p>
<p><img src="assets/images/yarn_architecture.gif" style="height: 80px; "></p>
</div>
</div>
<div class="col-lg-3 col-md-3">
<div class="bs-component">
<h3>Cloud</h3>
<p>Runs as elastic cluster on public cloud. This mode supports high availability.</p>
<p><img src="assets/images/mesos-cluster.png" style="height: 100px; "></p>
</div>
</div>
</div>
<!--===============================================
ROW 2 <end>
=================================================-->
<hr>
<footer style="margin-bottom: 0em; margin-top: 0em;">
<div id="footer">
<div class="row">
<div class="col-sm-6">
<div class="footer-section__policies-section--policies">
<p style="font-size: 12px; line-height: 1.5em;">
Copyright © 2021 <a href="http://www.apache.org/" target="_blank">The Apache Software Foundation</a>
<br>
Apache, Apache Gobblin, the Apache feather and the Gobblin logo are trademarks of The Apache Software Foundation
<br>
</p>
</div>
</div>
<div class="col-sm-6">
<p style="font-size: 12px; line-height: 1.5em; text-align: right;">
<!-- REQUIRED BY APACHE [START] -->
<a class="external" href="https://www.apache.org/">Foundation</a> |
<a class="external" href="https://www.apache.org/licenses/">License</a> |
<a class="external" href="https://www.apache.org/events/current-event">Events</a> |
<a class="external" href="https://www.apache.org/security">Security</a> |
<a class="external" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
<a class="external" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
<!-- REQUIRED BY APACHE [END] -->
</p>
</div>
</div>
</div>
</footer>
</div>
<!--===============================================
Gobblin Center Space <end>
=================================================-->
</div>
<!--===============================================
Javascript files
=================================================-->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.particleground.min.js"></script>
<script src="assets/js/custom.js"></script>
<script src="assets/js/gobblin.js"></script>
</body>
</html>