From 2decaa3b6a6196d58882585aee1b7e586052c300 Mon Sep 17 00:00:00 2001 From: Madhavan Date: Tue, 14 Mar 2023 10:20:19 -0400 Subject: [PATCH 1/2] Trivial URL addition Signed-off-by: Madhavan Sridharan --- docs/reference/online-stores/cassandra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/online-stores/cassandra.md b/docs/reference/online-stores/cassandra.md index 30514305b6a..61659ba7a2d 100644 --- a/docs/reference/online-stores/cassandra.md +++ b/docs/reference/online-stores/cassandra.md @@ -2,7 +2,7 @@ ## Description -The [Cassandra / Astra DB] online store provides support for materializing feature values into an Apache Cassandra / Astra DB database for online features. +The [[Cassandra](https://cassandra.apache.org/_/index.html) / [Astra DB](https://www.datastax.com/products/datastax-astra?utm_source=feast)] online store provides support for materializing feature values into an Apache Cassandra / Astra DB database for online features. * The whole project is contained within a Cassandra keyspace * Each feature view is mapped one-to-one to a specific Cassandra table From 3933dbe760a2d4951e6a92e09bc35472bdf731ea Mon Sep 17 00:00:00 2001 From: Madhavan Date: Tue, 14 Mar 2023 10:21:23 -0400 Subject: [PATCH 2/2] Trivial URL addition Signed-off-by: Madhavan Sridharan --- docs/reference/online-stores/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/online-stores/overview.md b/docs/reference/online-stores/overview.md index 981a1aeeed0..7a51a9a4687 100644 --- a/docs/reference/online-stores/overview.md +++ b/docs/reference/online-stores/overview.md @@ -34,7 +34,7 @@ Details for each specific online store, such as how to configure it in a `featur Below is a matrix indicating which online stores support what functionality. -| | Sqlite | Redis | DynamoDB | Snowflake | Datastore | Postgres | Hbase | Cassandra | +| | Sqlite | Redis | DynamoDB | Snowflake | Datastore | Postgres | Hbase | [[Cassandra](https://cassandra.apache.org/_/index.html) / [Astra DB](https://www.datastax.com/products/datastax-astra?utm_source=feast)] | | :-------------------------------------------------------- | :-- | :-- | :-- | :-- | :-- | :-- | :-- | :-- | | write feature values to the online store | yes | yes | yes | yes | yes | yes | yes | yes | | read feature values from the online store | yes | yes | yes | yes | yes | yes | yes | yes |