[Discuss] Feast Enhancements
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 20/100
- Issue type
- Feature
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- java
- Domain
- backend-api-design, databases, machine-learning
Research direction
Start by reading the existing FeatureTableSpec and GetOnlineFeaturesV2 API/SDK entry points, then compare the proposed tenant, apply, delete, and SPI areas. Because this is a broad discussion rather than a scoped task, split one enhancement into an individual issue with named code paths and tests; define what done means there.
Written by the indexing model from the issue text.
Description
My team has been evaluating Feast for adoption and have identified a few improvements we'd like to contribute for our use cases. @woop suggested starting a thread for discussion to make sure they are a good fit.
Support for SPI extensions
We'd like to add extension points for our existing infrastructure for things like:
- FeatureTable change detection (notifying existing data pipeline and catalog services when a feature table is created or modified)
- Implementing online storage operations for our store (HBase)
Multi-tenancy support
Our infrastructure is entirely multi-tenant. We authorize API calls and store data on a per-tenant basis.
On the surface, we'd need something like the following in Feast:
- Ability to define an optional
TenantSpec tenantattribute inFeatureTableSpecthat defines the name + type of a tenant field for feature table keys (e.g., name = 'TenantId'; type = 'string') - Adding an optional
tenantattribute to ingestion and serving APIs (+SDK methods) - Transparently adding the tenant to storage operations when the tenant attribute is set (e.g., including 'TenantId=foo' in row keys)
Direct online write support
We have use cases that would like to write to feature store directly. Adding an ApplyOnlineFeatures API (+SDK support) would satisfy these use cases. The API would semantically resemble the GetOnlineFeaturesV2 API (write feature table values for specific entity rows).
Delete online feature support
We maintain GDPR compliance by propagating delete record signals from upstream data systems. Essentially we'd need a DeleteOnlineFeatures API (+SDK support) that resembles GetOnlineFeaturesV2 and ApplyOnlineFeatures (delete feature table values for specific entity rows).
If these seem like reasonable enhancements to Feast we can file individual issues and PRs to contribute these incrementally.
- Dominant language
- Java
- Stars
- 12
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from feast-dev/feast-java-old
-
[Discuss] Support different stores for different projects in one single feast-serving container Open
feast-dev/feast-java-old#30 · 2 comments · 1 assignee ·
-
feast-dev/feast-java-old#20 · 8 comments · 1 assignee ·
All issues in feast-dev/feast-java-old
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
elastic/gradle-plugins#157 ·
-
enhancement Tools
Difficulty 1/5 Under an hour Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
apache/rocketmq-dashboard#5008 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
DETECT_PARAMETER_NAMES=false silently disables @ConstructorProperties-based Creator detection too Open
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
FasterXML/jackson-databind#6229 ·