blob: f16680b29b6b319c9f63b83f3ff7b769077734fc [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Apache Wayang</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="static/css/color.css">
<link rel="stylesheet" href="static/fa/css/all.min.css">
<link rel="icon" type="image/png" href="static/img/wayang-favicon.png" />
<style>
.service-item {
text-align: center;
}
</style>
</head>
<!-- TODO: the padding of the body need to be resposive -->
<body style="padding: 4em; background: white">
<div class="container shadow-lg p-3 mb-5 bg-white rounded">
<nav class="sticky-top navbar navbar-expand-lg navbar-light d-flex bd-highlight mt-n3 mx-n3 shadow mb-4" style="background: #A6A6A6">
<a class="p-2 flex-grow-1 bd-highlight navbar-brand">
<img src="static/img/logo-plain.png">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse mr-sm-0" id="navbarText">
<ul class="navbar-nav mr-auto" style="margin-left: 25%">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="documentation.html">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publications.html">Publications</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Apache</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="http://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a>
<a class="dropdown-item" href="http://www.apache.org/licenses/">Apache License</a>
<a class="dropdown-item" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
<a class="dropdown-item" href="http://www.apache.org/foundation/thanks.html">Thanks</a>
</div>
</li>
</ul>
</div>
</nav>
<div class="row mb-3 d-flex align-items-center">
<div class="col">
<img src="static/img/wayang-logo.svg">
</div>
<div class="col">
<h1>
THE CROSS-PLATFORM
DATA PROCESSING
SYSTEM
</h1>
Apache Wayang is a system designed to fully support cross-platform data processing. That is, it enables users to run data analytics over multiple data processing platforms. For this, it provides an abstraction on top of existing platforms in order to run data analytic tasks on top of any set of platforms. As a result, users can focus on the logics of their applications rather on the intricacies of the underlying platforms.
</div>
</div>
<div class="row p-5 shadow-lg mb-5 bg-white">
<div class="col rounded-lg align-self-center" style="background: #fff; margin-right: -5em; z-index: 1">
<h1>Turning a shadows into a show</h1>
<p>
Read more on how Apache Wayang convert the light and shadows of data processing platforms to amazing theatre for you.
</p>
</div>
<div class="col">
<img src="static/img/shadows.jpg" style="width: 30em" class="rotateimg15">
</div>
</div>
<div class="row mb-5">
<div class="col" style="text-align: center">
<h1>Features</h1>
<p>How we move the string for you</p>
</div>
</div>
<div class="row mb-5">
<div class="col">
<div class="service-item">
<i class="fas fa-bezier-curve fa-10x"></i>
<h4>Cross-platform</h4>
<p>Run a single data analytic task on top of any set of data processing platforms.
</p>
</div>
</div>
<div class="col">
<div class="service-item">
<i class="fa fa-clock fa-10x"></i>
<h4>High-Efficiency</h4>
<p>It selects the best available data processing platform for any incoming query.
</p>
</div>
</div>
<div class="col">
<div class="service-item">
<i class="fa fa-puzzle-piece fa-10x"></i>
<h4>Flexibility</h4>
<p>User defined functions (UDFs) as first-class citizens, enabling extensibility and adaptability.
</p>
</div>
</div>
<div class="col">
<div class="service-item">
<i class="fas fa-child fa-10x"></i>
<h4>Ease-of-Use</h4>
<p>A simple interface that allows developers to focus only on the logics of their application.
</p>
</div>
</div>
</div>
<div class="row justify-content-center mb-5">
<div class="col">
<div class="service-item">
<i class="fa fa-piggy-bank fa-10x"></i>
<h4>Cost Saving</h4>
<p>Fast development of data analytic applications.
</p>
</div>
</div>
<div class="col">
<div class="service-item">
<i class="fa fa-code-branch fa-10x"></i>
<h4>Open Source</h4>
<p>All code is on GitHub under Apache License.
</p>
</div>
</div>
</div>
<nav class="navbar fixed-bottom navbar-light bg-light position-relative mb-n3 mx-n3 mb-4" style="background: #A6A6A6">
<div class="row justify-content-center">
<div class="col-10 text-center">
<p style="text-align: justify">
Apache Wayang 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>
<a href="http://incubator.apache.org/">
<img src="static/img/egg-logo.png">
</a>
<br />
<p>
Copyright &#169; 2021 The Apache Software Foundation.<br />
Licensed under the Apache License, Version 2.0.<br />
Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache Software Foundation.
</p>
</div>
</div>
</nav>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
</body>
</html>