Repository: incubator-gobblin-site Updated Branches: refs/heads/asf-site 654f481b7 -> 31af1ed57
http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/get-involved/index.html ---------------------------------------------------------------------- diff --git a/get-involved/index.html b/get-involved/index.html new file mode 100644 index 0000000..b2ab8e6 --- /dev/null +++ b/get-involved/index.html @@ -0,0 +1,279 @@ +<!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="http://gobblin.io/favicon.ico"> + <!--=============================================== + 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 class="navbar navbar-default navbar-fixed-top"> + <div class="container"> + <!--=============================================== + Gobblin Navigation Bar Header <start> + =================================================--> + <div class="navbar-header"> + <a href="/" class="navbar-brand">Apache Gobblin</a> + <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main"> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + </div> + <!--=============================================== + Gobblin Navigation Bar Header <end> + =================================================--> + <!--=============================================== + Gobblin Navigation Bar Options <start> + =================================================--> + <div class="navbar-collapse collapse" id="navbar-main"> + <ul class="nav navbar-nav"> + <li> + <a href="/download">Download</a> + </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#" >Releases <span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="#">1.0.0 (Upcoming)</a></li> + <li class="divider"></li> + <li class="dropdown-header">Pre Apache</li> + <li><a href="https://github.com/apache/incubator-gobblin/releases/tag/gobblin_0.11.0" target="_blank">0.11.0 (Latest) <i class="fa fa-external-link"></i></a></li> + <li><a href="https://github.com/apache/incubator-gobblin/releases" target="_blank">Archive <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#" >Documentation <span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="cwiki.apache.org/confluence/display/GOBBLIN/Gobblin+Home" target="_blank">Apache Wiki <i class="fa fa-external-link"></i></a></li> + <li class="divider"></li> + <li class="dropdown-header">ReadTheDocs</li> + <li><a href="http://gobblin.readthedocs.io/en/latest/" target="_blank">Latest (0.11.0) <i class="fa fa-external-link"></i></a></li> + <li><a href="http://gobblin.readthedocs.io/en/latest/Getting-Started/" target="_blank">Getting Started (0.11.0) <i class="fa fa-external-link"></i></a></li> + <li><a href="http://gobblin.readthedocs.io/en/latest/Gobblin-Architecture/" target="_blank">Architecture (0.11.0) <i class="fa fa-external-link"></i></a></li> + <li class="divider"></li> + <li class="dropdown-header">Wiki</li> + <li><a href="https://cwiki.apache.org/confluence/display/GOBBLIN/Design+Docs" target="_blank">Design Documents <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community <span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="/get-involved">Get Involved</a></li> + <li><a href="/contributor">Contributor Guide</a></li> + <li><a href="/people">People</a></li> + <li class="divider"></li> + <li class="dropdown-header">Engagement</li> + <li><a href="/mailing-lists">Mailing Lists</a></li> + <li><a href="https://gitter.im/gobblin/Lobby" target="_blank">Gitter <i class="fa fa-external-link"></i></a></li> + <li><a href="https://cwiki.apache.org/confluence/display/GOBBLIN/Meetups" target="_blank">Meetups <i class="fa fa-external-link"></i></a></li> + <li class="divider"></li> + <li class="dropdown-header">Issue / Feature Tracking</li> + <li><a href="https://issues.apache.org/jira/projects/GOBBLIN" target="_blank">Apache JIRA <i class="fa fa-external-link"></i></a></li> + <li><a href="https://cwiki.apache.org/confluence/display/GOBBLIN/Roadmap" target="_blank">Roadmap <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + </ul> + + <ul class="nav navbar-nav navbar-right"> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#" aria-expanded="false">Apache Software Foundation<span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="https://www.apache.org" target="_blank">Apache Homepage <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank">License <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/security" target="_blank">Security <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/policies/conduct" target="_blank">Code of Conduct <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + </ul> + + </div> + <!--=============================================== + Gobblin Navigation Bar Options <end> + =================================================--> + </div> + </div> + + <!--=============================================== + Gobblin Navigation Space <end> + =================================================--> + <!--=============================================== + Gobblin Center Space <start> + =================================================--> + <div class="container"> + + <div class="page-header" id="primary-content"> + + <div class="row"> + <div class="col-md-12"> + <div id="content"> + <h1 class="title" style="font-size: 3em; margin-top: -5px;">Get Involved</h1> + + <p>You donât need to be a software developer to contribute to + Apache Gobblin. To be successful, this project + requires a huge range of different skills, levels of involvement, and degrees of + technical expertise. So, if you want to get involved in Apache Gobblin, there + is almost certainly a role for you.</p> + + <p>We are looking for people to:</p> + + <ul> + <li>Provide feedback</li> + <li>Write or update documentation</li> + <li>Help new users</li> + <li>Recommend the project to others</li> + <li>Test the code and report bugs</li> + <li>Fix bugs</li> + <li>Give us feedback on required features</li> + <li>Write and update the software</li> + <li>Create artwork</li> + <li>Anything you can see that needs doing</li> + </ul> + + <p>All of these contributions help to keep the project active and strengthen + the community. The project team and the broader community will + therefore welcome and encourage participation, and attempt to make it + as easy as possible for people to get involved.</p> + + <p>Want to get started now? Check out <a href="https://issues.apache.org/jira/browse/GOBBLIN" target="_blank">open issues labeled for ânewbiesâ</a>. If you need help, use the mailing list information below to reach out. If the issue you choose deals with code, you should read the developerâs guide section.</p> + + <h2 id="mailing-lists-and-chat">Mailing lists and chat<a class="header-link" href="#mailing-lists-and-chat"><i class="fa fa-link"></i></a></h2> + + <p>Your first engagement with the project should be to subscribe to our + <a href="/mailing-lists">mailing lists</a>. Apache Gobblin developers and community members + hang out in the Gitter channel <a href="https://gitter.im/gobblin/Lobby" target="_blank">here</a>.</p> + + <h2 id="contributor-guide">Contributor Guide<a class="header-link" href="#contributor-guide"><i class="fa fa-link"></i></a></h2> + + <p>See the <a href="/contributor/" target="_blank">contributor guide</a> for recommended practices in interacting with our source code. + Take a look at the <a href="http://gobblin.readthedocs.io/en/latest/developer-guide/Contributing/" target="_blank"> Contributing</a> section on ReadTheDocs for more information as well.</p> + + <h2 id="conferences-and-meetups">Conferences and Meetups<a class="header-link" href="#conferences-and-meetups"><i class="fa fa-link"></i></a></h2> + + <ul> + <li><a href="http://gobblin.readthedocs.io/en/latest/project/Talks-and-Tech-Blogs/" target="_blank">Previous Conferences</a></li> + <li><a href="https://www.meetup.com/Big-Data-Meetup-LinkedIn/" target="_blank">Monthly Video Conference</a> - hosted by LinkedIn</li> + </ul> + + <h2 id="community-interaction">Community Interaction<a class="header-link" href="#community-interaction"><i class="fa fa-link"></i></a></h2> + + <p>Learn about <a href="http://www.betaversion.org/~stefano/papers/ac2006.2.pdf">building open source communities</a>.</p> + + <h2 id="decision-making">Decision Making<a class="header-link" href="#decision-making"><i class="fa fa-link"></i></a></h2> + + <p>The most important thing about engaging with any Apache project is that everyone + is equal. All people with an opinion are entitled to express that opinion and, where + appropriate, have it considered by the community.</p> + + <p>To some, the idea of having to establish consensus in a large and distributed team + sounds inefficient and frustrating. Donât despair though, The Apache Way has a + set of simple processes to ensure things proceed at a good pace.</p> + + <p>In ASF projects we donât like to vote. We reserve that for the few things that need + official approval for legal or process reasons (e.g. a release or a new committer). + Most of the time we work with the consensus building techniques documented below.</p> + + <h3 id="lazy-consensus">Lazy Consensus<a class="header-link" href="#lazy-consensus"><i class="fa fa-link"></i></a></h3> + + <p><a href="#">Lazy consensus</a> is the first, and possibly the most important, consensus building + tool we have. Essentially, lazy consensus means that you donât need to get explicit + approval to proceed, but you need to be prepared to listen if someone objects.</p> + + <h3 id="consensus-building">Consensus Building<a class="header-link" href="#consensus-building"><i class="fa fa-link"></i></a></h3> + + <p>Sometimes, lazy consensus is not appropriate. In such cases, it is necessary to + make a proposal to the mailing list and discuss options. There are mechanisms + for quickly showing your support or otherwise for a proposal and + <a href="#">building consensus</a> amongst the community.</p> + + <p>Once there is a consensus, people can proceed with the work under the <a href="#">lazy + consensus</a> model.</p> + + <h3 id="voting">Voting<a class="header-link" href="#voting"><i class="fa fa-link"></i></a></h3> + + <p>Occasionally a âfeelâ for consensus is not enough. Sometimes we need to + have a measurable consensus. For example, when <a href="#">voting</a> in new committers or + to approve a release.</p> + </div> + </div> + </div> + + <hr> + <footer style="margin-bottom: 0em; margin-top: 0em;"> + <div id="footer"> + <img src="../assets/images/incubator_feather_egg_logo.png" height="60"> + <br> + <br> + <p style="font-size: 12px; line-height: 1.5em;"> + Apache Gobblin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. + </p> + <p style="font-size: 12px; line-height: 1.5em; margin-top: 2em; margin-bottom: 2em;"> + Copyright © 2017 <a href="http://www.apache.org/" target="_blank">The Apache Software Foundation</a> + <br> + Apache, Apache Gobblin (incubating), the Apache feather and the Gobblin logo are trademarks of The Apache Software Foundation + </p> + </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> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-3216387-4', 'auto'); + ga('send', 'pageview'); + + </script> + </body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index 3c0b0b0..53c5386 100644 --- a/index.html +++ b/index.html @@ -1 +1,341 @@ -Coming soon +<!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="http://gobblin.io/favicon.ico"> + <!--=============================================== + 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 class="navbar navbar-default navbar-fixed-top"> + <div class="container"> + <!--=============================================== + Gobblin Navigation Bar Header <start> + =================================================--> + <div class="navbar-header"> + <a href="/" class="navbar-brand">Apache Gobblin</a> + <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main"> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + </div> + <!--=============================================== + Gobblin Navigation Bar Header <end> + =================================================--> + <!--=============================================== + Gobblin Navigation Bar Options <start> + =================================================--> + <div class="navbar-collapse collapse" id="navbar-main"> + <ul class="nav navbar-nav"> + <li> + <a href="/download">Download</a> + </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#" >Releases <span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="#">1.0.0 (Upcoming)</a></li> + <li class="divider"></li> + <li class="dropdown-header">Pre Apache</li> + <li><a href="https://github.com/apache/incubator-gobblin/releases/tag/gobblin_0.11.0" target="_blank">0.11.0 (Latest) <i class="fa fa-external-link"></i></a></li> + <li><a href="https://github.com/apache/incubator-gobblin/releases" target="_blank">Archive <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#" >Documentation <span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="cwiki.apache.org/confluence/display/GOBBLIN/Gobblin+Home" target="_blank">Apache Wiki <i class="fa fa-external-link"></i></a></li> + <li class="divider"></li> + <li class="dropdown-header">ReadTheDocs</li> + <li><a href="http://gobblin.readthedocs.io/en/latest/" target="_blank">Latest (0.11.0) <i class="fa fa-external-link"></i></a></li> + <li><a href="http://gobblin.readthedocs.io/en/latest/Getting-Started/" target="_blank">Getting Started (0.11.0) <i class="fa fa-external-link"></i></a></li> + <li><a href="http://gobblin.readthedocs.io/en/latest/Gobblin-Architecture/" target="_blank">Architecture (0.11.0) <i class="fa fa-external-link"></i></a></li> + <li class="divider"></li> + <li class="dropdown-header">Wiki</li> + <li><a href="https://cwiki.apache.org/confluence/display/GOBBLIN/Design+Docs" target="_blank">Design Documents <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community <span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="/get-involved">Get Involved</a></li> + <li><a href="/contributor">Contributor Guide</a></li> + <li><a href="/people">People</a></li> + <li class="divider"></li> + <li class="dropdown-header">Engagement</li> + <li><a href="/mailing-lists">Mailing Lists</a></li> + <li><a href="https://gitter.im/gobblin/Lobby" target="_blank">Gitter <i class="fa fa-external-link"></i></a></li> + <li><a href="https://cwiki.apache.org/confluence/display/GOBBLIN/Meetups" target="_blank">Meetups <i class="fa fa-external-link"></i></a></li> + <li class="divider"></li> + <li class="dropdown-header">Issue / Feature Tracking</li> + <li><a href="https://issues.apache.org/jira/projects/GOBBLIN" target="_blank">Apache JIRA <i class="fa fa-external-link"></i></a></li> + <li><a href="https://cwiki.apache.org/confluence/display/GOBBLIN/Roadmap" target="_blank">Roadmap <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + </ul> + + <ul class="nav navbar-nav navbar-right"> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#" aria-expanded="false">Apache Software Foundation<span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="https://www.apache.org" target="_blank">Apache Homepage <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank">License <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/security" target="_blank">Security <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/policies/conduct" target="_blank">Code of Conduct <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + </ul> + + </div> + <!--=============================================== + Gobblin Navigation Bar Options <end> + =================================================--> + </div> + </div> + + <!--=============================================== + Gobblin Navigation Space <end> + =================================================--> + <!--=============================================== + Gobblin Center Space <start> + =================================================--> + <div class="container"> + + <div class="page-header" id="primary-content"> + <!--=============================================== + ROW 0 <start> + =================================================--> + <div class="row"> + <div class="col-sm-12"> + <div id="apache-gobblin-gobbling-container"> + <div class="apache-gobblin-gobbling"> + <div class="apache-gobblin-gobbling-upper"><b>. <br/> </b></div> + <div class="apache-gobblin-gobbling-lower"></div> + </div> + </div> + </div> + </div> + <!--=============================================== + ROW 0 <end> + =================================================--> + <!--=============================================== + 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="http://www.gobblin.io" target="_blank">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">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;">Jul 2017</span> + <a href="http://gobblin.apache.org">Apache Gobblin's website is up!</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;">Jul 2017</span> + <a href="issues.apache.org/jira/browse/GOBBLIN" target="_blank">Apache Gobblin's JIRA is setup</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;">Jul 2017</span> + <a href="https://cwiki.apache.org/confluence/display/GOBBLIN/Gobblin+Home" target="_blank">Apache Gobblin's Confluence Wiki is setup</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;">Jul 2017</span> + <a href="https://github.com/apache/incubator-gobblin" target="_blank">Gobblin's Code donated to Apache</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;">Jul 2017</span> + <a href="https://www.meetup.com/Big-Data-Meetup-LinkedIn/events/239739875/" target="_blank">Gobblin's 4th Monthly Video Conference</a> + </div> + </div> + + <div id="news-archive-link"> + <p>View more posts in the <a href="https://cwiki.apache.org/confluence/display/GOBBLIN/Announcements" target="_blank">Annoucements</a></p> + </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 / JVM. Also supports embedded mode. </p> + <p><img src="assets/images/java.png" style="height: 100px; "></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 Azkaban for launcing MR jobs. </p> + <p><img src="assets/images/hadoop.png" style="height: 100px; "></p> + <p><img src="assets/images/mapreduce.png" style="height: 100px; "></p> + </div> + </div> + <div class="col-lg-3 col-md-3"> + <div class="bs-component"> + <h3>Yarn / Mesos</h3> + <p>Runs as a Standalone Cluster with Master and Workers. This mode supports HA, and can run on bare metals as well.</p> + <p><img src="assets/images/mesos.png" style="height: 80px; "></p> + <p><img src="assets/images/mesos-cluster.png" style="height: 100px; "></p> + </div> + </div> + <div class="col-lg-3 col-md-3"> + <div class="bs-component"> + <h3>Cloud</h3> + <p>Runs as Elastic Cluster on AWS cloud (Azure and GCP support coming soon). This mode supports HA.</p> + <p><img src="assets/images/aws.png" style="height: 100px; "></p> + <p><img src="assets/images/mesos-cluster.png" style="height: 100px; "></p> + </div> + </div> + </div> + <!--=============================================== + ROW 2 <end> + =================================================--> + <!--=============================================== + ROW 3 <start> + =================================================--> + <div class="row" style="background-color: #f0eeee; padding-bottom: 10px; margin-top: 15px;"> + <div class="col-sm-12"> + <h2 class="sectiontile" style="text-align: center">Powered By Gobblin</h2> + <div class="row"> + <a href="http://www.linkedin.com/" style="margin-left: 30px;" target="_blank"><img style="width: 120px" src="assets/images/linkedin.png"></a> + <a href="http://www.intel.com/" style="margin-left: 30px;" target="_blank"><img style="width: 85px" src="assets/images/intel.png"></a> + <a href="http://www.paypal.com/" style="margin-left: 30px;" target="_blank"><img style="width: 95px" src="assets/images/paypal.png" ></a> + <a href="http://www.microsoft.com/" style="margin-left: 30px;" target="_blank"><img style="width: 155px" src="assets/images/microsoft.png" class=""></a> + <a href="http://www.ibm.com/" style="margin-left: 30px;" target="_blank"><img style="width: 85px" src="assets/images/ibm.png" ></a> + <a href="http://www.home.cern/" style="margin-left: 30px;" target="_blank"><img style="width: 90px" src="assets/images/cern.png" ></a> + <a href="http://www.stunlockstudios.com/" style="margin-left: 30px;" target="_blank"><img style="width: 85px" src="assets/images/stunlock-studios.png" ></a> + <a href="http://www.swisscom.com/" style="margin-left: 30px;" target="_blank"><img style="width: 170px" src="assets/images/swisscom.png" ></a> + <a href="http://www.prezi.com/" style="margin-left: 30px;" target="_blank"><img style="width: 125px" src="assets/images/prezi.png" class=""></a> + <a href="http://www.cleverdata.ru/" style="margin-left: 30px;" target="_blank"><img style="width: 145px" src="assets/images/cleverdata.png" ></a> + <a href="http://www.applift.com/" style="margin-left: 30px;" target="_blank"><img style="width: 95px" src="assets/images/applift.png" ></a> + </div> + </div> + </div> + <!--=============================================== + ROW 3 <end> + =================================================--> + <hr> + <footer style="margin-bottom: 0em; margin-top: 0em;"> + <div id="footer"> + <img src="assets/images/incubator_feather_egg_logo.png" height="60"> + <br> + <br> + <p style="font-size: 12px; line-height: 1.5em;"> + Apache Gobblin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. + </p> + <p style="font-size: 12px; line-height: 1.5em; margin-top: 2em; margin-bottom: 2em;"> + Copyright © 2017 <a href="http://www.apache.org/" target="_blank">The Apache Software Foundation</a> + <br> + Apache, Apache Gobblin (incubating), the Apache feather and the Gobblin logo are trademarks of The Apache Software Foundation + </p> + </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> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-3216387-4', 'auto'); + ga('send', 'pageview'); + + </script> + </body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/mailing-lists/index.html ---------------------------------------------------------------------- diff --git a/mailing-lists/index.html b/mailing-lists/index.html new file mode 100644 index 0000000..d823b1c --- /dev/null +++ b/mailing-lists/index.html @@ -0,0 +1,237 @@ +<!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="http://gobblin.io/favicon.ico"> + <!--=============================================== + 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 class="navbar navbar-default navbar-fixed-top"> + <div class="container"> + <!--=============================================== + Gobblin Navigation Bar Header <start> + =================================================--> + <div class="navbar-header"> + <a href="/" class="navbar-brand">Apache Gobblin</a> + <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main"> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + </div> + <!--=============================================== + Gobblin Navigation Bar Header <end> + =================================================--> + <!--=============================================== + Gobblin Navigation Bar Options <start> + =================================================--> + <div class="navbar-collapse collapse" id="navbar-main"> + <ul class="nav navbar-nav"> + <li> + <a href="/download">Download</a> + </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#" >Releases <span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="#">1.0.0 (Upcoming)</a></li> + <li class="divider"></li> + <li class="dropdown-header">Pre Apache</li> + <li><a href="https://github.com/apache/incubator-gobblin/releases/tag/gobblin_0.11.0" target="_blank">0.11.0 (Latest) <i class="fa fa-external-link"></i></a></li> + <li><a href="https://github.com/apache/incubator-gobblin/releases" target="_blank">Archive <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#" >Documentation <span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="cwiki.apache.org/confluence/display/GOBBLIN/Gobblin+Home" target="_blank">Apache Wiki <i class="fa fa-external-link"></i></a></li> + <li class="divider"></li> + <li class="dropdown-header">ReadTheDocs</li> + <li><a href="http://gobblin.readthedocs.io/en/latest/" target="_blank">Latest (0.11.0) <i class="fa fa-external-link"></i></a></li> + <li><a href="http://gobblin.readthedocs.io/en/latest/Getting-Started/" target="_blank">Getting Started (0.11.0) <i class="fa fa-external-link"></i></a></li> + <li><a href="http://gobblin.readthedocs.io/en/latest/Gobblin-Architecture/" target="_blank">Architecture (0.11.0) <i class="fa fa-external-link"></i></a></li> + <li class="divider"></li> + <li class="dropdown-header">Wiki</li> + <li><a href="https://cwiki.apache.org/confluence/display/GOBBLIN/Design+Docs" target="_blank">Design Documents <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community <span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="/get-involved">Get Involved</a></li> + <li><a href="/contributor">Contributor Guide</a></li> + <li><a href="/people">People</a></li> + <li class="divider"></li> + <li class="dropdown-header">Engagement</li> + <li><a href="/mailing-lists">Mailing Lists</a></li> + <li><a href="https://gitter.im/gobblin/Lobby" target="_blank">Gitter <i class="fa fa-external-link"></i></a></li> + <li><a href="https://cwiki.apache.org/confluence/display/GOBBLIN/Meetups" target="_blank">Meetups <i class="fa fa-external-link"></i></a></li> + <li class="divider"></li> + <li class="dropdown-header">Issue / Feature Tracking</li> + <li><a href="https://issues.apache.org/jira/projects/GOBBLIN" target="_blank">Apache JIRA <i class="fa fa-external-link"></i></a></li> + <li><a href="https://cwiki.apache.org/confluence/display/GOBBLIN/Roadmap" target="_blank">Roadmap <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + </ul> + + <ul class="nav navbar-nav navbar-right"> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#" aria-expanded="false">Apache Software Foundation<span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="https://www.apache.org" target="_blank">Apache Homepage <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank">License <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/security" target="_blank">Security <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/policies/conduct" target="_blank">Code of Conduct <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + </ul> + + </div> + <!--=============================================== + Gobblin Navigation Bar Options <end> + =================================================--> + </div> + </div> + + <!--=============================================== + Gobblin Navigation Space <end> + =================================================--> + <!--=============================================== + Gobblin Center Space <start> + =================================================--> + <div class="container"> + + <div class="page-header" id="primary-content"> + + <div class="row"> + <div class="col-md-12"> + <div id="content"> + + <h1 class="title" style="font-size: 3em; margin-top: -5px;">Mailing Lists</h1> + <p>All Gobblin mailing lists are in the gobblin.incubator.apache.org domain. Please note that search providers linked on this page are not part of the <a href="https://lists.apache.org">official Apache mailing list archives</a>.</p> + + <table class="table"> + <thead> + <tr> + <th>Name</th> + <th>Description</th> + <th>Read</th> + <th>Follow</th> + <th>Post</th> + </tr> + </thead> + <tbody> + <tr> + <td><strong>user</strong></td> + <td>General user questions, help, and announcements</td> + <td><a class="btn btn-primary btn-xs" href="https://lists.apache.org/[email protected]"><span class="glyphicon glyphicon-search"></span> Archive</a></td> + <td><a class="btn btn-success btn-xs" href="mailto:[email protected]"><span class="glyphicon glyphicon-plus"></span> Subscribe</a> <a class="btn btn-danger btn-xs" href="mailto:[email protected]"><span class="glyphicon glyphicon-remove"></span> Unsubscribe</a></td> + <td><a class="btn btn-warning btn-xs" href="mailto:[email protected]"><span class="glyphicon glyphicon-envelope"></span> Post</a></td> + </tr> + <tr> + <td><strong>dev</strong></td> + <td>Contributor discussions and development activity</td> + <td><a class="btn btn-primary btn-xs" href="https://lists.apache.org/[email protected]"><span class="glyphicon glyphicon-search"></span> Archive</a></td> + <td><a class="btn btn-success btn-xs" href="mailto:[email protected]"><span class="glyphicon glyphicon-plus"></span> Subscribe</a> <a class="btn btn-danger btn-xs" href="mailto:[email protected]"><span class="glyphicon glyphicon-remove"></span> Unsubscribe</a></td> + <td><a class="btn btn-warning btn-xs" href="mailto:[email protected]"><span class="glyphicon glyphicon-envelope"></span> Post</a></td> + </tr> + <tr> + <td><strong>commits</strong></td> + <td>Code changes</td> + <td><a class="btn btn-primary btn-xs" href="https://lists.apache.org/[email protected]"><span class="glyphicon glyphicon-search"></span> Archive</a></td> + <td><a class="btn btn-success btn-xs" href="mailto:[email protected]"><span class="glyphicon glyphicon-plus"></span> Subscribe</a> <a class="btn btn-danger btn-xs" href="mailto:[email protected]"><span class="glyphicon glyphicon-remove"></span> Unsubscribe</a></td> + <td> </td> + </tr> + <tr> + <td><strong>notifications</strong></td> + <td>Automated notifications (JIRA, etc.)</td> + <td><a class="btn btn-primary btn-xs" href="https://lists.apache.org/[email protected]"><span class="glyphicon glyphicon-search"></span> Archive</a></td> + <td><a class="btn btn-success btn-xs" href="mailto:[email protected]"><span class="glyphicon glyphicon-plus"></span> Subscribe</a> <a class="btn btn-danger btn-xs" href="mailto:[email protected]"><span class="glyphicon glyphicon-remove"></span> Unsubscribe</a></td> + <td> </td> + </tr> + </tbody> + </table> + </div> + </div> + </div> + + <hr> + <footer style="margin-bottom: 0em; margin-top: 0em;"> + <div id="footer"> + <img src="../assets/images/incubator_feather_egg_logo.png" height="60"> + <br> + <br> + <p style="font-size: 12px; line-height: 1.5em;"> + Apache Gobblin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. + </p> + <p style="font-size: 12px; line-height: 1.5em; margin-top: 2em; margin-bottom: 2em;"> + Copyright © 2017 <a href="http://www.apache.org/" target="_blank">The Apache Software Foundation</a> + <br> + Apache, Apache Gobblin (incubating), the Apache feather and the Gobblin logo are trademarks of The Apache Software Foundation + </p> + </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> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-3216387-4', 'auto'); + ga('send', 'pageview'); + + </script> + </body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-gobblin-site/blob/31af1ed5/people/index.html ---------------------------------------------------------------------- diff --git a/people/index.html b/people/index.html new file mode 100644 index 0000000..4337602 --- /dev/null +++ b/people/index.html @@ -0,0 +1,333 @@ +<!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="http://gobblin.io/favicon.ico"> + <!--=============================================== + 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 class="navbar navbar-default navbar-fixed-top"> + <div class="container"> + <!--=============================================== + Gobblin Navigation Bar Header <start> + =================================================--> + <div class="navbar-header"> + <a href="/" class="navbar-brand">Apache Gobblin</a> + <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main"> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + </div> + <!--=============================================== + Gobblin Navigation Bar Header <end> + =================================================--> + <!--=============================================== + Gobblin Navigation Bar Options <start> + =================================================--> + <div class="navbar-collapse collapse" id="navbar-main"> + <ul class="nav navbar-nav"> + <li> + <a href="/download">Download</a> + </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#" >Releases <span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="#">1.0.0 (Upcoming)</a></li> + <li class="divider"></li> + <li class="dropdown-header">Pre Apache</li> + <li><a href="https://github.com/apache/incubator-gobblin/releases/tag/gobblin_0.11.0" target="_blank">0.11.0 (Latest) <i class="fa fa-external-link"></i></a></li> + <li><a href="https://github.com/apache/incubator-gobblin/releases" target="_blank">Archive <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#" >Documentation <span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="cwiki.apache.org/confluence/display/GOBBLIN/Gobblin+Home" target="_blank">Apache Wiki <i class="fa fa-external-link"></i></a></li> + <li class="divider"></li> + <li class="dropdown-header">ReadTheDocs</li> + <li><a href="http://gobblin.readthedocs.io/en/latest/" target="_blank">Latest (0.11.0) <i class="fa fa-external-link"></i></a></li> + <li><a href="http://gobblin.readthedocs.io/en/latest/Getting-Started/" target="_blank">Getting Started (0.11.0) <i class="fa fa-external-link"></i></a></li> + <li><a href="http://gobblin.readthedocs.io/en/latest/Gobblin-Architecture/" target="_blank">Architecture (0.11.0) <i class="fa fa-external-link"></i></a></li> + <li class="divider"></li> + <li class="dropdown-header">Wiki</li> + <li><a href="https://cwiki.apache.org/confluence/display/GOBBLIN/Design+Docs" target="_blank">Design Documents <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community <span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="/get-involved">Get Involved</a></li> + <li><a href="/contributor">Contributor Guide</a></li> + <li><a href="/people">People</a></li> + <li class="divider"></li> + <li class="dropdown-header">Engagement</li> + <li><a href="/mailing-lists">Mailing Lists</a></li> + <li><a href="https://gitter.im/gobblin/Lobby" target="_blank">Gitter <i class="fa fa-external-link"></i></a></li> + <li><a href="https://cwiki.apache.org/confluence/display/GOBBLIN/Meetups" target="_blank">Meetups <i class="fa fa-external-link"></i></a></li> + <li class="divider"></li> + <li class="dropdown-header">Issue / Feature Tracking</li> + <li><a href="https://issues.apache.org/jira/projects/GOBBLIN" target="_blank">Apache JIRA <i class="fa fa-external-link"></i></a></li> + <li><a href="https://cwiki.apache.org/confluence/display/GOBBLIN/Roadmap" target="_blank">Roadmap <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + </ul> + + <ul class="nav navbar-nav navbar-right"> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#" aria-expanded="false">Apache Software Foundation<span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="https://www.apache.org" target="_blank">Apache Homepage <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank">License <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/security" target="_blank">Security <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/thanks" target="_blank">Thanks <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/policies/conduct" target="_blank">Code of Conduct <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + </ul> + + </div> + <!--=============================================== + Gobblin Navigation Bar Options <end> + =================================================--> + </div> + </div> + + <!--=============================================== + Gobblin Navigation Space <end> + =================================================--> + <!--=============================================== + Gobblin Center Space <start> + =================================================--> + <div class="container"> + + <div class="page-header" id="primary-content"> + + <div class="row"> + <div class="col-md-12"> + <h1 class="title" style="font-size: 3em; margin-top: -5px;">People</h1> + <table class="table"> + <tbody> + <tr> + <td> + <img src="../assets/images/abhishek.jpg" width="150"> + </td> + <td> + Abhishek Tiwari<br> + Committer, and PPMC member<br> + <a href="http://www.linkedin.com/in/abhishektiwari23" target="_blank">/in/abhishektiwari23</a><br> + <a href="http://twitter.com/abhicool">@abhicool</a><br> + <b>LinkedIn</b> + </td> + <td> + <img src="../assets/images/chavdar.jpg" width="150"> + </td> + <td> + Chavdar Botev<br> + Committer, and PPMC member<br> + <a href="https://www.linkedin.com/in/chavdarbotev/" target="_blank">/in/chavdarbotev</a><br> + <b>Founder, Stealth Startup</b> + </td> + </tr> + <tr> + <td> + <img src="../assets/images/hung.jpg" width="150"> + </td> + <td> + Hung Tran<br> + Committer, and PPMC member<br> + <a href="https://www.linkedin.com/in/hung-tran-30a8101/" target="_blank">/in/hung-tran</a><br> + <b>LinkedIn</b> + </td> + <td> + <img src="../assets/images/issac.jpeg" width="150"> + </td> + <td> + Issac Buenrostro<br> + Committer, and PPMC member<br> + <a href="https://www.linkedin.com/in/ibuenros/" target="_blank">/in/ibuenros</a><br> + <b>LinkedIn</b> + </td> + </tr> + <tr> + <td> + <img src="../assets/images/jean.jpg" width="150"> + </td> + <td> + Jean-Baptiste Onofré<br> + Mentor<br> + <a href="https://www.linkedin.com/in/jean-baptiste-onofr%C3%A9-a0739317/" target="_blank">/in/jean-baptiste</a><br> + <b>Talend</b> + </td> + <td> + <img src="../assets/images/jim.jpg" width="150"> + </td> + <td> + Jim Jagielski<br> + Mentor<br> + <a href="https://www.linkedin.com/in/jimjag/" target="_blank">/in/jimjag</a><br> + <b>Capital One</b> + </td> + </tr> + <tr> + <td> + <img src="../assets/images/kishore.jpg" width="150"> + </td> + <td> + Kishore Gopalakrishna<br> + Committer, and PPMC member<br> + <a href="https://www.linkedin.com/in/kgopalak/" target="_blank">/in/kgopalak</a><br> + <b>LinkedIn</b> + </td> + <td> + <img src="../assets/images/lorand.jpeg" width="150"> + </td> + <td> + Lorand Bendig<br> + Committer, and PPMC member<br> + <a href="https://www.linkedin.com/in/lbendig/" target="_blank">/in/lbendig</a><br> + <b>Swisscom</b> + </td> + </tr> + <tr> + <td> + <img src="../assets/images/olivier.jpg" width="150"> + </td> + <td> + Olivier Lamy<br> + Champion<br> + <a href="https://www.linkedin.com/in/olamy/" target="_blank">/in/olamy</a><br> + </td> + <td> + <img src="../assets/images/sahil.jpg" width="150"> + </td> + <td> + Sahil Takiar<br> + Committer, and PPMC member<br> + <a href="https://www.linkedin.com/in/sahil-takiar-94186216/" target="_blank">/in/sahil-takiar</a><br> + <b>Cloudera</b> + </td> + </tr> + <tr> + <td> + <img src="../assets/images/shirshanka.jpeg" width="150"> + </td> + <td> + Shirshanka Das<br> + Committer, and PPMC member<br> + <a href="https://www.linkedin.com/in/shirshankadas/" target="_blank">/in/shirshankadas</a><br> + <b>LinkedIn</b> + </td> + <td> + <img src="../assets/images/yinan.jpg" width="150"> + </td> + <td> + Yinan Li<br> + Committer, and PPMC member<br> + <a href="https://www.linkedin.com/in/yinan-li-91a3b214/" target="_blank">/in/yinan-li</a><br> + <b>Google</b> + </td> + </tr> + <tr> + <td> + <img src="../assets/images/ziyang.jpg" width="150"> + </td> + <td> + Ziyang Liu<br> + Committer, and PPMC Member<br> + <a href="https://www.linkedin.com/in/ziyang-liu-83329637/" target="_blank">/in/ziyang-liu</a><br> + <b>Facebook</b> + </td> + <td> + + </td> + <td> + + </td> + </tr> + + </tbody> + </table> + </div> + </div> + + <hr> + <footer style="margin-bottom: 0em; margin-top: 0em;"> + <div id="footer"> + <img src="../assets/images/incubator_feather_egg_logo.png" height="60"> + <br> + <br> + <p style="font-size: 12px; line-height: 1.5em;"> + Apache Gobblin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. + </p> + <p style="font-size: 12px; line-height: 1.5em; margin-top: 2em; margin-bottom: 2em;"> + Copyright © 2017 <a href="http://www.apache.org/" target="_blank">The Apache Software Foundation</a> + <br> + Apache, Apache Gobblin (incubating), the Apache feather and the Gobblin logo are trademarks of The Apache Software Foundation + </p> + </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> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-3216387-4', 'auto'); + ga('send', 'pageview'); + + </script> + </body> +</html>
