blob: d20964a5918604c20e2480874e0cdc95cd744dfb [file] [log] [blame]
<!--
▄▄▄ ██▓███ ▄▄▄ ▄████▄ ██░ ██ ▓█████ ██▓ ▄████ ███▄ █ ██▓▄▄▄█████▓▓█████
▒████▄ ▓██░ ██▒▒████▄ ▒██▀ ▀█ ▓██░ ██▒▓█ ▀ ▓██▒ ██▒ ▀█▒ ██ ▀█ █ ▓██▒▓ ██▒ ▓▒▓█ ▀
▒██ ▀█▄ ▓██░ ██▓▒▒██ ▀█▄ ▒▓█ ▄ ▒██▀▀██░▒███ ▒██▒▒██░▄▄▄░▓██ ▀█ ██▒▒██▒▒ ▓██░ ▒░▒███
░██▄▄▄▄██ ▒██▄█▓▒ ▒░██▄▄▄▄██ ▒▓▓▄ ▄██▒░▓█ ░██ ▒▓█ ▄ ░██░░▓█ ██▓▓██▒ ▐▌██▒░██░░ ▓██▓ ░ ▒▓█ ▄
▓█ ▓██▒▒██▒ ░ ░ ▓█ ▓██▒▒ ▓███▀ ░░▓█▒░██▓░▒████▒ ░██░░▒▓███▀▒▒██░ ▓██░░██░ ▒██▒ ░ ░▒████▒
▒▒ ▓▒█░▒▓▒░ ░ ░ ▒▒ ▓▒█░░ ░▒ ▒ ░ ▒ ░░▒░▒░░ ▒░ ░ ░▓ ░▒ ▒ ░ ▒░ ▒ ▒ ░▓ ▒ ░░ ░░ ▒░ ░
▒ ▒▒ ░░▒ ░ ▒ ▒▒ ░ ░ ▒ ▒ ░▒░ ░ ░ ░ ░ ▒ ░ ░ ░ ░ ░░ ░ ▒░ ▒ ░ ░ ░ ░ ░
░ ▒ ░░ ░ ▒ ░ ░ ░░ ░ ░ ▒ ░░ ░ ░ ░ ░ ░ ▒ ░ ░ ░
░ ░ ░ ░░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░
-->
<!--
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">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>Apache Ignite</title>
<link media="all" rel="stylesheet" href="css/all.css">
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet">
<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'>
<!--#include virtual="/includes/sh.html" -->
</head>
<body>
<div id="wrapper">
<!--#include virtual="/includes/header.html" -->
<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="features.html" class="btn btn-transparent">Learn More</a></li>
</ul>
</div>
</div>
<div class="item cloud">
<div class="img-holder">
<a href="features.html#datagrid">
<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="features.html#computegrid">
<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="features.html#datastreaming">
<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 id="overview" class="page-section">
<div class="col-sm-12 col-md-12 col-xs-12">
<div class="col-sm-9 col-md-9 col-xs-12" style="padding-right:20px; padding-left:0;">
<!--<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.
</p>
<!--#include virtual="/includes/igniteimage.html" -->
<p>
Apache Ignite In-Memory Data Fabric is designed to deliver
uncompromised performance for a wide set of in-memory computing
use cases from <a href="features.html">high performance computing</a>, to the industry most advanced <a href="features.html">data grid</a>, highly available <a href="features.html">service grid</a>, and <a href="features.html">streaming</a>.
</p>
</div>
<div class="col-sm-3 col-md-3 col-xs-12 news-box">
<h4>Latest News</h4>
<ul>
<li>
<a href="https://dzone.com/articles/pitfalls-of-the-mybatis-caches-with-apache-ignite" target="_blank">
Pitfalls of the MyBatis Caches With Apache Ignite</a><br/>
<span class="news-box-date">Blog, Shamim Bhuiyan, Mar 9, 2016</span>
</li>
<li>
<a href="https://dzone.com/articles/linking-apache-ignite-and-apache-kafka-for-highly" target="_blank">
Linking Apache Ignite and Apache Kafka for Highly Scalable and Reliable Data Processing</a><br/>
<span class="news-box-date">Blog, Roman Shtykh, Mar 3, 2016</span>
</li>
<li><a href="/addons.html">
Ignite Adds Add-ons</a><br/>
<span class="news-box-date">Feb 17, 2016</span>
</li>
<li>
<a href="http://raul.io/a-universal-streamer-for-apache-ignite-based-on-apache-camel/" target="_blank">
Apache Ignite Streamer based on Apache Camel</a><br/>
<span class="news-box-date">Blog, Raúl Kripalani, Jan 28, 2016</span>
</li>
<li><a href="/news.html#release-1.5.0.final">
Apache Ignite 1.5.0.final Released</a><br/>
<span class="news-box-date">Jan 4, 2016</span>
</li>
</ul>
<p style="text-align : right"><a href="/news.html">Read More</a></p>
</div>
</div>
<p style="margin:0;">&nbsp;</p>
</section>
<section id="sqlqueries" class="page-section">
<div class="col-sm-12 col-md-12 col-xs-12" style="padding-top: 25px;">
<div class="col-sm-4 col-md-4 col-xs-12" style="padding-left: 0;">
<h2 style="text-align: left;">Distributed SQL Queries</h2>
<p>Apache Ignite supports a very elegant query API with support for:</p>
<ul class="page-list">
<li>Scan Queries (Predicate-based)</li>
<li>SQL Queries (ANSI 99)</li>
<li>Text Queries</li>
</ul>
<p>This video demonstrates how to exectute distributed cache queries in Ignite using standard SQL syntax.</p>
</div>
<div class="col-sm-8 col-md-8 col-xs-12">
<iframe width="575" height="325" align="right" src="https://www.youtube.com/embed/eZUujozYt-g" frameborder="0" allowfullscreen></iframe>
<p class="video-duration">Duration: 03:25</p>
</div>
</div>
<p>&nbsp;</p>
</section>
<section id="startdata" class="page-section">
<div class="col-sm-12 col-md-12 col-xs-12" style="padding-top: 15px;">
<div class="col-sm-4 col-md-4 col-xs-12" style="padding-left: 0;">
<h2 style="text-align: left;">Getting Started with Data Grid</h2>
<p>Apache Ignite In-Memory Data Grid is an implementation of <code><span style="white-space: nowrap">JCache (JSR 107)</span></code> that supports:</p>
<ul class="page-list">
<li>Basic Cache Operations</li>
<li>ConcurrentMap APIs</li>
<li>EntryProcessor</li>
<li>Pluggable Persistence</li>
</ul>
<p>This video shows how to use basic cache operations and <code>ACID transactions</code>.</p>
</div>
<div class="col-sm-8 col-md-8 col-xs-12">
<iframe width="575" height="325" align="right" src="https://www.youtube.com/embed/pFbDWpOiMOU" frameborder="0" allowfullscreen></iframe>
<p class="video-duration">Duration: 03:50</p>
</div>
</div>
<p style="margin:0;">&nbsp;</p>
</section>
<section id="startcompute" class="page-section">
<div class="col-sm-12 col-md-12 col-xs-12" style="padding-top: 15px;">
<div class="col-sm-4 col-md-4 col-xs-12" style="padding-left: 0px;">
<h2 style="text-align: left;">Getting Started with Compute Grid</h2>
<p>Apache Ignite has advanced compute and clustering capabilities including:</p>
<ul class="page-list">
<li>Dynamic Sub-Clusters</li>
<li>Clustered Lambda Execution</li>
<li>Clustered ForkJoin Tasks</li>
</ul>
<p>In this video we will broadcast and execute a "Hello World" closure on all the nodes in the cluster.</p>
</div>
<div class="col-sm-8 col-md-8 col-xs-12">
<iframe width="575" height="325" align="right" src="https://www.youtube.com/embed/J775J77_-B8" frameborder="0" allowfullscreen></iframe>
<p class="video-duration">Duration: 03:50</p>
</div>
</div>
<p style="margin:0;">&nbsp;</p>
</section>
<section id="askquestion" class="page-section" style="padding-left: 10px;">
<div>
<h2>Ask a Question</h2>
<p>
If you have any questions about how to use Apache Ignite, please post them to the <a href="http://apache-ignite-users.70518.x6.nabble.com/" title="Ask a Question">User Forum</a>.
</p>
</div>
</section>
</main>
<!--#include virtual="/includes/footer.html" -->
</div>
<!--#include virtual="/includes/scripts.html" -->
<!--
<script type="text/javascript" src="js/jquery.main.js"></script>
-->
</body>
</html>