Author: nivanov
Date: Fri Jan 30 18:29:21 2015
New Revision: 1656083
URL: http://svn.apache.org/r1656083
Log:
WIP on features page.
Added:
incubator/ignite/site/branches/sidenav/features.html
Modified:
incubator/ignite/site/branches/sidenav/index.html
Added: incubator/ignite/site/branches/sidenav/features.html
URL:
http://svn.apache.org/viewvc/incubator/ignite/site/branches/sidenav/features.html?rev=1656083&view=auto
==============================================================================
--- incubator/ignite/site/branches/sidenav/features.html (added)
+++ incubator/ignite/site/branches/sidenav/features.html Fri Jan 30 18:29:21
2015
@@ -0,0 +1,348 @@
+<!--
+ âââ ââââââ âââ ââââââ
âââ ââ ââââââ âââ âââââ
ââââ â ââââââââââââââââââ
+ââââââ ââââ âââââââââ
ââââ ââ ââââ âââââ â ââââ
âââ âââ ââ ââ â âââââ âââ ââââ
â
+âââ âââ ââââ âââââââ âââ âââ
â ââââââââââââ
âââââââââââââââ ââ ââââââââ
ââââ ââââââ
+âââââââââ âââââââ
ââââââââââ ââââ âââââââ âââ
âââ â âââââââ âââââââ
ââââââââââ ââââ â âââ â
+ ââ ââââââââ â â ââ âââââ
âââââ ââââââââââââââââ
ââââââââââââââââ ââââââââ
ââââ â âââââââ
+ ââ ââââââââ â â ââ âââââ ââ
â â â âââââââ ââ â ââ ââ â â
ââ â â ââ â ââ ââ ââ â
+ â ââ âââ â â ââ â â â â âââ
â â â â â â â â â ââ â ââ â â â
â â â
+ â â ââ â â â â ââ â â
â ââ â â â â â â â â â
+ â â â ââ â â â â â â
â â â â â â
+-->
+
+<!--
+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.
+-->
+
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Apache Ignite - Features</title>
+ <link media="all" rel="stylesheet" href="css/all.css">
+ <link
href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic'
rel='stylesheet' type='text/css'>
+</head>
+<body>
+<div id="wrapper">
+ <header id="header" class="affix" data-spy="affix" data-offset-top="37">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-3 col-sm-3 col-xs-8">
+ <div class="logo"><a href="#wrapper"><img
src="images/logo.png" alt="ApacheIgnite"></a></div>
+ </div>
+ <div class="col-md-9 col-sm-9 col-xs-4">
+ <nav id="nav" class="navbar navbar-default"
role="navigation">
+ <div class="container-fluid">
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle
collapsed" data-toggle="collapse" data-target="#navbar">
+ <span class="sr-only">Toggle
navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ </div>
+ <div class="collapse navbar-collapse" id="navbar">
+ <ul class="nav navbar-nav">
+ <li><a
href="index.html#overview">Overview</a></li>
+ <li><a
href="index.html#documentation">Documentation</a></li>
+ <li><a
href="features.html">Features</a></li>
+ <li><a
href="index.html#community">Community</a></li>
+ <li><a
href="index.html#download">Download</a></li>
+ </ul>
+ </div>
+ </div>
+ </nav>
+ </div>
+ </div>
+ </div>
+ </header>
+ <div id="carousel" class="carousel slide" data-ride="carousel"
data-interval="5000">
+ <div class="container">
+ <div class="carousel-inner" role="listbox">
+ <!-- Carousel items -->
+ <div class="item active">
+ <div id="banner1">
+ <h1>Apache Ignite</h1>
+ <p>In-Memory Data Fabric</p>
+ <ul class="buttons list-unstyled">
+ <li><a href="#download" class="btn
btn-danger">Download</a></li>
+ <li><a href="#overview" class="btn
btn-default">Learn More</a></li>
+ </ul>
+ </div>
+ </div>
+ <div class="item cloud">
+ <div class="img-holder">
+ <a href="#data-grid">
+ <img style="margin-left: 20%; margin-top: 35px"
src="images/img1.png">
+ </a>
+ </div>
+ </div>
+ <div class="item cloud">
+ <div class="img-holder">
+ <a href="#cluster-compute">
+ <img style="margin-left: 20%; margin-top: 35px"
src="images/compute_grid.png">
+ </a>
+ </div>
+ </div>
+ <div class="item cloud">
+ <div class="img-holder">
+ <a href="#streaming">
+ <img style="margin-left: 15%; margin-top: 35px"
src="images/streaming.png">
+ </a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- Carousel nav -->
+ <a class="carousel-control left" href="#carousel" role="button"
data-slide="prev">
+ <span class="glyphicon glyphicon-chevron-left"></span>
+ </a>
+ <a class="carousel-control right" href="#carousel" role="button"
data-slide="next">
+ <span class="glyphicon glyphicon-chevron-right"></span>
+ </a>
+ </div>
+ <main id="main" role="main" class="container">
+ <section class="overview" id="overview">
+ <h2>Overview</h2>
+ <p>
+ Apache Ignite In-Memory Data Fabric is a high-performance,
+ integrated and distributed in-memory platform for computing
+ and transacting on large-scale data sets in real-time, orders
+ of magnitude faster than possible with traditional disk-based
+ or flash technologies.
+ <img src="images/fabric.jpg" alt="image description"
class="img-responsive" style="padding-top: 40px">
+ </p>
+ <p>
+ Apache Ignite In-Memory Data Fabric is designed to deliver
+ uncompromised performance for a wide set of in-memory computing
+ use cases from high performance computing, to the industry most
+ advanced data grid and streaming.
+ </p>
+ </section>
+
+ <section id="cluster-compute">
+ <div class="feature-block">
+ <h2>Clustering & Compute</h2>
+ <div class="inside-feature-block-1">
+ <div>
+ <div class="feature-header">Key features:</div>
+ <ul>
+ <li>Dynamic Clustering</li>
+ <li>Fork-Join & MapReduce Processing</li>
+ <li>Distributed Closure Execution</li>
+ <li>Load Balancing and Fault Tolerance</li>
+ <li>Distributed Messaging and Events</li>
+ <li>Linear Scalability</li>
+ </ul>
+ </div>
+ <img src="images/in_memory_compute.png"/>
+ </div>
+ </div>
+ </section>
+
+ <section id="data-grid">
+ <div class="feature-block">
+ <h2>In-Memory Caching & Data Grid</h2>
+ <div class="inside-feature-block-2">
+ <div>
+ <div class="feature-header">Key features:</div>
+ <ul>
+ <li>Distributed In-Memory Caching</li>
+ <li>Elastic Scalability</li>
+ <li>Lightning Fast Performance</li>
+ <li>Distributed In-Memory Transactions</li>
+ <li>Distributed In-Memory Data Structures</li>
+ <li>Web Session Clustering</li>
+ <li>Hibernate L2 Cache Integration</li>
+ <li>Distributed SQL Queries & Joins</li>
+ </ul>
+ </div>
+ <img src="images/in_memory_data.png"/>
+ </div>
+ </div>
+ </section>
+
+ <section id="streaming">
+ <div class="feature-block">
+ <h2>In-Memory Streaming</h2>
+ <div class="inside-feature-block-1">
+ <div>
+ <div class="feature-header">Key features:</div>
+ <ul>
+ <li>Programmatic Querying</li>
+ <li>Customizable Event Workflow</li>
+ <li>At-Least-Once Guarantee</li>
+ <li>Sliding Windows</li>
+ <li>Data Indexing</li>
+ <li>Distributed Streamer Queries</li>
+ <li>Co-Location With In-Memory Data Grid</li>
+ </ul>
+ </div>
+ <img src="images/in_memory_streaming.png" width="500px"/>
+ </div>
+ </div>
+ </section>
+
+ <section id="documentation">
+ <div class="feature-block">
+ <h2>Documentation</h2>
+ <p>
+ We are currently in process of moving GridGain Open Source
edition
+ to Apache Ignite. Until this migration is complete, please
refer to the
+ GridGain In-Memory Data Fabric documentation.
+ </p>
+ <table>
+ <tr>
+ <th>In-Memory Data Fabric</th>
+ <th>APIs</th>
+ <th>Videos</th>
+ </tr>
+ <tr>
+ <td>
+ <ul id="docs">
+ <li><a target=wiki
href="http://doc.gridgain.org/">Open Source Documentation</a></li>
+ </ul>
+ </td>
+ <td>
+ <ul id="javadoc">
+ <li><a target=javadoc
href="http://javadoc.gridgain.org/">Javadoc APIs</a></li>
+ <li><a target=scaladoc
href="http://scaladoc.gridgain.org/">Scaladoc APIs</a></li>
+ </ul>
+ </td>
+ <td>
+ <ul id="videos">
+ <li><a target=vimeo
href="https://vimeo.com/107643054?width=1024&height=576">
+ <nobr>Video: In-Memory Data Grid</nobr></a>
+ </li>
+ <li><a target=vimeo
href="https://vimeo.com/107641014?width=1024&height=576">
+ <nobr>Video: Clustering With Apache
Ignite</nobr></a>
+ </li>
+ <li><a target=vimeo
href="https://vimeo.com/107644353?width=1024&height=576">
+ <nobr>Video: Distributed
Messaging</nobr></a>
+ </li>
+ <li><a target=vimeo
href="https://vimeo.com/107645729?width=1024&height=576">
+ <nobr>Video: Distributed Events</nobr></a>
+ </li>
+ <li><a target=vimeo
href="https://vimeo.com/107648158?width=1024&height=576">
+ <nobr>Video: Distributed Managed
Services</nobr></a>
+ </li>
+ <li><a target=vimeo
href="https://vimeo.com/107646721?width=1024&height=576">
+ <nobr>Video: Distributed Cache
Queries</nobr></a>
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </section>
+
+ <section id="community">
+ <div class="feature-block">
+ <h2>Community</h2>
+ <p>
+ We are very excited to grow our community. If you are
interested in
+ becoming a contributor, please subscribe to
+ <a
href="mailto:[email protected]">dev@list</a>
+ and let us know how you'd like to help.
+ </p>
+ <center>
+ Mailing lists & archives:
+ <ul id="lists">
+ <li><a
href="mailto:[email protected]">[email protected]</a></li>
+ <li><a
href="mailto:[email protected]">[email protected]</a></li>
+ <li><a
href="http://mail-archives.apache.org/mod_mbox/incubator-ignite-dev/">dev@archive</a></li>
+ <li><a
href="http://mail-archives.apache.org/mod_mbox/incubator-ignite-commits/">commits@archive</a></li>
+ </ul>
+ </center>
+ </div>
+ </section>
+
+ <section id="download">
+ <div class="feature-block">
+ <h2>Download</h2>
+ <p>
+ We are currently in process of moving GridGain Open Source
edition
+ to Apache Ignite. Until this migration is complete, please
download
+ GridGain In-Memory Data Fabric.
+ </p>
+ <table>
+ <tr>
+ <th>Release</th>
+ <th>Version</th>
+ <th>Release</th>
+ </tr>
+ <tr>
+ <td>
+ <span><a
href="http://gridgain.com/download/open-source/">In-Memory Data
Fabric</a></span>
+ </td>
+ <td>
+ <span>6.5.6</span>
+ </td>
+ <td>
+ <span><time datetime="2014-12-15">December 15,
2014</time></span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </section>
+ </main>
+ <footer id="footer">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-4 col-sm-5">
+ <div class="logo"><a href="#wrapper"><img
src="images/logo2.png" alt="Crowley Marine serving boalers for over
years."></a></div>
+ </div>
+ <nav class="col-md-4 col-sm-3 footer-nav">
+ <ul class="list-unstyled">
+ <li><a href="#overview">Overview</a></li>
+ <li><a href="#documentation">Documentation</a></li>
+ <li><a href="#community">Community</a></li>
+ <li><a href="#download">Download</a></li>
+ </ul>
+ </nav>
+ <div class="col-md-4 col-sm-4">
+ <p align="right">© 2014 Copyright <a
href="#"><b>Apache Ignite</b></a></p>
+ <ul class="social-networks list-unstyled">
+ <li><a href="https://www.linkedin.com/company/249196"
class="icon-linkedin"></a></li>
+ <li><a href="https://www.twitter.com/gridgain"
class="icon-twitter"></a></li>
+ <li><a
href="https://plus.google.com/101084158514011491168/posts"
class="icon-google-plus"></a></li>
+ <li><a href="https://www.vimeo.com/gridgain"
class="icon-youtube"></a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </footer>
+</div>
+<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
+<script type="text/javascript">window.jQuery || document.write('<script
src="js/jquery-1.11.1.min.js"><\/script>')</script>
+<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
+<script type="text/javascript" src="js/jquery.main.js"></script>
+<script type="text/javascript">
+ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
+ var msViewportStyle = document.createElement('style');
+ msViewportStyle.appendChild(
+ document.createTextNode(
+ '@-ms-viewport{width:auto!important}'
+ )
+ );
+ document.querySelector('head').appendChild(msViewportStyle)
+ }
+</script>
+</body>
+</html>
Modified: incubator/ignite/site/branches/sidenav/index.html
URL:
http://svn.apache.org/viewvc/incubator/ignite/site/branches/sidenav/index.html?rev=1656083&r1=1656082&r2=1656083&view=diff
==============================================================================
--- incubator/ignite/site/branches/sidenav/index.html (original)
+++ incubator/ignite/site/branches/sidenav/index.html Fri Jan 30 18:29:21 2015
@@ -61,6 +61,7 @@ under the License.
<ul class="nav navbar-nav">
<li><a
href="#overview">Overview</a></li>
<li><a
href="#documentation">Documentation</a></li>
+ <li><a
href="features.html">Features</a></li>
<li><a
href="#community">Community</a></li>
<li><a
href="#download">Download</a></li>
</ul>