Skip to content

Commit

Permalink
DOCS-822: Overview / What is... changes for 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhowell committed May 23, 2024
1 parent 83720d8 commit 8918016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.Get Started
* xref:index.adoc[]
* xref:index.adoc[What is Hazelcast Platform]
* xref:whats-new.adoc[What's New in 5.4]
include::getting-started:partial$nav.adoc[]
Expand Down
8 changes: 2 additions & 6 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Hazelcast Overview
= What is Hazelcast Platform?
:!page-pagination:
:description: Hazelcast Platform uniquely combines a distributed compute engine and a fast data store in one runtime. It offers unmatched performance, resilience and scale for real-time and AI-driven applications.

Expand All @@ -19,8 +19,6 @@ machines; replication gives you resilience to failures of cluster members.
Hazelcast is implemented in Java language and has clients for Java, C++, .NET, REST, Python,
Go and Node.js. Hazelcast also speaks Memcached and REST protocols.

include::clients:partial$rest-deprecation.adoc[]

Your cloud-native applications can easily use Hazelcast.
It is flexible enough to use as a data and computing platform out-of-the-box
or as a framework for your own cloud-native applications and microservices.
Expand Down Expand Up @@ -129,7 +127,7 @@ among the available cluster members. They can contain hundreds or thousands of d
depending on the memory capacity of your system. Hazelcast also automatically creates backups of these partitions
which are also distributed in the cluster. This makes Hazelcast resilient to data loss.

NOTE: _Node_ and _Member_ are interchangeable, and both mean a Java Virtual Machine (JVM) on which one or more instances of Hazelcast are in operation.
NOTE: “Node” and “Member” are interchangeable, and both mean a Java Virtual Machine (JVM) on which one or more instances of Hazelcast software are in operation.

Hazelcast's *streaming engine* focuses on data transformation while it does all the heavy
lifting of getting the data flowing and computation running across a cluster of members.
Expand All @@ -145,5 +143,3 @@ unified across different sources of the data. See the xref:pipelines:sources-sin
for more information about the unified connector API and the supported sources and sinks.




0 comments on commit 8918016

Please sign in to comment.