Skip to content

Commit

Permalink
ignite docs: updated Ignite definition in the documentation and readm…
Browse files Browse the repository at this point in the history
…e-like files
  • Loading branch information
Denis Magda committed Jan 15, 2021
1 parent 7faf7be commit f134fb4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## What is Apache Ignite?

Apache Ignite is a distributed database for in-memory speed and high-performance computing.
Apache Ignite is a distributed database for high-performance computing with in-memory speed.

<p align="center">
<a href="https://ignite.apache.org">
Expand Down
4 changes: 2 additions & 2 deletions doap_Ignite.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -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 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>
<shortdesc>Apache Ignite is a distributed database for high-performance computing with in-memory speed.</shortdesc>
<description>Apache Ignite is a distributed database for high-performance computing with in-memory speed.</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" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// limitations under the License.
= Ignite for Spark

Apache Ignite is a distributed database for in-memory speed and high-performance computing that is used by Apache Spark users to:
Apache Ignite is a distributed database for high-performance computing with in-memory speed 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.
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// limitations under the License.
= Apache Ignite Documentation

Apache Ignite is a distributed database for in-memory speed and high-performance computing.
Apache Ignite is a distributed database for high-performance computing with in-memory speed.

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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Creating NuGet package:
<icon>images\logo_ignite_128x128.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Apache Ignite is a distributed database for in-memory speed and high-performance computing.
Apache Ignite is a distributed database for high-performance computing with in-memory speed.
Supports .NET 4+ and .NET Core 2.0+.

More info: https://ignite.apache.org/
Expand Down
2 changes: 1 addition & 1 deletion modules/platforms/dotnet/docfx/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache Ignite.NET

Apache Ignite is a distributed database for in-memory speed and high-performance computing.
Apache Ignite is a distributed database for high-performance computing with in-memory speed.

* [Gettting Started](https://ignite.apache.org/docs/latest/quick-start/dotnet)
* [API Documentation](https://ignite.apache.org/releases/latest/dotnetdoc/api/)
Expand Down

0 comments on commit f134fb4

Please sign in to comment.