You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dm...@apache.org on 2019/12/06 23:17:30 UTC

svn commit: r1870936 [7/7] - in /ignite/site/trunk: ./ arch/ community/ css/ features/ includes/ scss/ use-cases/caching/ use-cases/comparison/ use-cases/database/ use-cases/hadoop/ use-cases/platforms/ use-cases/spark/

Modified: ignite/site/trunk/whatisignite.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/whatisignite.html?rev=1870936&r1=1870935&r2=1870936&view=diff
==============================================================================
--- ignite/site/trunk/whatisignite.html (original)
+++ ignite/site/trunk/whatisignite.html Fri Dec  6 23:17:29 2019
@@ -31,7 +31,7 @@ under the License.
 -->
 
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
     <link rel="canonical" href="https://ignite.apache.org/whatisignite.html" />
     <meta charset="utf-8">
@@ -42,9 +42,7 @@ under the License.
     <title>What is Apache Ignite</title>
     <meta name="description" content="Apache Ignite components and facts: in-memory and persistent modes, distributed SQL
      database, in-memory data grid, in-memory database, ACID transactions, collocated processing, and more..."/>
-    <link media="all" rel="stylesheet" href="/css/all.css?v=1538416900"/>
-    <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/styles.html" -->
 
     <!--#include virtual="/includes/sh.html" -->
 </head>
@@ -69,7 +67,7 @@ under the License.
                             with support for JCache specification (JSR 107), distributed ACID transactions,
                             SQL queries, on-disk persistence, and more.
                         </p>
-                        <p style="margin-top: 10px;">Read more: <a href="/use-cases/caching/database-caching.html">Database Caching</a></p>
+                        <p style="margin-top: 10px;">Read more: <a href="/use-cases/caching/database-caching.html" aria-label="Database Caching">Database Caching</a></p>
                     </div>
 
                     <div class="col-sm-6 col-md-6 col-xs-12  right">
@@ -79,7 +77,7 @@ under the License.
                             stored in-memory and/or on-disk and is either partitioned or replicated across a cluster of
                             multiple nodes. This provides for scalability, performance, and resiliency.
                         </p>
-                        <p style="margin-top: 10px;">Read more: <a href="/use-cases/database/distributed-database.html">Distributed Database</a></p>
+                        <p style="margin-top: 10px;">Read more: <a href="/use-cases/database/distributed-database.html" aria-label="Distributed Database">Distributed Database</a></p>
                     </div>
                 </div>
 
@@ -91,7 +89,7 @@ under the License.
                             persistence can be disabled and Ignite can act as a distributed in-memory database, with
                             support for SQL and distributed joins.
                         </p>
-                        <p style="margin-top: 10px;">Read more: <a href="/use-cases/database/in-memory-database.html">In-Memory Database</a></p>
+                        <p style="margin-top: 10px;">Read more: <a href="/use-cases/database/in-memory-database.html" aria-label="In-Memory Database">In-Memory Database</a></p>
                     </div>
 
                     <div class="col-sm-6 col-md-6 col-xs-12  right">
@@ -101,7 +99,7 @@ under the License.
                             memory-only mode or with Ignite native persistence. It can also automatically integrate with any 3rd party databases,
                             including any RDBMS or NoSQL stores.
                         </p>
-                        <p style="margin-top: 10px;">Read more: <a href="/features/datagrid.html">In-Memory Data Grid</a></p>
+                        <p style="margin-top: 10px;">Read more: <a href="/features/datagrid.html" aria-label="In-Memory DataGrid">In-Memory Data Grid</a></p>
                     </div>
                 </div>
 
@@ -115,7 +113,7 @@ under the License.
                             secondary indexes, however, the uniqueness can only be enforced for the primary indexes.
                             Ignite also does not support foreign key constraints.
                         </p>
-                        <p style="margin-top: 10px;">Read more: <a href="/use-cases/database/sql-database.html">SQL Database</a></p>
+                        <p style="margin-top: 10px;">Read more: <a href="/use-cases/database/sql-database.html" aria-label="SQL Database">SQL Database</a></p>
                     </div>
 
                     <div class="col-sm-6 col-md-6 col-xs-12  right">
@@ -126,7 +124,7 @@ under the License.
                             can be stored in-memory only, and larger data sets that do not fit in memory can be stored on disk,
                             using memory as a caching layer for better performance.
                         </p>
-                        <p style="margin-top: 10px;">Read more: <a href="/arch/persistence.html" target="_blank" rel="noopener">Native Persistence</a></p><br/><br/>
+                        <p style="margin-top: 10px;">Read more: <a href="/arch/persistence.html" target="_blank" rel="noopener" aria-label="Persistence">Native Persistence</a></p><br/><br/>
                     </div>
                 </div>
 
@@ -139,7 +137,7 @@ under the License.
                             horizontally scalable. However, unlike other NoSQL databases, Ignite supports SQL and ACID transactions
                             across multiple cluster nodes.
                         </p>
-                        <p style="margin-top: 10px;">Read more: <a href="/use-cases/comparison/ignite-for-nosql.html">Ignite for NoSQL</a></p>
+                        <p style="margin-top: 10px;">Read more: <a href="/use-cases/comparison/ignite-for-nosql.html" aria-label="Ignite for NoSQL">Ignite for NoSQL</a></p>
                     </div>
 
                     <div class="col-sm-6 col-md-6 col-xs-12  right">
@@ -150,10 +148,10 @@ under the License.
                             residing in different partitions on different servers. <br/> <br/>
                             At SQL level Ignite supports atomic, but not yet transactional consistency.
                             SQL transactions implementation is already
-                            <a href="https://cwiki.apache.org/confluence/display/IGNITE/IEP-3%3A+Transactional+SQL" target="_blank" rel="noopener">in the works</a>
+                            <a href="https://cwiki.apache.org/confluence/display/IGNITE/IEP-3%3A+Transactional+SQL" target="_blank" rel="noopener" aria-label="in the works">in the works</a>
                             and will be released in one of the upcoming versions.
                         </p>
-                        <p style="margin-top: 10px;">Read more: <a href="https://apacheignite.readme.io/docs/transactions">ACID Transactions</a></p>
+                        <p style="margin-top: 10px;">Read more: <a href="https://apacheignite.readme.io/docs/transactions" aria-label="Transactions">ACID Transactions</a></p>
                     </div>
                 </div>
 
@@ -165,7 +163,7 @@ under the License.
                             <strong>Yes</strong>. Ignite supports both, key-value and SQL for modelling and accessing data.
                             In addition, Ignite provides strong processing APIs for computing on distributed data.
                         </p>
-                        <p style="margin-top: 10px;">Read more: <a href="/use-cases/database/distributed-database.html">Distributed Database</a></p>
+                        <p style="margin-top: 10px;">Read more: <a href="/use-cases/database/distributed-database.html" aria-label="Distributed Database">Distributed Database</a></p>
                     </div>
 
                     <div class="col-sm-6 col-md-6 col-xs-12  right">
@@ -174,7 +172,7 @@ under the License.
                             <strong>Yes</strong>. Ignite provides a feature rich key-value API, that is JCache (JSR-107) compliant
                             and supports Java, C++, <nobr>and .NET.</nobr>
                         </p>
-                        <p style="margin-top: 10px;">Read more: <a href="/use-cases/database/key-value-store.html">Key-Value Store</a></p><br/><br/>
+                        <p style="margin-top: 10px;">Read more: <a href="/use-cases/database/key-value-store.html" aria-label="Key-Value Store">Key-Value Store</a></p><br/><br/>
                     </div>
                 </div>