Is your feature request related to a problem? Please describe.
Several things are harder than they should be today:
- Tag searching / filtering
- Discovery of feature views / data sources / models
- Understanding lineage of models are difficult.
- Understanding what features are available / materialized to the online store
- Managing features across projects
Describe the solution you'd like
A Feast Web UI that enables discovery of features, data sources, and models across projects.
After initial launch
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
Several things are harder than they should be today:
Describe the solution you'd like
A Feast Web UI that enables discovery of features, data sources, and models across projects.
feast uithat scans subdirectories forfeature_store.yamland callsfeast registry-dumpand pipes it to a known location for the web UI to reference. It also should produce theproject-list.jsonthat we use for the landing page. This should also start the local web ui server.After initial launch
feature_store.yamlwhich populates the landing page of a given project in the UI and is output in the "registry" dump)Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.