[Discuss] Feast Enhancements
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Idoneità per principianti
- 20/100
- Tipo di issue
- Funzionalità
- Chiarezza
- Da chiarire
- Stato di attività
- Ferma
- Stack tecnologico
- java
- Ambito
- backend-api-design, databases, machine-learning
Direzione di ricerca
Inizia leggendo gli entry point esistenti dell'API/SDK di FeatureTableSpec e GetOnlineFeaturesV2, quindi confronta le aree proposte per tenant, apply, delete e SPI. Poiché si tratta più di una discussione ampia che di un'attività circoscritta, suddividi un miglioramento in una issue separata con percorsi del codice e test nominati; definisci lì cosa significa che il lavoro è completato.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
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.
- Lingua principale
- Java
- Stelle
- 12
- Fork
- 26
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di feast-dev/feast-java-old
-
[Discuss] Support different stores for different projects in one single feast-serving container Aperta
feast-dev/feast-java-old#30 · 2 commenti · 1 assegnatario ·
-
feast-dev/feast-java-old#20 · 8 commenti · 1 assegnatario ·
Tutte le issue di feast-dev/feast-java-old
Issue simili
-
certification
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 80/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
[BUG] ECR GetAuthorizationToken returns a proxyEndpoint for the default region, not the request's Apertabug ecr
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
Needs: Triage Type: Feature request
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
AntennaPod/AntennaPod#8794 ·
-
agentic-workflows
Difficoltà 2/5 1-3 ore Idoneità per principianti 65/100
github/copilot-sdk#2760 ·