Skip to content

Commit bf86bd0

Browse files
authored
docs: Trivial updates to documentation for better clarity (feast-dev#3533)
* Trivial URL addition Signed-off-by: Madhavan Sridharan <madhavan.sridharan@datastax.com> * Trivial URL addition Signed-off-by: Madhavan Sridharan <madhavan.sridharan@datastax.com> --------- Signed-off-by: Madhavan Sridharan <madhavan.sridharan@datastax.com>
1 parent 3cefd6c commit bf86bd0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference/online-stores/cassandra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Description
44

5-
The [Cassandra / Astra DB] online store provides support for materializing feature values into an Apache Cassandra / Astra DB database for online features.
5+
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.
66

77
* The whole project is contained within a Cassandra keyspace
88
* Each feature view is mapped one-to-one to a specific Cassandra table

docs/reference/online-stores/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Details for each specific online store, such as how to configure it in a `featur
3434

3535
Below is a matrix indicating which online stores support what functionality.
3636

37-
| | Sqlite | Redis | DynamoDB | Snowflake | Datastore | Postgres | Hbase | Cassandra |
37+
| | 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)] |
3838
| :-------------------------------------------------------- | :-- | :-- | :-- | :-- | :-- | :-- | :-- | :-- |
3939
| write feature values to the online store | yes | yes | yes | yes | yes | yes | yes | yes |
4040
| read feature values from the online store | yes | yes | yes | yes | yes | yes | yes | yes |

0 commit comments

Comments
 (0)