You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/online-stores/hazelcast.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
3
3
## Description
4
4
5
-
Hazelcast online store is in alpha development.
5
+
The Hazelcast online store is in alpha development.
6
6
7
7
The [Hazelcast](htpps://hazelcast.com) online store provides support for materializing feature values into a Hazelcast cluster for serving online features in real-time.
8
-
In order to use Hazelcast as online store, you need to have a running Hazelcast cluster. You can create a cluster using Hazelcast Viridian Serverless. See this [getting started](https://hazelcast.com/get-started/) page for more details.
8
+
In order to use Hazelcast as an online store, you need to have a running Hazelcast cluster. You can create a cluster using Hazelcast Viridian Serverless. See this [getting started](https://hazelcast.com/get-started/) page for more details.
9
9
10
10
* Each feature view is mapped one-to-one to a specific Hazelcast IMap
11
11
* This implementation inherits all strengths of Hazelcast such as high availability, fault-tolerance, and data distribution.
12
12
* Secure TSL/SSL connection is supported by Hazelcast online store.
13
13
* You can set TTL (Time-To-Live) setting for your features in Hazelcast cluster.
14
14
15
-
Each feature view corresponds to an IMap in Hazelcast cluster and the entries in that IMap corresponds to features of entities.
15
+
Each feature view corresponds to an IMap in Hazelcast cluster and the entries in that IMap correspond to features of entities.
16
16
Each feature value stored separately and can be retrieved individually.
0 commit comments