You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add templating of roadmap to README.md
Signed-off-by: Willem Pienaar <[email protected]>
* Add pre-commit hook for building templates
Signed-off-by: Willem Pienaar <[email protected]>
* Change text in roadmap
Signed-off-by: Willem Pienaar <[email protected]>
* Add emoji
Signed-off-by: Willem Pienaar <[email protected]>
* Fix casing
Signed-off-by: Willem Pienaar <[email protected]>
The above architecture is the minimal Feast deployment. Want to run the full Feast on GCP/AWS? Click [here](https://docs.feast.dev/how-to-guides/feast-gcp-aws).
The list below contains Feast functionality that contributors are planning to develop
131
+
* Items below may indicate if it is planned for development or whether development is in progress.
132
+
* We welcome contribution to all items in the roadmap, especially those that are not currently planned or in development.
133
+
* Want to influence our roadmap and prioritization? Submit your feedback to [this form](https://docs.google.com/forms/d/e/1FAIpQLSfa1nRQ0sKz-JEFnMMCi4Jseag_yDssO_3nV9qMfxfrkil-wA/viewform).
134
+
* Want to speak to a Feast contributor? We are more than happy to jump on a quick call. Please schedule a time using [Calendly](https://calendly.com/d/x2ry-g5bb/meet-with-feast-team).
-[ ] Streaming ingestion on AWS (Planned for Q4 2021)
170
+
-[ ] Streaming ingestion on GCP
171
+
172
+
173
+
-**Feature Engineering**
174
+
-[ ] On-demand Transformations (Development in progress. See [RFC](https://docs.google.com/document/d/1lgfIw0Drc65LpaxbUu49RCeJgMew547meSJttnUqz7c/edit#))
175
+
-[ ] Batch transformation (SQL)
176
+
-[ ] Streaming transformation
177
+
178
+
179
+
-**Deployments**
180
+
-[ ] AWS Lambda (Development in progress. See [RFC](https://docs.google.com/document/d/1eZWKWzfBif66LDN32IajpaG-j82LSHCCOzY6R7Ax7MI/edit))
181
+
-[ ] Cloud Run
182
+
-[ ] Kubernetes
183
+
-[ ] KNative
184
+
185
+
186
+
-**Feature Serving**
187
+
-[x] Python Client
188
+
-[ ] REST Feature Server (Python) (Development in progress. See [RFC](https://docs.google.com/document/d/1iXvFhAsJ5jgAhPOpTdB3j-Wj1S9x3Ev_Wr6ZpnLzER4/edit))
189
+
-[ ] gRPC Feature Server (Java) (See [#1497](https://github.com/feast-dev/feast/issues/1497))
190
+
-[ ] Java Client
191
+
-[ ] Go Client
192
+
-[ ] Push API
193
+
-[ ] Delete API
194
+
-[ ] Feature Logging (for training)
195
+
196
+
197
+
-**Data Quality Management**
198
+
-[ ] Data profiling and validation (Great Expectations) (Planned for Q4 2021)
Feast is a community project and is still under active development. Please have a look at our contributing and development guides if you want to contribute to the project:
138
225
-[Contribution Process for Feast](https://docs.feast.dev/project/contributing)
139
226
-[Development Guide for Feast](https://docs.feast.dev/project/development-guide)
140
227
-[Development Guide for the Main Feast Repository](./CONTRIBUTING.md)
Copy file name to clipboardExpand all lines: docs/feast-on-kubernetes/getting-started/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Getting started
2
2
3
3
{% hint style="danger" %}
4
-
Feast on Kubernetes is only supported using Feast 0.9 \(and below\). We are working to add support for Feast on Kubernetes with the latest release of Feast\(0.10+\). Please see our [roadmap](../../roadmap.md) for more details.
4
+
Feast on Kubernetes is only supported using Feast 0.9 \(and below\). We are working to add support for Feast on Kubernetes with the latest release of Feast. Please see our [roadmap](../../roadmap.md) for more details.
0 commit comments