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 2020/12/30 05:49:07 UTC

[ignite] branch ignite-2.9.1 updated: IGNITE-13779: defining Ignite as a distributed database for in-memory speed and high-performance computing

This is an automated email from the ASF dual-hosted git repository.

dmagda pushed a commit to branch ignite-2.9.1
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-2.9.1 by this push:
     new a1fe3b4  IGNITE-13779: defining Ignite as a distributed database for in-memory speed and high-performance computing
a1fe3b4 is described below

commit a1fe3b445675a95d89fb64b1a248c17b004f59a0
Author: Denis Magda <dm...@gridgain.com>
AuthorDate: Tue Dec 29 21:39:43 2020 -0800

    IGNITE-13779: defining Ignite as a distributed database for in-memory speed and high-performance computing
    
    (cherry picked from commit 3f8f77343c3656300a48c59b364481929f6ce590)
---
 README.md                                                        | 8 +++++++-
 doap_Ignite.rdf                                                  | 4 ++--
 .../extensions-and-integrations/ignite-for-spark/overview.adoc   | 2 +-
 docs/_docs/index.adoc                                            | 2 +-
 .../dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec          | 4 ++--
 modules/platforms/dotnet/docfx/index.md                          | 9 ++++-----
 6 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 0cc5635..b0ab8bc 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 
 ## What is Apache Ignite?
 
-Apache Ignite is a horizontally scalable, fault-tolerant distributed in-memory computing platform for building real-time applications that can process terabytes of data with in-memory speed.
+Apache Ignite is a distributed database for in-memory speed and high-performance computing.
 
 <p align="center">
     <a href="https://ignite.apache.org">
@@ -19,6 +19,12 @@ Apache Ignite is a horizontally scalable, fault-tolerant distributed in-memory c
     </a>
 </p>
 
+* [Technical Documentation](https://ignite.apache.org/docs/latest/)
+* [JavaDoc](https://ignite.apache.org/releases/latest/javadoc/)
+* [C#/.NET APIs](https://ignite.apache.org/releases/latest/dotnetdoc/api/)
+* [C++ APIs](https://ignite.apache.org/releases/latest/cppdoc/)
+* [Scala APIs](https://ignite.apache.org/releases/latest/scaladoc/scalar/index.html)
+
 ## Multi-Tier Storage
 
 Apache Ignite is designed to work with memory, disk, and Intel Optane as active storage tiers. The memory tier allows using DRAM and IntelĀ® Optaneā„¢ operating in the Memory Mode for data storage and processing needs. The disk tier is optional with the support of two options -- you can persist data in an external database or keep it in the Ignite native persistence. SSD, Flash, HDD, or Intel Optane operating in the AppDirect Mode can be used as a storage device.
diff --git a/doap_Ignite.rdf b/doap_Ignite.rdf
index 03566d2..a9ff8f5 100644
--- a/doap_Ignite.rdf
+++ b/doap_Ignite.rdf
@@ -27,8 +27,8 @@
     <name>Apache Ignite</name>
     <homepage rdf:resource="http://ignite.apache.org" />
     <asfext:pmc rdf:resource="http://ignite.apache.org" />
-    <shortdesc>Apache Ignite is an In-Memory Database and Caching Platform providing in-memory data caching, partitioning, processing, and querying components.</shortdesc>
-    <description>Apache Ignite In-Memory Database and Caching Platform 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, in-memory SQL, in-memory file system, streaming, and more.</description>
+    <shortdesc>Apache Ignite is a distributed database for in-memory speed and high-performance computing.</shortdesc>
+    <description>Apache Ignite is a distributed database for in-memory speed and high-performance computing.</description>
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/IGNITE" />
     <mailing-list rdf:resource="https://ignite.apache.org/community/resources.html#mail-lists" />
     <download-page rdf:resource="https://ignite.apache.org/download" />
diff --git a/docs/_docs/extensions-and-integrations/ignite-for-spark/overview.adoc b/docs/_docs/extensions-and-integrations/ignite-for-spark/overview.adoc
index fff0ce9..11ff1c1 100644
--- a/docs/_docs/extensions-and-integrations/ignite-for-spark/overview.adoc
+++ b/docs/_docs/extensions-and-integrations/ignite-for-spark/overview.adoc
@@ -14,7 +14,7 @@
 // limitations under the License.
 = Ignite for Spark
 
-Apache Ignite is a distributed memory-centric database and caching platform that is used by Apache Spark users to:
+Apache Ignite is a distributed database for in-memory speed and high-performance computing that is used by Apache Spark users to:
 
 * Achieve true in-memory performance at scale and avoid data movement from a data source to Spark workers and applications.
 * Boost DataFrame and SQL performance.
diff --git a/docs/_docs/index.adoc b/docs/_docs/index.adoc
index a274fb1..b3f0430 100644
--- a/docs/_docs/index.adoc
+++ b/docs/_docs/index.adoc
@@ -14,7 +14,7 @@
 // limitations under the License.
 = Apache Ignite Documentation
 
-Apache Ignite is a distributed database for in-memory speed at petabyte scale.
+Apache Ignite is a distributed database for in-memory speed and high-performance computing.
 
 The technical documentation introduces you to the key capabilities, shows how to use certain features, or how to
 approach cluster optimizations and issues troubleshooting. If you are new to Ignite, then start with our
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
index 650796b..bb26644 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
@@ -40,10 +40,10 @@ Creating NuGet package:
         <icon>images\logo_ignite_128x128.png</icon>
         <requireLicenseAcceptance>false</requireLicenseAcceptance>
         <description>
-Apache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads, delivering in-memory speeds at petabyte scale.
+Apache Ignite is a distributed database for in-memory speed and high-performance computing.
 Supports .NET 4+ and .NET Core 2.0+.
             
-More info: https://apacheignite-net.readme.io/
+More info: https://ignite.apache.org/
         </description>
         <copyright>Copyright 2020</copyright>
         <tags>Apache Ignite In-Memory Distributed Computing SQL NoSQL Grid Map Reduce Cache linqpad-samples</tags>
diff --git a/modules/platforms/dotnet/docfx/index.md b/modules/platforms/dotnet/docfx/index.md
index ab6dcea..e1922a6 100644
--- a/modules/platforms/dotnet/docfx/index.md
+++ b/modules/platforms/dotnet/docfx/index.md
@@ -1,8 +1,7 @@
 # Apache Ignite.NET
 
-Apache Ignite is a [memory-centric](https://ignite.apache.org/arch/memorycentric.html) distributed database, 
-[caching](https://ignite.apache.org/features/datagrid.html), and processing platform for transactional, analytical, 
-and streaming workloads, delivering in-memory speeds at petabyte scale.
+Apache Ignite is a distributed database for in-memory speed and high-performance computing.
+
+* [Gettting Started](https://ignite.apache.org/docs/latest/quick-start/dotnet)
+* [API Documentation](https://ignite.apache.org/releases/latest/dotnetdoc/api/)
 
-* [API Documentation](api/)
-* [Gettting Started](https://apacheignite-net.readme.io/docs/getting-started)
\ No newline at end of file