Skip to content

Commit

Permalink
Update Feast 0.5 roadmap
Browse files Browse the repository at this point in the history
Please see this issue for more details #527
  • Loading branch information
woop authored Mar 14, 2020
1 parent e7a1a39 commit f50de61
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,20 @@

1. Streaming statistics and validation \(M1 from [Feature Validation RFC](https://docs.google.com/document/d/1TPmd7r4mniL9Y-V_glZaWNo5LMXLshEAUpYsohojZ-8/edit)\)
2. Batch statistics and validation \(M2 from [Feature Validation RFC](https://docs.google.com/document/d/1TPmd7r4mniL9Y-V_glZaWNo5LMXLshEAUpYsohojZ-8/edit)\)
3. Add support for metadata about missing feature values \([\#278](https://github.com/gojek/feast/issues/278), [Missing Features Metadata RFC](https://docs.google.com/document/d/1VQngwBcx-yWgGpAbsFVdth9GnjL8q-ZgUNBGv57R0Fk/edit#)\)
3. Support for Redis Clusters \([\#502](https://github.com/gojek/feast/issues/502)\)
4. User authentication & authorization \([\#504](https://github.com/gojek/feast/issues/504)\)
5. Add feature or feature set descriptions \([\#463](https://github.com/gojek/feast/issues/463)\)
6. Redis Cluster Support \([\#478](https://github.com/gojek/feast/issues/478)\)
7. Job management API ([\#302](https://github.com/gojek/feast/issues/302)\)

#### Technical debt, refactoring, or housekeeping

1. Remove feature set versions from API for retrieval only \([\#462](https://github.com/gojek/feast/issues/462)\)
2. Tracking of batch ingestion by with dataset\_id/job\_id \([\#461](https://github.com/gojek/feast/issues/461)\)
1. Clean up and document all configuration options ([\#525](https://github.com/gojek/feast/issues/525)\)
2. Externalize storage interfaces ([\#402](https://github.com/gojek/feast/issues/402)\)
3. Reduce memory usage in Redis \([\#515](https://github.com/gojek/feast/issues/515)\)
4. Support for handling out of order ingestion \([\#273](https://github.com/gojek/feast/issues/273)\)
5. Remove feature versions and enable automatic data migration \([\#386](https://github.com/gojek/feast/issues/386)\) \([\#462](https://github.com/gojek/feast/issues/462)\)
6. Tracking of batch ingestion by with dataset\_id/job\_id \([\#461](https://github.com/gojek/feast/issues/461)\)
7. Write Beam metrics after ingestion to store (not prior) \([\#489](https://github.com/gojek/feast/issues/489)\)

## Feast 0.6

Expand Down

0 comments on commit f50de61

Please sign in to comment.