Commit 6406625
authored
feat: Update the go feature server from Expedia code repo. (#4665)
* feat: Update the go feature server from Expedia code repo.
Signed-off-by: Shuchu Han <[email protected]>
* fix: Add go package definition to RegistryServer and Grpcserver.
Signed-off-by: Shuchu Han <[email protected]>
* fix: Fix the make build-go
Signed-off-by: Shuchu Han <[email protected]>
* fix: Fix makefile to make test-go work.
Signed-off-by: Shuchu Han <[email protected]>
* fix: Removed and commented out DataDog related observability instrumentation code.
Signed-off-by: Shuchu Han <[email protected]>
* doc: Update the README to mention the contirbution from Expedia Group.
Signed-off-by: Shuchu Han <[email protected]>
* fix: Remove the HTTP based Registry.
Signed-off-by: Shuchu Han <[email protected]>
* fix: Use a general string to represent the transformation service endpoint.
Signed-off-by: Shuchu Han <[email protected]>
* fix: Set the transformation service endpoint defintion to feature_store.yaml file instead of OS env.
Signed-off-by: Shuchu Han <[email protected]>
* fix: Fix few format issues.
Signed-off-by: Shuchu Han <[email protected]>
---------
Signed-off-by: Shuchu Han <[email protected]>1 parent 1115d96 commit 6406625
File tree
45 files changed
+1733
-2317
lines changed- go
- embedded
- infra/docker/feature-server
- internal
- feast
- onlineserving
- onlinestore
- registry
- server
- logging
- transformation
- test
- types
- protos/feast
- core
- registry
- serving
- sdk/python/feast/embedded_go
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+1733
-2317
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
14 | 13 | | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
31 | 32 | | |
32 | | - | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | | - | |
37 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | | - | |
| 53 | + | |
50 | 54 | | |
0 commit comments