Commit 28a3d24
feat: Remote offline Store (#4262)
* feat: Added offline store remote deployment functionly using arrow flight server and client
Signed-off-by: Abdul Hameed <[email protected]>
* Initial functional commit for remote get_historical_features
Signed-off-by: Abdul Hameed <[email protected]>
* remote offline store example
Signed-off-by: Abdul Hameed <[email protected]>
* removing unneeded test code and fixinf impotrts
Signed-off-by: Abdul Hameed <[email protected]>
* call do_put only once, postpone the invocation of do_put and simplified _make_flight_info
Signed-off-by: Abdul Hameed <[email protected]>
* added primitive parameters to the command descriptor
Signed-off-by: Abdul Hameed <[email protected]>
* removed redundant param
Signed-off-by: Abdul Hameed <[email protected]>
* Initial skeleton of unit test for offline server
Signed-off-by: Abdul Hameed <[email protected]>
* added unit test for offline store remote client
Signed-off-by: Abdul Hameed <[email protected]>
* testing all offlinestore APIs
Signed-off-by: Abdul Hameed <[email protected]>
* integrated comments
Signed-off-by: Abdul Hameed <[email protected]>
* Updated remote offline server readme with the capability to init with an environment variable
Signed-off-by: Theodor Mihalache <[email protected]>
Signed-off-by: Abdul Hameed <[email protected]>
* added RemoteOfflineStoreDataSourceCreator,
use feature_view_names to transfer feature views and remove dummies
Signed-off-by: Abdul Hameed <[email protected]>
* added missing CI requirement
Signed-off-by: Abdul Hameed <[email protected]>
* fixed linter
Signed-off-by: Abdul Hameed <[email protected]>
* fixed multiprocess CI requirement
Signed-off-by: Abdul Hameed <[email protected]>
* feat: Added offline store remote deployment functionly using arrow flight server and client
Signed-off-by: Abdul Hameed <[email protected]>
* fix test errors
Signed-off-by: Abdul Hameed <[email protected]>
* managing feature view aliases and restored skipped tests
Signed-off-by: Abdul Hameed <[email protected]>
* fixced linter issue
Signed-off-by: Abdul Hameed <[email protected]>
* fixed broken test
Signed-off-by: Abdul Hameed <[email protected]>
* added supported deployment modes using helm chart for online (default), offline, ui and registry
Signed-off-by: Abdul Hameed <[email protected]>
* updated the document for offline remote server
Signed-off-by: Abdul Hameed <[email protected]>
* added the document for remote offline server
Signed-off-by: Abdul Hameed <[email protected]>
* rebase and fix conflicts
Signed-off-by: Abdul Hameed <[email protected]>
* feat: Added offline store remote deployment functionly using arrow flight server and client
Signed-off-by: Abdul Hameed <[email protected]>
* added unit test for offline store remote client
Signed-off-by: Abdul Hameed <[email protected]>
* added RemoteOfflineStoreDataSourceCreator,
use feature_view_names to transfer feature views and remove dummies
Signed-off-by: Abdul Hameed <[email protected]>
* feat: Added offline store remote deployment functionly using arrow flight server and client
Signed-off-by: Abdul Hameed <[email protected]>
* Added missing remote offline store apis implementation
Signed-off-by: Theodor Mihalache <[email protected]>
Signed-off-by: Abdul Hameed <[email protected]>
* Fixed tests
Signed-off-by: Theodor Mihalache <[email protected]>
Signed-off-by: Abdul Hameed <[email protected]>
* Implemented PR change proposal
Signed-off-by: Theodor Mihalache <[email protected]>
Signed-off-by: Abdul Hameed <[email protected]>
* Implemented PR change proposal
Signed-off-by: Theodor Mihalache <[email protected]>
Signed-off-by: Abdul Hameed <[email protected]>
* updated example readme file
Signed-off-by: Abdul Hameed <[email protected]>
* Implemented PR change proposal
Signed-off-by: Theodor Mihalache <[email protected]>
Signed-off-by: Abdul Hameed <[email protected]>
* fixing the integration tests
Signed-off-by: Abdul Hameed <[email protected]>
* Fixed OfflineServer teardown
Signed-off-by: Theodor Mihalache <[email protected]>
* updated the document for remote offline feature server and client
Signed-off-by: Abdul Hameed <[email protected]>
* Implemented PR change proposal
Signed-off-by: Theodor Mihalache <[email protected]>
---------
Signed-off-by: Abdul Hameed <[email protected]>
Signed-off-by: Theodor Mihalache <[email protected]>
Co-authored-by: Daniele Martinoli <[email protected]>
Co-authored-by: Theodor Mihalache <[email protected]>
Co-authored-by: Theodor Mihalache <[email protected]>1 parent b755fc4 commit 28a3d24
File tree
36 files changed
+1636
-40
lines changed- docs
- reference
- feature-servers
- offline-stores
- examples/remote-offline-store
- offline_client
- offline_server
- feature_repo
- data
- infra/charts/feast-feature-server
- templates
- sdk/python
- feast
- infra/offline_stores
- templates/local
- feature_repo
- tests
- integration
- feature_repos
- universal/data_sources
- offline_store
- unit
- infra/offline_stores
- utils
36 files changed
+1636
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| 121 | + | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
Whitespace-only changes.
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
Whitespace-only changes.
Whitespace-only changes.
0 commit comments