@@ -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 )
0 commit comments