Skip to content

Commit f35d41d

Browse files
adchiafelixwang9817
authored andcommitted
GitBook: [#309] Update roadmap for 0.14
1 parent 685f72e commit f35d41d

1 file changed

Lines changed: 43 additions & 31 deletions

File tree

docs/roadmap.md

Lines changed: 43 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,85 @@
11
# Roadmap
22

3+
4+
35
The list below contains the functionality that contributors are planning to develop for Feast
46

5-
* Items below that are in development \(or planned for development\) will be indicated in parentheses.
7+
* Items below that are in development (or planned for development) will be indicated in parentheses.
68
* We welcome contribution to all items in the roadmap!
7-
* 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).
9+
* 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).
810
* Want to speak to a Feast contributor? We are more than happy to jump on a call. Please schedule a time using [Calendly](https://calendly.com/d/x2ry-g5bb/meet-with-feast-team).
911

1012

1113

12-
* **Data Sources**
13-
* [x] [Redshift source](https://docs.feast.dev/reference/data-sources/redshift)
14-
* [x] [BigQuery source](https://docs.feast.dev/reference/data-sources/bigquery)
15-
* [x] [Parquet file source](https://docs.feast.dev/reference/data-sources/file)
16-
* [ ] Kafka source \(Planned for Q4 2021\)
17-
* [ ] HTTP source
18-
* [ ] Snowflake source
19-
* [ ] Synapse source
14+
* **Data Sources**
15+
16+
* [x] [Redshift source](https://docs.feast.dev/reference/data-sources/redshift)
17+
* [x] [BigQuery source](https://docs.feast.dev/reference/data-sources/bigquery)
18+
* [x] [Parquet file source](https://docs.feast.dev/reference/data-sources/file)
19+
* [ ] Kafka source (Planned for Q4 2021)
20+
* [ ] Synapse source (Planned for Q4 2021)
21+
* [ ] Snowflake source (Planned for Q4 2021)
22+
* [ ] HTTP source
23+
24+
2025
* **Offline Stores**
2126
* [x] [Redshift](https://docs.feast.dev/reference/offline-stores/redshift)
2227
* [x] [BigQuery](https://docs.feast.dev/reference/offline-stores/bigquery)
2328
* [x] [In-memory / Pandas](https://docs.feast.dev/reference/offline-stores/file)
2429
* [x] [Custom offline store support](https://docs.feast.dev/how-to-guides/adding-a-new-offline-store)
25-
* [x] [Hive \(community maintained\)](https://github.com/baineng/feast-hive)
26-
* [ ] Snowflake
27-
* [ ] Synapse
30+
* [x] [Hive (community maintained)](https://github.com/baineng/feast-hive)
31+
* [x] [Postgres (community maintained)](https://github.com/nossrannug/feast-postgres)
32+
* [ ] Snowflake (Planned for Q4 2021)
33+
* [ ] Synapse (Planned for Q4 2021)\
34+
2835
* **Online Stores**
2936
* [x] [DynamoDB](https://docs.feast.dev/reference/online-stores/dynamodb)
3037
* [x] [Redis](https://docs.feast.dev/reference/online-stores/redis)
3138
* [x] [Datastore](https://docs.feast.dev/reference/online-stores/datastore)
3239
* [x] [SQLite](https://docs.feast.dev/reference/online-stores/sqlite)
3340
* [x] [Custom online store support](https://docs.feast.dev/how-to-guides/adding-support-for-a-new-online-store)
34-
* [ ] Postgres
41+
* [x] [Postgres (community maintained)](https://github.com/nossrannug/feast-postgres)
3542
* [ ] Bigtable
36-
* [ ] Cassandra
43+
* [ ] Cassandra\
44+
3745
* **Streaming**
38-
* [ ] [Custom streaming ingestion job support](https://docs.feast.dev/how-to-guides/creating-a-custom-provider)
39-
* [ ] Streaming ingestion on AWS \(Planned for Q4 2021\)
40-
* [ ] Streaming ingestion on GCP
46+
* [x] [Custom streaming ingestion job support](https://docs.feast.dev/how-to-guides/creating-a-custom-provider)
47+
* [ ] Streaming ingestion on AWS (Planned for Q4 2021)
48+
* [ ] Streaming ingestion on GCP\
49+
4150
* **Feature Engineering**
42-
* [ ] On-demand Transformations \(Development in progress. See [RFC](https://docs.google.com/document/d/1lgfIw0Drc65LpaxbUu49RCeJgMew547meSJttnUqz7c/edit#)\)
43-
* [ ] Batch transformation \(SQL\)
44-
* [ ] Streaming transformation
51+
* [x] On-demand Transformations (Alpha release. See [RFC](https://docs.google.com/document/d/1lgfIw0Drc65LpaxbUu49RCeJgMew547meSJttnUqz7c/edit#))
52+
* [ ] Batch transformation (SQL)
53+
* [ ] Streaming transformation\
54+
4555
* **Deployments**
46-
* [ ] AWS Lambda \(Development in progress. See [RFC](https://docs.google.com/document/d/1eZWKWzfBif66LDN32IajpaG-j82LSHCCOzY6R7Ax7MI/edit)\)
56+
* [x] AWS Lambda (Alpha release. See [RFC](https://docs.google.com/document/d/1eZWKWzfBif66LDN32IajpaG-j82LSHCCOzY6R7Ax7MI/edit))
4757
* [ ] Cloud Run
4858
* [ ] Kubernetes
49-
* [ ] KNative
59+
* [ ] KNative\
60+
5061
* **Feature Serving**
5162
* [x] Python Client
52-
* [ ] REST Feature Server \(Python\) \(Development in progress. See [RFC](https://docs.google.com/document/d/1iXvFhAsJ5jgAhPOpTdB3j-Wj1S9x3Ev_Wr6ZpnLzER4/edit)\)
53-
* [ ] gRPC Feature Server \(Java\) \(See [\#1497](https://github.com/feast-dev/feast/issues/1497)\)
63+
* [x] REST Feature Server (Python) (Alpha release. See [RFC](https://docs.google.com/document/d/1iXvFhAsJ5jgAhPOpTdB3j-Wj1S9x3Ev_Wr6ZpnLzER4/edit))
64+
* [x] gRPC Feature Server (Java) (See [#1497](https://github.com/feast-dev/feast/issues/1497))
5465
* [ ] Java Client
5566
* [ ] Go Client
5667
* [ ] Push API
5768
* [ ] Delete API
58-
* [ ] Feature Logging \(for training\)
69+
* [ ] Feature Logging (for training)\
70+
5971
* **Data Quality Management**
60-
* [ ] Data profiling and validation \(Great Expectations\) \(Planned for Q4 2021\)
72+
* [ ] Data profiling and validation (Great Expectations) (Planned for Q4 2021)
6173
* [ ] Metric production
6274
* [ ] Training-serving skew detection
6375
* [ ] Drift detection
64-
* [ ] Alerting
76+
* [ ] Alerting\
77+
6578
* **Feature Discovery and Governance**
6679
* [x] Python SDK for browsing feature registry
6780
* [x] CLI for browsing feature registry
68-
* [x] Model-centric feature tracking \(feature services\)
81+
* [x] Model-centric feature tracking (feature services)
6982
* [ ] REST API for browsing feature registry
70-
* [ ] Feast Web UI \(Planned for Q4 2021\)
83+
* [ ] Feast Web UI (Planned for Q4 2021)
7184
* [ ] Feature versioning
7285
* [ ] Amundsen integration
73-

0 commit comments

Comments
 (0)