blob: af0c660b98088cd0979f24b4924464c22ecadb81 [file] [log] [blame]
<!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
https://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" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Apache Template - Apache Projects</title>
<!-- Below Meta Tags Generated via https://www.opengraph.xyz -->
<!-- If you don't care about social media then remove this section -->
<!-- Values are set in pelicanconf.py -->
<!-- HTML Meta Tags -->
<meta name="description" content="Provides a template for projects wishing to use the Pelican ASF static content system">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://template.apache.org">
<meta property="og:type" content="website">
<meta property="og:title" content="Apache Template">
<meta property="og:description" content="Provides a template for projects wishing to use the Pelican ASF static content system">
<meta property="og:image" content="https://template.apache.org/images/logo.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="template.apache.org">
<meta property="twitter:url" content="https://template.apache.org">
<meta name="twitter:title" content="Apache Template">
<meta name="twitter:description" content="Provides a template for projects wishing to use the Pelican ASF static content system">
<meta name="twitter:image" content="https://template.apache.org/images/logo.png">
<!-- Above Meta Tags Generated via https://www.opengraph.xyz -->
<!-- Start favicon styles - use apache feather -->
<link rel="shortcut icon" href="https://www.apache.org/favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="https://www.apache.org/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://www.apache.org/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://www.apache.org/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://www.apache.org/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://www.apache.org/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://www.apache.org/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://www.apache.org/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://www.apache.org/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://www.apache.org/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="https://www.apache.org/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://www.apache.org/favicons/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="https://www.apache.org/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="https://www.apache.org/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="https://www.apache.org/favicons/favicon-16x16.png" sizes="16x16">
<!--<link rel="manifest" href="https://www.apache.org/favicons/manifest.json" crossorigin="anonymous">-->
<meta name="msapplication-TileColor" content="#603cba">
<meta name="msapplication-TileImage" content="https://www.apache.org/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="https://www.apache.org/favicons/browserconfig.xml">
<meta name="theme-color" content="#282661">
<!-- End favicon styles - use apache feather -->
<!-- Start load of stylesheets (will need to upgrade periodically) -->
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css"
crossorigin="anonymous">
<!-- Override css for this site. You can do this inline as shown here or with a site asset. See comment.-->
<style>
html {
font-size: 18px;
}
body {
font-family: 'Montserrat', 'Source Sans Pro','Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300;
background-color: #fff;
}
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
.footer {
border-top: 1px solid black;
padding-top: 3px;
}
.right-align {
text-align: right;
}
.center-align {
text-align: center;
}
blockquote {
background: bisque;
}
.bg-primary {
background-color: #005bff!important;
}
a {
font-weight: 400;
color: #4643aa;
# color: #005bff;
}
#li {
# line-height: 2;
#}
.h1, h1 {
font-size: 1.5rem;
}
.h2, h2 {
font-size: 1.4rem;
}
.h3, h3 {
font-size: 1.3rem;
}
.h4, h4 {
font-size: 1.2rem;
}
.h5, h5 {
font-size: 1.1rem;
}
.headerlink {
visibility: hidden;
}
h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
visibility: visible
}
</style>
<!--<link rel="stylesheet" href="/styles/styles.css">-->
<!-- End stylesheets -->
</head>
<body id="index" class="home">
<!-- Start branding and top navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<img src="https://www.apache.org/foundation/press/kit/feather.svg"
width="30" height="30" class="d-inline-block align-top"
alt="Apache Feather">
<a class="navbar-brand" href="/">Apache Template</a>
<button class="navbar-toggler" type="button"
data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="/index.html">Home</a>
</li>
<li class="nav-item active dropdown">
<a class="nav-link dropdown-toggle" href="#" id="exampleDropdown"
role="button" data-toggle="dropdown" aria-expanded="false">Examples</a>
<ul class="dropdown-menu" aria-labelledby="exampleDropdown">
<li><a class="dropdown-item" href="/board.html">Board</a></li>
<li><a class="dropdown-item" href="/featured.html/">Featured</a></li>
<li><a class="dropdown-item" href="/committees.html">Committees</a></li>
<li><a class="dropdown-item" href="/projects.html">Projects</a></li>
<li><a class="dropdown-item" href="/project_list.html">Project Columns</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="/eccn.html">Site Data</a></li>
<li><a class="dropdown-item" href="/tweets.html">Tweets</a></li>
<li><a class="dropdown-item" href="/blogs.html">Blogs</a></li>
</ul>
</li>
<li class="nav-item active">
<a class="nav-link" href="/downloads.html">Downloads</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="/faq.html">FAQ</a>
</li>
</ul>
<div class="navbar-nav">
<div class="nav-item dropdown dropdown-menu-right active">
<a class="nav-link dropdown-toggle" href="#"
role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">About</a>
<div class="dropdown-menu dropdown-menu-right">
<a class="dropdown-item" href="https://www.apache.org/">Foundation</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item"
href="https://www.apache.org/licenses/">License</a>
<a class="dropdown-item"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
<a class="dropdown-item"
href="https://www.apache.org/foundation/thanks.html">Thanks</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item"
href="https://www.apache.org/security/">Security</a>
</div>
</div>
</div>
</div>
</nav>
<!-- End branding and top navigation -->
<!-- Start main content area -->
<div class="container">
<p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="#">Apache Projects</a></p>
<h1>Apache Projects</h1>
<!-- Licensed under ALv2 -->
<table class="table">
<thead>
<tr>
<th>Office</th>
<th>Individual</th>
</tr>
</thead>
<tbody>
<tr>
<td>V.P., <a href="http://accumulo.apache.org/">Apache Accumulo</a></td>
<td>Ed Coleman</td>
</tr>
<tr>
<td>V.P., <a href="http://activemq.apache.org/">Apache ActiveMQ</a></td>
<td>Bruce Snyder</td>
</tr>
<tr>
<td>V.P., <a href="http://airavata.apache.org/">Apache Airavata</a></td>
<td>Suresh Marru</td>
</tr>
<tr>
<td>V.P., <a href="http://airflow.apache.org/">Apache Airflow</a></td>
<td>Bolke de Bruin</td>
</tr>
<tr>
<td>V.P., <a href="http://allura.apache.org/">Apache Allura</a></td>
<td>Dave Brondsema</td>
</tr>
<tr>
<td>V.P., <a href="http://ambari.apache.org/">Apache Ambari</a></td>
<td>Jayush Luniya</td>
</tr>
<tr>
<td>V.P., <a href="http://ant.apache.org/">Apache Ant</a></td>
<td>Jan Mat&egrave;rne</td>
</tr>
<tr>
<td>V.P., <a href="http://any23.apache.org/">Apache Any23</a></td>
<td>Lewis John McGibbney</td>
</tr>
<tr>
<td>V.P., <a href="http://apisix.apache.org">Apache APISIX</a></td>
<td>Ming Wen</td>
</tr>
<tr>
<td>V.P., <a href="http://archiva.apache.org/">Apache Archiva</a></td>
<td>Olivier Lamy</td>
</tr>
<tr>
<td>V.P., <a href="http://aries.apache.org/">Apache Aries</a></td>
<td>Christian Schneider</td>
</tr>
<tr>
<td>V.P., <a href="http://arrow.apache.org/">Apache Arrow</a></td>
<td>Wes McKinney</td>
</tr>
<tr>
<td>V.P., <a href="http://asterixdb.apache.org/">Apache AsterixDB</a></td>
<td>Till Westmann</td>
</tr>
<tr>
<td>V.P., <a href="http://atlas.apache.org/">Apache Atlas</a></td>
<td>Madhan Neethiraj</td>
</tr>
<tr>
<td>V.P., <a href="http://attic.apache.org/">Apache Attic</a></td>
<td>Herve Boutemy</td>
</tr>
<tr>
<td>V.P., <a href="http://avro.apache.org/">Apache Avro</a></td>
<td>Isma&euml;l Mej&iacute;a</td>
</tr>
<tr>
<td>V.P., <a href="http://axis.apache.org/">Apache Axis</a></td>
<td>Robert Lazarski</td>
</tr>
<tr>
<td>V.P., <a href="http://bahir.apache.org/">Apache Bahir</a></td>
<td>Luciano Resende</td>
</tr>
<tr>
<td>V.P., <a href="http://beam.apache.org/">Apache Beam</a></td>
<td>Kenneth Knowles</td>
</tr>
<tr>
<td>V.P., <a href="http://bigtop.apache.org/">Apache Bigtop</a></td>
<td>Kengo Seki</td>
</tr>
<tr>
<td>V.P., <a href="http://bloodhound.apache.org/">Apache Bloodhound</a></td>
<td>Gary Martin</td>
</tr>
<tr>
<td>V.P., <a href="http://bookkeeper.apache.org/">Apache BookKeeper</a></td>
<td>Sijie Guo</td>
</tr>
<tr>
<td>V.P., <a href="http://brooklyn.apache.org/">Apache Brooklyn</a></td>
<td>Geoff Macartney</td>
</tr>
<tr>
<td>V.P., <a href="http://buildr.apache.org/">Apache Buildr</a></td>
<td>Antoine Toulme</td>
</tr>
<tr>
<td>V.P., <a href="http://bval.apache.org/">Apache BVal</a></td>
<td>Matt Benson</td>
</tr>
<tr>
<td>V.P., <a href="http://calcite.apache.org/">Apache Calcite</a></td>
<td>Haisheng Yuan</td>
</tr>
<tr>
<td>V.P., <a href="http://camel.apache.org/">Apache Camel</a></td>
<td>Andrea Cosentino</td>
</tr>
<tr>
<td>V.P., <a href="http://carbondata.apache.org/">Apache CarbonData</a></td>
<td>Liang Chen</td>
</tr>
<tr>
<td>V.P., <a href="http://cassandra.apache.org/">Apache Cassandra</a></td>
<td>Nate McCall</td>
</tr>
<tr>
<td>V.P., <a href="http://cayenne.apache.org/">Apache Cayenne</a></td>
<td>Michael Gentry</td>
</tr>
<tr>
<td>V.P., <a href="http://celix.apache.org/">Apache Celix</a></td>
<td>Pepijn Noltes</td>
</tr>
<tr>
<td>V.P., <a href="http://chemistry.apache.org/">Apache Chemistry</a></td>
<td>Florian M&uuml;ller</td>
</tr>
<tr>
<td>V.P., <a href="http://clerezza.apache.org/">Apache Clerezza</a></td>
<td>Hasan Hasan</td>
</tr>
<tr>
<td>V.P., <a href="http://cloudstack.apache.org/">Apache CloudStack</a></td>
<td>Gabriel Beims Br&auml;scher</td>
</tr>
<tr>
<td>V.P., <a href="http://cocoon.apache.org/">Apache Cocoon</a></td>
<td>C&eacute;dric Damioli</td>
</tr>
<tr>
<td>V.P., <a href="http://commons.apache.org/">Apache Commons</a></td>
<td>Gary D. Gregory</td>
</tr>
<tr>
<td>V.P., <a href="http://community.apache.org/">Apache Community Development</a></td>
<td>Swapnil Mane</td>
</tr>
<tr>
<td>V.P., <a href="http://cordova.apache.org/">Apache Cordova</a></td>
<td>Jesse MacFadyen</td>
</tr>
<tr>
<td>V.P., <a href="http://couchdb.apache.org/">Apache CouchDB</a></td>
<td>Jan Lehnardt</td>
</tr>
<tr>
<td>V.P., <a href="http://creadur.apache.org/">Apache Creadur</a></td>
<td>Philipp Ottlinger</td>
</tr>
<tr>
<td>V.P., <a href="http://ctakes.apache.org/">Apache cTAKES</a></td>
<td>Pei J Chen</td>
</tr>
<tr>
<td>V.P., <a href="http://curator.apache.org/">Apache Curator</a></td>
<td>Enrico Olivelli</td>
</tr>
<tr>
<td>V.P., <a href="http://cxf.apache.org/">Apache CXF</a></td>
<td>Daniel Kulp</td>
</tr>
<tr>
<td>V.P., <a href="http://daffodil.apache.org">Apache Daffodil</a></td>
<td>Mike Beckerle</td>
</tr>
<tr>
<td>V.P., <a href="http://datafu.apache.org/">Apache DataFu</a></td>
<td>Eyal Allweil</td>
</tr>
<tr>
<td>V.P., <a href="http://datasketches.apache.org">Apache DataSketches</a></td>
<td>Lee Rhodes</td>
</tr>
<tr>
<td>V.P., <a href="http://db.apache.org/">Apache DB</a></td>
<td>Bryan Pendleton</td>
</tr>
<tr>
<td>V.P., <a href="http://deltaspike.apache.org/">Apache DeltaSpike</a></td>
<td>Mark Struberg</td>
</tr>
<tr>
<td>V.P., <a href="http://directory.apache.org/">Apache Directory</a></td>
<td>Shawn McKinney</td>
</tr>
<tr>
<td>V.P., <a href="http://dolphinscheduler.apache.org">Apache DolphinScheduler</a></td>
<td>Lidong Dai</td>
</tr>
<tr>
<td>V.P., <a href="http://drill.apache.org/">Apache Drill</a></td>
<td>Charles Givre</td>
</tr>
<tr>
<td>V.P., <a href="http://druid.apache.org">Apache Druid</a></td>
<td>Gian Merlino</td>
</tr>
<tr>
<td>V.P., <a href="http://dubbo.apache.org/">Apache Dubbo</a></td>
<td>Ian Luo</td>
</tr>
<tr>
<td>V.P., <a href="http://echarts.apache.org">Apache ECharts</a></td>
<td>Wenli Zhang</td>
</tr>
<tr>
<td>V.P., <a href="http://empire-db.apache.org/">Apache Empire-db</a></td>
<td>Rainer D&ouml;bele</td>
</tr>
<tr>
<td>V.P., <a href="http://felix.apache.org/">Apache Felix</a></td>
<td>Karl Pauls</td>
</tr>
<tr>
<td>V.P., <a href="http://fineract.apache.org/">Apache Fineract</a></td>
<td>Awasum Yannick</td>
</tr>
<tr>
<td>V.P., <a href="http://flex.apache.org/">Apache Flex</a></td>
<td>Olaf Kr&uuml;ger</td>
</tr>
<tr>
<td>V.P., <a href="http://flink.apache.org/">Apache Flink</a></td>
<td>Stephan Ewen</td>
</tr>
<tr>
<td>V.P., <a href="http://flume.apache.org/">Apache Flume</a></td>
<td>Bal&aacute;zs Don&aacute;t Bessenyei</td>
</tr>
<tr>
<td>V.P., <a href="http://fluo.apache.org/">Apache Fluo</a></td>
<td>Keith Turner</td>
</tr>
<tr>
<td>V.P., <a href="http://freemarker.apache.org/">Apache FreeMarker</a></td>
<td>D&aacute;niel D&eacute;k&aacute;ny</td>
</tr>
<tr>
<td>V.P., <a href="http://geode.apache.org/">Apache Geode</a></td>
<td>Dan Smith</td>
</tr>
<tr>
<td>V.P., <a href="http://geronimo.apache.org/">Apache Geronimo</a></td>
<td>Romain Manni-Bucau</td>
</tr>
<tr>
<td>V.P., <a href="http://giraph.apache.org/">Apache Giraph</a></td>
<td>Dionysios Logothetis</td>
</tr>
<tr>
<td>V.P., <a href="http://gobblin.apache.org">Apache Gobblin</a></td>
<td>Abhishek Tiwari</td>
</tr>
<tr>
<td>V.P., <a href="http://gora.apache.org/">Apache Gora</a></td>
<td>Kevin Ratnasekera</td>
</tr>
<tr>
<td>V.P., <a href="http://griffin.apache.org/">Apache Griffin</a></td>
<td>William Guo</td>
</tr>
<tr>
<td>V.P., <a href="http://groovy.apache.org/">Apache Groovy</a></td>
<td>Paul King</td>
</tr>
<tr>
<td>V.P., <a href="http://guacamole.apache.org/">Apache Guacamole</a></td>
<td>Mike Jumper</td>
</tr>
<tr>
<td>V.P., <a href="http://gump.apache.org/">Apache Gump</a></td>
<td>Stefan Bodewig</td>
</tr>
<tr>
<td>V.P., <a href="http://hadoop.apache.org/">Apache Hadoop</a></td>
<td>Wei-Chiu Chuang</td>
</tr>
<tr>
<td>V.P., <a href="http://hawq.apache.org/">Apache HAWQ</a></td>
<td>Lei Chang</td>
</tr>
<tr>
<td>V.P., <a href="http://hbase.apache.org/">Apache HBase</a></td>
<td>Duo Zhang</td>
</tr>
<tr>
<td>V.P., <a href="http://helix.apache.org/">Apache Helix</a></td>
<td>Kishore Gopalakrishna</td>
</tr>
<tr>
<td>V.P., <a href="http://hive.apache.org/">Apache Hive</a></td>
<td>Ashutosh Chauhan</td>
</tr>
<tr>
<td>V.P., <a href="http://httpd.apache.org/">Apache HTTP Server</a></td>
<td>Joe Orton</td>
</tr>
<tr>
<td>V.P., <a href="http://hc.apache.org/">Apache HttpComponents</a></td>
<td>Michael Osipov</td>
</tr>
<tr>
<td>V.P., <a href="http://hudi.apache.org">Apache Hudi</a></td>
<td>Vinoth Chandar</td>
</tr>
<tr>
<td>V.P., <a href="http://iceberg.apache.org">Apache Iceberg</a></td>
<td>Ryan Blue</td>
</tr>
<tr>
<td>V.P., <a href="http://ignite.apache.org/">Apache Ignite</a></td>
<td>Dmitry Pavlov</td>
</tr>
<tr>
<td>V.P., <a href="http://impala.apache.org/">Apache Impala</a></td>
<td>Jim Apple</td>
</tr>
<tr>
<td>V.P., <a href="http://incubator.apache.org/">Apache Incubator</a></td>
<td>Justin Mclean</td>
</tr>
<tr>
<td>V.P., <a href="http://iotdb.apache.org">Apache IoTDB</a></td>
<td>Xiangdong Huang</td>
</tr>
<tr>
<td>V.P., <a href="http://isis.apache.org/">Apache Isis</a></td>
<td>Johan Doornenbal</td>
</tr>
<tr>
<td>V.P., <a href="http://jackrabbit.apache.org/">Apache Jackrabbit</a></td>
<td>Marcel Reutegger</td>
</tr>
<tr>
<td>V.P., <a href="http://james.apache.org/">Apache James</a></td>
<td>Benoit Tellier</td>
</tr>
<tr>
<td>V.P., <a href="http://jclouds.apache.org/">Apache jclouds</a></td>
<td>Andrew Gaul</td>
</tr>
<tr>
<td>V.P., <a href="http://jena.apache.org/">Apache Jena</a></td>
<td>Andy Seaborne</td>
</tr>
<tr>
<td>V.P., <a href="http://jmeter.apache.org/">Apache JMeter</a></td>
<td>Bruno (Milamber) Demion</td>
</tr>
<tr>
<td>V.P., <a href="http://johnzon.apache.org/">Apache Johnzon</a></td>
<td>Romain Manni-Bucau</td>
</tr>
<tr>
<td>V.P., <a href="http://joshua.apache.org/">Apache Joshua</a></td>
<td>Tommaso Teofili</td>
</tr>
<tr>
<td>V.P., <a href="http://jspwiki.apache.org/">Apache JSPWiki</a></td>
<td>Juan Pablo Santos</td>
</tr>
<tr>
<td>V.P., <a href="http://juddi.apache.org/">Apache jUDDI</a></td>
<td>Alex O'Ree</td>
</tr>
<tr>
<td>V.P., <a href="http://juneau.apache.org/">Apache Juneau</a></td>
<td>James Bognar</td>
</tr>
<tr>
<td>V.P., <a href="http://kafka.apache.org/">Apache Kafka</a></td>
<td>Jun Rao</td>
</tr>
<tr>
<td>V.P., <a href="http://karaf.apache.org/">Apache Karaf</a></td>
<td>Jean-Baptiste Onofr&eacute;</td>
</tr>
<tr>
<td>V.P., <a href="http://kibble.apache.org/">Apache Kibble</a></td>
<td>Sharan Foga</td>
</tr>
<tr>
<td>V.P., <a href="http://knox.apache.org/">Apache Knox</a></td>
<td>Larry McCay</td>
</tr>
<tr>
<td>V.P., <a href="http://kudu.apache.org/">Apache Kudu</a></td>
<td>Adar Dembo</td>
</tr>
<tr>
<td>V.P., <a href="http://kylin.apache.org/">Apache Kylin</a></td>
<td>Shao Feng Shi</td>
</tr>
<tr>
<td>V.P., <a href="http://libcloud.apache.org/">Apache Libcloud</a></td>
<td>Tomaž Muraus</td>
</tr>
<tr>
<td>V.P., <a href="http://logging.apache.org/">Apache Logging Services</a></td>
<td>Matt Sicker</td>
</tr>
<tr>
<td>V.P., <a href="http://lucene.apache.org/">Apache Lucene</a></td>
<td>Michael Sokolov</td>
</tr>
<tr>
<td>V.P., <a href="http://lucenenet.apache.org/">Apache Lucene.Net</a></td>
<td>Shad Storhaug</td>
</tr>
<tr>
<td>V.P., <a href="http://madlib.apache.org/">Apache MADlib</a></td>
<td>Aaron Feng</td>
</tr>
<tr>
<td>V.P., <a href="http://mahout.apache.org/">Apache Mahout</a></td>
<td>Trevor Grant</td>
</tr>
<tr>
<td>V.P., <a href="http://manifoldcf.apache.org/">Apache ManifoldCF</a></td>
<td>Karl Wright</td>
</tr>
<tr>
<td>V.P., <a href="http://maven.apache.org/">Apache Maven</a></td>
<td>Robert Scholte</td>
</tr>
<tr>
<td>V.P., <a href="http://mesos.apache.org/">Apache Mesos</a></td>
<td>Qian Zhang</td>
</tr>
<tr>
<td>V.P., <a href="http://mina.apache.org/">Apache MINA</a></td>
<td>Guillaume Nodet</td>
</tr>
<tr>
<td>V.P., <a href="http://mnemonic.apache.org/">Apache Mnemonic</a></td>
<td>Yanhui Zhao</td>
</tr>
<tr>
<td>V.P., <a href="http://myfaces.apache.org/">Apache MyFaces</a></td>
<td>Bernd Bohmann</td>
</tr>
<tr>
<td>V.P., <a href="http://mynewt.apache.org/">Apache Mynewt</a></td>
<td>Szymon Janc</td>
</tr>
<tr>
<td>V.P., <a href="http://netbeans.apache.org/">Apache NetBeans</a></td>
<td>Geertjan Wielenga</td>
</tr>
<tr>
<td>V.P., <a href="http://nifi.apache.org/">Apache NiFi</a></td>
<td>Joe Witt</td>
</tr>
<tr>
<td>V.P., <a href="http://nutch.apache.org/">Apache Nutch</a></td>
<td>Sebastian Nagel</td>
</tr>
<tr>
<td>V.P., <a href="http://ofbiz.apache.org/">Apache OFBiz</a></td>
<td>Jacopo Cappellato</td>
</tr>
<tr>
<td>V.P., <a href="http://olingo.apache.org/">Apache Olingo</a></td>
<td>Michael Bolz</td>
</tr>
<tr>
<td>V.P., <a href="http://oodt.apache.org/">Apache OODT</a></td>
<td>Imesha Sudasingha</td>
</tr>
<tr>
<td>V.P., <a href="http://oozie.apache.org/">Apache Oozie</a></td>
<td>G&eacute;zapeti</td>
</tr>
<tr>
<td>V.P., <a href="http://openjpa.apache.org/">Apache OpenJPA</a></td>
<td>Mark Struberg</td>
</tr>
<tr>
<td>V.P., <a href="http://openmeetings.apache.org/">Apache OpenMeetings</a></td>
<td>Maxim Solodovnik</td>
</tr>
<tr>
<td>V.P., <a href="http://opennlp.apache.org/">Apache OpenNLP</a></td>
<td>Jeffrey T. Zemerick</td>
</tr>
<tr>
<td>V.P., <a href="http://openoffice.apache.org/">Apache OpenOffice</a></td>
<td>Carl B. Marcum</td>
</tr>
<tr>
<td>V.P., <a href="http://openwebbeans.apache.org/">Apache OpenWebBeans</a></td>
<td>Mark Struberg</td>
</tr>
<tr>
<td>V.P., <a href="http://openwhisk.apache.org/">Apache OpenWhisk</a></td>
<td>Dave Grove</td>
</tr>
<tr>
<td>V.P., <a href="http://orc.apache.org/">Apache ORC</a></td>
<td>Owen O'Malley</td>
</tr>
<tr>
<td>V.P., <a href="http://ozone.apache.org">Apache Ozone</a></td>
<td>Sammi Chen</td>
</tr>
<tr>
<td>V.P., <a href="http://parquet.apache.org/">Apache Parquet</a></td>
<td>Xinli Shang</td>
</tr>
<tr>
<td>V.P., <a href="http://pdfbox.apache.org/">Apache PDFBox</a></td>
<td>Andreas Lehmk&uuml;hler</td>
</tr>
<tr>
<td>V.P., <a href="http://perl.apache.org/">Apache Perl</a></td>
<td>Steve Hay</td>
</tr>
<tr>
<td>V.P., <a href="http://petri.apache.org">Apache Petri</a></td>
<td>Dave Fisher</td>
</tr>
<tr>
<td>V.P., <a href="http://phoenix.apache.org/">Apache Phoenix</a></td>
<td>Ankit Singhal</td>
</tr>
<tr>
<td>V.P., <a href="http://pig.apache.org/">Apache Pig</a></td>
<td>Koji Noguchi</td>
</tr>
<tr>
<td>V.P., <a href="http://pivot.apache.org/">Apache Pivot</a></td>
<td>Roger Whitcomb</td>
</tr>
<tr>
<td>V.P., <a href="http://plc4x.apache.org/">Apache PLC4X</a></td>
<td>Christofer Dutz</td>
</tr>
<tr>
<td>V.P., <a href="http://poi.apache.org/">Apache POI</a></td>
<td>Dominik Stadler</td>
</tr>
<tr>
<td>V.P., <a href="http://apr.apache.org/">Apache Portable Runtime (APR)</a></td>
<td>Nick Kew</td>
</tr>
<tr>
<td>V.P., <a href="http://portals.apache.org/">Apache Portals</a></td>
<td>David Sean Taylor</td>
</tr>
<tr>
<td>V.P., <a href="http://pulsar.apache.org/">Apache Pulsar</a></td>
<td>Matteo Merli</td>
</tr>
<tr>
<td>V.P., <a href="http://qpid.apache.org/">Apache Qpid</a></td>
<td>Robbie Gemmell</td>
</tr>
<tr>
<td>V.P., <a href="http://ranger.apache.org/">Apache Ranger</a></td>
<td>Selvamohan Neethiraj</td>
</tr>
<tr>
<td>V.P., <a href="http://ratis.apache.org">Apache Ratis</a></td>
<td>Tsz-wo Sze</td>
</tr>
<tr>
<td>V.P., <a href="http://reef.apache.org/">Apache REEF</a></td>
<td>Sergiy Matusevych</td>
</tr>
<tr>
<td>V.P., <a href="http://river.apache.org/">Apache River</a></td>
<td>Roy T. Fielding</td>
</tr>
<tr>
<td>V.P., <a href="http://rocketmq.apache.org/">Apache RocketMQ</a></td>
<td>Xiaorui Wang</td>
</tr>
<tr>
<td>V.P., <a href="http://roller.apache.org/">Apache Roller</a></td>
<td>Dave Johnson</td>
</tr>
<tr>
<td>V.P., <a href="http://royale.apache.org/">Apache Royale</a></td>
<td>Piotr Zarzycki</td>
</tr>
<tr>
<td>V.P., <a href="http://rya.apache.org/">Apache Rya</a></td>
<td>Adina Crainiceanu</td>
</tr>
<tr>
<td>V.P., <a href="http://samza.apache.org/">Apache Samza</a></td>
<td>Yi Pan</td>
</tr>
<tr>
<td>V.P., <a href="http://santuario.apache.org/">Apache Santuario</a></td>
<td>Colm O hEigeartaigh</td>
</tr>
<tr>
<td>V.P., <a href="http://serf.apache.org/">Apache Serf</a></td>
<td>Justin Erenkrantz</td>
</tr>
<tr>
<td>V.P., <a href="http://servicecomb.apache.org/">Apache ServiceComb</a></td>
<td>Willem Ning Jiang</td>
</tr>
<tr>
<td>V.P., <a href="http://servicemix.apache.org/">Apache ServiceMix</a></td>
<td>Krzysztof Sobkowiak</td>
</tr>
<tr>
<td>V.P., <a href="http://shardingsphere.apache.org">Apache ShardingSphere</a></td>
<td>Liang Zhang</td>
</tr>
<tr>
<td>V.P., <a href="http://shiro.apache.org/">Apache Shiro</a></td>
<td>Brian Demers</td>
</tr>
<tr>
<td>V.P., <a href="http://singa.apache.org/">Apache SINGA</a></td>
<td>Wang Wei</td>
</tr>
<tr>
<td>V.P., <a href="http://sis.apache.org/">Apache SIS</a></td>
<td>Martin Desruisseaux</td>
</tr>
<tr>
<td>V.P., <a href="http://skywalking.apache.org/">Apache SkyWalking</a></td>
<td>Sheng Wu</td>
</tr>
<tr>
<td>V.P., <a href="http://sling.apache.org/">Apache Sling</a></td>
<td>Robert Munteanu</td>
</tr>
<tr>
<td>V.P., <a href="http://solr.apache.org">Apache Solr</a></td>
<td>Jan H&oslash;ydahl</td>
</tr>
<tr>
<td>V.P., <a href="http://spamassassin.apache.org/">Apache SpamAssassin</a></td>
<td>Sidney Markowitz</td>
</tr>
<tr>
<td>V.P., <a href="http://spark.apache.org/">Apache Spark</a></td>
<td>Matei Zaharia</td>
</tr>
<tr>
<td>V.P., <a href="http://steve.apache.org/">Apache Steve</a></td>
<td>Daniel Gruno</td>
</tr>
<tr>
<td>V.P., <a href="http://storm.apache.org/">Apache Storm</a></td>
<td>Kishor Patil</td>
</tr>
<tr>
<td>V.P., <a href="http://streams.apache.org/">Apache Streams</a></td>
<td>Steve Blackmon</td>
</tr>
<tr>
<td>V.P., <a href="http://struts.apache.org/">Apache Struts</a></td>
<td>Ren&eacute; Gielen</td>
</tr>
<tr>
<td>V.P., <a href="http://submarine.apache.org/">Apache Submarine</a></td>
<td>Wangda Tan</td>
</tr>
<tr>
<td>V.P., <a href="http://subversion.apache.org/">Apache Subversion</a></td>
<td>Nathan Hartman</td>
</tr>
<tr>
<td>V.P., <a href="http://superset.apache.org">Apache Superset</a></td>
<td>Maxime Beauchemin</td>
</tr>
<tr>
<td>V.P., <a href="http://synapse.apache.org/">Apache Synapse</a></td>
<td>Isuru Udana</td>
</tr>
<tr>
<td>V.P., <a href="http://syncope.apache.org/">Apache Syncope</a></td>
<td>Francesco Chicchiricc&ograve;</td>
</tr>
<tr>
<td>V.P., <a href="http://systemds.apache.org/">Apache SystemDS</a></td>
<td>Matthias Boehm</td>
</tr>
<tr>
<td>V.P., <a href="http://tapestry.apache.org/">Apache Tapestry</a></td>
<td>Thiago H. de Paula Figueiredo</td>
</tr>
<tr>
<td>V.P., <a href="http://tcl.apache.org/">Apache Tcl</a></td>
<td>Georgios Petasis</td>
</tr>
<tr>
<td>V.P., <a href="http://tez.apache.org/">Apache Tez</a></td>
<td>L&aacute;szl&oacute; Bodor</td>
</tr>
<tr>
<td>V.P., <a href="http://thrift.apache.org/">Apache Thrift</a></td>
<td>Jens Geyer</td>
</tr>
<tr>
<td>V.P., <a href="http://tika.apache.org/">Apache Tika</a></td>
<td>Tim Allison</td>
</tr>
<tr>
<td>V.P., <a href="http://tinkerpop.apache.org/">Apache TinkerPop</a></td>
<td>Stephen Mallette</td>
</tr>
<tr>
<td>V.P., <a href="http://tomcat.apache.org/">Apache Tomcat</a></td>
<td>Mladen Turk</td>
</tr>
<tr>
<td>V.P., <a href="http://tomee.apache.org/">Apache TomEE</a></td>
<td>David Blevins</td>
</tr>
<tr>
<td>V.P., <a href="http://trafficcontrol.apache.org/">Apache Traffic Control</a></td>
<td>Eric Friedrich</td>
</tr>
<tr>
<td>V.P., <a href="http://trafficserver.apache.org/">Apache Traffic Server</a></td>
<td>Bryan Call</td>
</tr>
<tr>
<td>V.P., <a href="http://turbine.apache.org/">Apache Turbine</a></td>
<td>Georg Kallidis</td>
</tr>
<tr>
<td>V.P., <a href="http://tvm.apache.org">Apache TVM</a></td>
<td>Tianqi Chen</td>
</tr>
<tr>
<td>V.P., <a href="http://uima.apache.org/">Apache UIMA</a></td>
<td>Richard Eckart de Castilho</td>
</tr>
<tr>
<td>V.P., <a href="http://unomi.apache.org/">Apache Unomi</a></td>
<td>Serge Huber</td>
</tr>
<tr>
<td>V.P., <a href="http://usergrid.apache.org/">Apache Usergrid</a></td>
<td>Michael Russo</td>
</tr>
<tr>
<td>V.P., <a href="http://vcl.apache.org/">Apache VCL</a></td>
<td>Josh Thompson</td>
</tr>
<tr>
<td>V.P., <a href="http://velocity.apache.org/">Apache Velocity</a></td>
<td>Nathan Bubna</td>
</tr>
<tr>
<td>V.P., <a href="http://ws.apache.org/">Apache Web Services</a></td>
<td>Daniel Kulp</td>
</tr>
<tr>
<td>V.P., <a href="http://whimsical.apache.org/">Apache Whimsy</a></td>
<td>Shane Curcuru</td>
</tr>
<tr>
<td>V.P., <a href="http://wicket.apache.org/">Apache Wicket</a></td>
<td>Andrea Del Bene</td>
</tr>
<tr>
<td>V.P., <a href="http://xalan.apache.org/">Apache Xalan</a></td>
<td>Gary D. Gregory</td>
</tr>
<tr>
<td>V.P., <a href="http://xerces.apache.org/">Apache Xerces</a></td>
<td>Michael Glavassevich</td>
</tr>
<tr>
<td>V.P., <a href="http://xmlgraphics.apache.org/">Apache XML Graphics</a></td>
<td>Clay Leeds</td>
</tr>
<tr>
<td>V.P., <a href="http://yetus.apache.org/">Apache Yetus</a></td>
<td>Allen Wittenauer</td>
</tr>
<tr>
<td>V.P., <a href="http://zeppelin.apache.org/">Apache Zeppelin</a></td>
<td>Lee Moon Soo</td>
</tr>
<tr>
<td>V.P., <a href="http://zookeeper.apache.org/">Apache ZooKeeper</a></td>
<td>Flavio Junqueira</td>
</tr></tbody></table>
</div>
<!-- End main content area -->
<!-- Start footer -->
<footer class="navbar-expand-lg navbar-light bg-light">
<div class="footer" id="footer">
<div class="row container-fluid">
<div class="col-sm">
<a href="https://www.apache.org/">
<img src="https://www.apache.org/img/asf_logo.png" alt="The Apache Software Foundation" style="border: 0; margin-top: 2px" width="200">
</a>
</div>
<div class="col-sm center-align">
<a href="https://www.apache.org/foundation/contributing.html">
<img src="https://www.apache.org/images/SupportApache-small.png" alt="Support The ASF" height="80" width="80">
</a>
</div>
<div class="col-sm right-align">
<a class="acevent" data-format="wide" data-mode="light" data-event="random"></a>
</div>
</div>
<div class="container-fluid">
Copyright &copy; 2021 The Apache Software Foundation,
Licensed under the
<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a>
<br/>
Apache, the Apache feather logo, and "Project" are trademarks or registered trademarks of <a href="https://www.apache.org/">The Apache Software Foundation.</a>
</div><!-- #container-fluid -->
</div>
</footer>
<!-- End footer -->
<!-- Start the loading of javascript frameworks (will need to upgrade periodically) -->
<script src="https://www.apachecon.com/event-images/snippet.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.slim.min.js"
integrity="sha512-6ORWJX/LrnSjBzwefdNUyLCMTIsGoNP6NftMy2UAm1JBm6PRZCO1d7OHBStWpVFZLO+RerTvqX/Z9mBFfCJZ4A=="
crossorigin="anonymous"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<!-- End the loading of javascript frameworks -->
<!-- Source: projects.ezmd; Template: page; Url: pages/.html -->
</body>
</html>