Skip to content

Commit 68dade5

Browse files
committed
Fix readme by running compile-templates
Signed-off-by: Danny Chiao <[email protected]>
1 parent 46a21ce commit 68dade5

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The list below contains the functionality that contributors are planning to deve
142142
* [x] [Hive (community plugin)](https://github.com/baineng/feast-hive)
143143
* [x] [Postgres (community plugin)](https://github.com/nossrannug/feast-postgres)
144144
* [x] Kafka source (with [push support into the online store](reference/alpha-stream-ingestion.md))
145-
* [ ] Snowflake source (Planned for Q4 2021)
145+
* [x] [Snowflake source (community plugin)](https://github.com/sfc-gh-madkins/feast-snowflake)
146146
* [ ] HTTP source
147147
* **Offline Stores**
148148
* [x] [Redshift](https://docs.feast.dev/reference/offline-stores/redshift)
@@ -152,8 +152,8 @@ The list below contains the functionality that contributors are planning to deve
152152
* [x] [Postgres (community plugin)](https://github.com/nossrannug/feast-postgres)
153153
* [x] [In-memory / Pandas](https://docs.feast.dev/reference/offline-stores/file)
154154
* [x] [Custom offline store support](https://docs.feast.dev/how-to-guides/adding-a-new-offline-store)
155-
* [ ] Snowflake (Planned for Q4 2021)
156-
* [ ] Trino (Planned for Q4 2021)
155+
* [x] [Snowflake (community plugin)](https://github.com/sfc-gh-madkins/feast-snowflake)
156+
* [x] [Trino (communiuty plugin)](https://github.com/Shopify/feast-trino)
157157
* **Online Stores**
158158
* [x] [DynamoDB](https://docs.feast.dev/reference/online-stores/dynamodb)
159159
* [x] [Redis](https://docs.feast.dev/reference/online-stores/redis)
@@ -171,12 +171,12 @@ The list below contains the functionality that contributors are planning to deve
171171
* [ ] Streaming ingestion on GCP
172172
* **Feature Engineering**
173173
* [x] On-demand Transformations (Alpha release. See [RFC](https://docs.google.com/document/d/1lgfIw0Drc65LpaxbUu49RCeJgMew547meSJttnUqz7c/edit#))
174-
* [ ] Batch transformation (SQL)
174+
* [ ] Batch transformation (SQL. In progress. See [RFC](https://docs.google.com/document/d/1964OkzuBljifDvkV-0fakp2uaijnVzdwWNGdz7Vz50A/edit))
175175
* [ ] Streaming transformation
176176
* **Deployments**
177177
* [x] AWS Lambda (Alpha release. See [RFC](https://docs.google.com/document/d/1eZWKWzfBif66LDN32IajpaG-j82LSHCCOzY6R7Ax7MI/edit))
178+
* [x] Kubernetes (See [guide](https://docs.feast.dev/how-to-guides/running-feast-in-production#4.3.-java-based-feature-server-deployed-on-kubernetes))
178179
* [ ] Cloud Run
179-
* [ ] Kubernetes
180180
* [ ] KNative
181181
* **Feature Serving**
182182
* [x] Python Client
@@ -187,18 +187,17 @@ The list below contains the functionality that contributors are planning to deve
187187
* [ ] Go Client
188188
* [ ] Delete API
189189
* [ ] Feature Logging (for training)
190-
* **Data Quality Management**
191-
* [ ] Data profiling and validation (Great Expectations) (Planned for Q4 2021)
190+
* **Data Quality Management (See [RFC](https://docs.google.com/document/d/110F72d4NTv80p35wDSONxhhPBqWRwbZXG4f9mNEMd98/edit))**
191+
* [ ] Data profiling and validation (Great Expectations) (Planned for Q1 2022)
192192
* [ ] Metric production
193193
* [ ] Training-serving skew detection
194194
* [ ] Drift detection
195-
* [ ] Alerting
196195
* **Feature Discovery and Governance**
197196
* [x] Python SDK for browsing feature registry
198197
* [x] CLI for browsing feature registry
199198
* [x] Model-centric feature tracking (feature services)
200199
* [ ] REST API for browsing feature registry
201-
* [ ] Feast Web UI (Planned for Q4 2021)
200+
* [ ] Feast Web UI
202201
* [ ] Feature versioning
203202
* [ ] Amundsen integration
204203

0 commit comments

Comments
 (0)