Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add roadmap to documentation #1528

Merged
merged 1 commit into from
May 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Roadmap

Our current proposed roadmap for 0.11 and onward is as follows

## Backlog

- Add On demand transformations support
- Add Data quality monitoring
- Add Snowflake offline store support
- Add Bigtable support
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this for online store support?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep!


## Scheduled for development (next 3 months)

- Ensure Feast Serving is compatible with the new Feast (#1497)
- Decouple Feast Serving from Feast Core
- Add FeatureView support to Feast Serving
- Update Helm Charts (remove Core, Postgres, Job Service, Spark)
- Add Redis support for Feast (#1497)
- Add direct deployment support to AWS and GCP
- Add Dynamo support (#1409)
- Add Redshift support (#1492)
- Add Push/Ingestion API support

## Feast 0.10

### **New Functionality**
Expand Down