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 2018/11/20 20:48:35 UTC

svn commit: r1847060 - in /ignite/site/trunk: features/ images/ use-cases/database/

Author: dmagda
Date: Tue Nov 20 20:48:34 2018
New Revision: 1847060

URL: http://svn.apache.org/viewvc?rev=1847060&view=rev
Log:
new versions

Added:
    ignite/site/trunk/features/datagrid-2.html   (with props)
    ignite/site/trunk/features/multilanguage-2.html   (with props)
    ignite/site/trunk/features/sql-2.html   (with props)
    ignite/site/trunk/features/tensorflow.html   (with props)
    ignite/site/trunk/features/transactions-2.html   (with props)
    ignite/site/trunk/images/tensorflow.png   (with props)
    ignite/site/trunk/use-cases/database/distributed-database-2.html   (with props)
    ignite/site/trunk/use-cases/database/sql-database-2.html   (with props)
Modified:
    ignite/site/trunk/features/datagrid.html

Added: ignite/site/trunk/features/datagrid-2.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/datagrid-2.html?rev=1847060&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/features/datagrid-2.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: ignite/site/trunk/features/datagrid.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/datagrid.html?rev=1847060&r1=1847059&r2=1847060&view=diff
==============================================================================
--- ignite/site/trunk/features/datagrid.html (original)
+++ ignite/site/trunk/features/datagrid.html Tue Nov 20 20:48:34 2018
@@ -296,7 +296,7 @@ under the License.
                             Ignite data grid is a <code>key-value store</code> which can store data both, in-memory
                             and on-disk. It can be viewed as a distributed partitioned hash map, with every cluster
                             node owning a portion of the overall data. This way the more cluster nodes we add,
-                            the more data we can store:
+                            the more data we can store.
                         </p>
 
                         <div class="page-links">
@@ -323,7 +323,7 @@ under the License.
                     <td>
                         <p>
                             Ignite is a 100% compliant implementation of <span style="white-space: nowrap">JCache (JSR 107)</span> specification.
-                            JCache provides a very simple to use, yet very powerful API for data caching:
+                            JCache provides a very simple to use, yet very powerful API for data caching.
                         </p>
                         <div class="page-links">
                             <a href="/use-cases/caching/jcache-provider.html">Docs for this Feature <i class="fa fa-angle-double-right"></i></a>
@@ -336,7 +336,7 @@ under the License.
                         <p>
                             Apache Ignite is based on distributed <i>memory-centric architecture</i> that combines the
                             performance and scale of in-memory computing together with the disk durability and strong
-                            consistency in one system:
+                            consistency in one system.
                         </p>
                         <div class="page-links">
                             <a href="/arch/memorycentric.html">Docs for this Feature <i class="fa fa-angle-double-right"></i></a>
@@ -348,7 +348,7 @@ under the License.
                     <td>
                         <p>
                             Ignite allows executing any native Java, C++, and .NET/C# code directly on the server-side,
-                            close to the data, in collocated fashion:
+                            close to the data, in collocated fashion.
                         </p>
                         <div  class="page-links">
                             <a href="/features/collocatedprocessing.html" target="docs">Docs for this feature <i class="fa fa-angle-double-right"></i></a>
@@ -383,7 +383,7 @@ under the License.
                         <p>
                             Ignite supports deadlock-free, optimistic transactions, which do not acquire any locks,
                             and free users from worrying about the lock order.
-                            Such transactions also provide much better performance:
+                            Such transactions also provide much better performance.
                         </p>
                         <div  class="page-links">
                             <a href="https://apacheignite.readme.io/docs/transactions" target="docs">Docs for this feature <i class="fa fa-angle-double-right"></i></a>
@@ -395,7 +395,7 @@ under the License.
                     <td>
                         <p>
                             Ignite transactional entry processor allows executing collocated user logic on the server
-                            side within a transaction:
+                            side within a transaction.
                         </p>
                         <div  class="page-links">
                             <a href="https://apacheignite.readme.io/docs/affinity-collocation#ignitecompute-vs-entryprocessor" target="docs">Docs for this feature <i class="fa fa-angle-double-right"></i></a>
@@ -406,8 +406,7 @@ under the License.
                     <td class="left" width="35%">Cross-Partition Transactions</td>
                     <td>
                         <p>
-                            In Ignite, transactions can be performed on all partitions of a cache across the whole
-                            cluster:
+                            In Ignite, transactions can be performed on all partitions of a cache across the whole cluster.
                         </p>
                         <div  class="page-links">
                             <a href="https://apacheignite.readme.io/docs/transactions#ignitetransactions" target="docs">Docs for this feature <i class="fa fa-angle-double-right"></i></a>
@@ -418,7 +417,7 @@ under the License.
                     <td class="left" width="35%">Locks</td>
                     <td>
                         <p>
-                            Ignite allows developers to define explicit locks enforcing mutual exclusion on cached objects:
+                            Ignite allows developers to define explicit locks enforcing mutual exclusion on cached objects.
                         </p>
                         <div  class="page-links">
                             <a href="https://apacheignite.readme.io/docs/distributed-locks" target="docs">Docs for this feature <i class="fa fa-angle-double-right"></i></a>
@@ -430,7 +429,7 @@ under the License.
                     <td>
                         <p>
                             Continuous queries are useful for cases when you want to execute a query and then
-                            continue to get notified about the data changes that fall into your query filter:
+                            continue to get notified about the data changes that fall into your query filter.
                         </p>
                         <div  class="page-links">
                             <a href="https://apacheignite.readme.io/docs/continuous-queries" target="docs">Docs for this feature <i class="fa fa-angle-double-right"></i></a>

Added: ignite/site/trunk/features/multilanguage-2.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/multilanguage-2.html?rev=1847060&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/features/multilanguage-2.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ignite/site/trunk/features/sql-2.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/sql-2.html?rev=1847060&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/features/sql-2.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ignite/site/trunk/features/tensorflow.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/tensorflow.html?rev=1847060&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/features/tensorflow.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ignite/site/trunk/features/transactions-2.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/transactions-2.html?rev=1847060&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/features/transactions-2.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ignite/site/trunk/images/tensorflow.png
URL: http://svn.apache.org/viewvc/ignite/site/trunk/images/tensorflow.png?rev=1847060&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/images/tensorflow.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ignite/site/trunk/use-cases/database/distributed-database-2.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/use-cases/database/distributed-database-2.html?rev=1847060&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/use-cases/database/distributed-database-2.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ignite/site/trunk/use-cases/database/sql-database-2.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/use-cases/database/sql-database-2.html?rev=1847060&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ignite/site/trunk/use-cases/database/sql-database-2.html
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream