From 08183ed38581eb655e2f6055c50b9223fcf9662e Mon Sep 17 00:00:00 2001 From: Maxim Korolyov Date: Mon, 17 Feb 2025 02:19:27 +0100 Subject: [PATCH] fix: Add scylladb to online stores list in docs (#5061) add scylladb to online stores deps Signed-off-by: Maxim Korolyov --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e02fb978d7b..1052a93c11e 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,7 @@ The list below contains the functionality that contributors are planning to deve * [x] [Azure Cache for Redis (community plugin)](https://github.com/Azure/feast-azure) * [x] [Postgres (contrib plugin)](https://docs.feast.dev/reference/online-stores/postgres) * [x] [Cassandra / AstraDB (contrib plugin)](https://docs.feast.dev/reference/online-stores/cassandra) + * [x] [ScyllaDB (contrib plugin)](https://docs.feast.dev/reference/online-stores/scylladb) * [x] [Custom online store support](https://docs.feast.dev/how-to-guides/customizing-feast/adding-support-for-a-new-online-store) * **Feature Engineering** * [x] On-demand Transformations (Beta release. See [RFC](https://docs.google.com/document/d/1lgfIw0Drc65LpaxbUu49RCeJgMew547meSJttnUqz7c/edit#))