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/overview.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,26 +29,26 @@ See this [issue](https://github.com/feast-dev/feast/issues/2254) for a discussio
29
29
## Functionality Matrix
30
30
31
31
There are currently five core online store implementations: `SqliteOnlineStore`, `RedisOnlineStore`, `DynamoDBOnlineStore`, `SnowflakeOnlineStore`, and `DatastoreOnlineStore`.
32
-
There are several additional implementations contributed by the Feast community (`PostgreSQLOnlineStore`, `HbaseOnlineStore`, `CassandraOnlineStore`and `IKVOnlineStore`), which are not guaranteed to be stable or to match the functionality of the core implementations.
32
+
There are several additional implementations contributed by the Feast community (`PostgreSQLOnlineStore`, `HbaseOnlineStore`and `CassandraOnlineStore`), which are not guaranteed to be stable or to match the functionality of the core implementations.
33
33
Details for each specific online store, such as how to configure it in a `feature_store.yaml`, can be found [here](README.md).
34
34
35
35
Below is a matrix indicating which online stores support what functionality.
0 commit comments