Skip to content

Commit 54faf61

Browse files
authored
docs: Fix broken links in roadmap page (#3299)
Signed-off-by: Achal Shah <achals@gmail.com> Signed-off-by: Achal Shah <achals@gmail.com>
1 parent af4bac3 commit 54faf61

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The list below contains the functionality that contributors are planning to deve
167167
* [x] [Trino (contrib plugin)](https://github.com/Shopify/feast-trino)
168168
* [x] [Spark (contrib plugin)](https://docs.feast.dev/reference/offline-stores/spark)
169169
* [x] [In-memory / Pandas](https://docs.feast.dev/reference/offline-stores/file)
170-
* [x] [Custom offline store support](https://docs.feast.dev/how-to-guides/adding-a-new-offline-store)
170+
* [x] [Custom offline store support](https://docs.feast.dev/how-to-guides/customizing-feast/adding-a-new-offline-store)
171171
* **Online Stores**
172172
* [x] [Snowflake](https://docs.feast.dev/reference/online-stores/snowflake)
173173
* [x] [DynamoDB](https://docs.feast.dev/reference/online-stores/dynamodb)
@@ -178,18 +178,18 @@ The list below contains the functionality that contributors are planning to deve
178178
* [x] [Azure Cache for Redis (community plugin)](https://github.com/Azure/feast-azure)
179179
* [x] [Postgres (contrib plugin)](https://docs.feast.dev/reference/online-stores/postgres)
180180
* [x] [Cassandra / AstraDB (contrib plugin)](https://docs.feast.dev/reference/online-stores/cassandra)
181-
* [x] [Custom online store support](https://docs.feast.dev/how-to-guides/adding-support-for-a-new-online-store)
181+
* [x] [Custom online store support](https://docs.feast.dev/how-to-guides/customizing-feast/adding-support-for-a-new-online-store)
182182
* **Feature Engineering**
183183
* [x] On-demand Transformations (Alpha release. See [RFC](https://docs.google.com/document/d/1lgfIw0Drc65LpaxbUu49RCeJgMew547meSJttnUqz7c/edit#))
184184
* [x] Streaming Transformations (Alpha release. See [RFC](https://docs.google.com/document/d/1UzEyETHUaGpn0ap4G82DHluiCj7zEbrQLkJJkKSv4e8/edit))
185185
* [ ] Batch transformation (In progress. See [RFC](https://docs.google.com/document/d/1964OkzuBljifDvkV-0fakp2uaijnVzdwWNGdz7Vz50A/edit))
186186
* **Streaming**
187-
* [x] [Custom streaming ingestion job support](https://docs.feast.dev/how-to-guides/creating-a-custom-provider)
187+
* [x] [Custom streaming ingestion job support](https://docs.feast.dev/how-to-guides/customizing-feast/creating-a-custom-provider)
188188
* [x] [Push based streaming data ingestion to online store](https://docs.feast.dev/reference/data-sources/push)
189189
* [x] [Push based streaming data ingestion to offline store](https://docs.feast.dev/reference/data-sources/push)
190190
* **Deployments**
191191
* [x] AWS Lambda (Alpha release. See [RFC](https://docs.google.com/document/d/1eZWKWzfBif66LDN32IajpaG-j82LSHCCOzY6R7Ax7MI/edit))
192-
* [x] Kubernetes (See [guide](https://docs.feast.dev/how-to-guides/running-feast-in-production#4.3.-java-based-feature-server-deployed-on-kubernetes))
192+
* [x] Kubernetes (See [guide](https://docs.feast.dev/how-to-guides/running-feast-in-production))
193193
* **Feature Serving**
194194
* [x] Python Client
195195
* [x] [Python feature server](https://docs.feast.dev/reference/feature-servers/python-feature-server)

docs/roadmap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The list below contains the functionality that contributors are planning to deve
2525
* [x] [Trino (contrib plugin)](https://github.com/Shopify/feast-trino)
2626
* [x] [Spark (contrib plugin)](https://docs.feast.dev/reference/offline-stores/spark)
2727
* [x] [In-memory / Pandas](https://docs.feast.dev/reference/offline-stores/file)
28-
* [x] [Custom offline store support](https://docs.feast.dev/how-to-guides/adding-a-new-offline-store)
28+
* [x] [Custom offline store support](https://docs.feast.dev/how-to-guides/customizing-feast/adding-a-new-offline-store)
2929
* **Online Stores**
3030
* [x] [Snowflake](https://docs.feast.dev/reference/online-stores/snowflake)
3131
* [x] [DynamoDB](https://docs.feast.dev/reference/online-stores/dynamodb)
@@ -36,18 +36,18 @@ The list below contains the functionality that contributors are planning to deve
3636
* [x] [Azure Cache for Redis (community plugin)](https://github.com/Azure/feast-azure)
3737
* [x] [Postgres (contrib plugin)](https://docs.feast.dev/reference/online-stores/postgres)
3838
* [x] [Cassandra / AstraDB (contrib plugin)](https://docs.feast.dev/reference/online-stores/cassandra)
39-
* [x] [Custom online store support](https://docs.feast.dev/how-to-guides/adding-support-for-a-new-online-store)
39+
* [x] [Custom online store support](https://docs.feast.dev/how-to-guides/customizing-feast/adding-support-for-a-new-online-store)
4040
* **Feature Engineering**
4141
* [x] On-demand Transformations (Alpha release. See [RFC](https://docs.google.com/document/d/1lgfIw0Drc65LpaxbUu49RCeJgMew547meSJttnUqz7c/edit#))
4242
* [x] Streaming Transformations (Alpha release. See [RFC](https://docs.google.com/document/d/1UzEyETHUaGpn0ap4G82DHluiCj7zEbrQLkJJkKSv4e8/edit))
4343
* [ ] Batch transformation (In progress. See [RFC](https://docs.google.com/document/d/1964OkzuBljifDvkV-0fakp2uaijnVzdwWNGdz7Vz50A/edit))
4444
* **Streaming**
45-
* [x] [Custom streaming ingestion job support](https://docs.feast.dev/how-to-guides/creating-a-custom-provider)
45+
* [x] [Custom streaming ingestion job support](https://docs.feast.dev/how-to-guides/customizing-feast/creating-a-custom-provider)
4646
* [x] [Push based streaming data ingestion to online store](https://docs.feast.dev/reference/data-sources/push)
4747
* [x] [Push based streaming data ingestion to offline store](https://docs.feast.dev/reference/data-sources/push)
4848
* **Deployments**
4949
* [x] AWS Lambda (Alpha release. See [RFC](https://docs.google.com/document/d/1eZWKWzfBif66LDN32IajpaG-j82LSHCCOzY6R7Ax7MI/edit))
50-
* [x] Kubernetes (See [guide](https://docs.feast.dev/how-to-guides/running-feast-in-production#4.3.-java-based-feature-server-deployed-on-kubernetes))
50+
* [x] Kubernetes (See [guide](https://docs.feast.dev/how-to-guides/running-feast-in-production))
5151
* **Feature Serving**
5252
* [x] Python Client
5353
* [x] [Python feature server](https://docs.feast.dev/reference/feature-servers/python-feature-server)

0 commit comments

Comments
 (0)