Add support for DynamoDB and S3 registry#1483
Add support for DynamoDB and S3 registry#1483feast-ci-bot merged 38 commits intofeast-dev:masterfrom
Conversation
|
Hi @leonid133. Thanks for your PR. I'm waiting for a feast-dev member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/ok-to-test |
|
Thanks for this @leonid133! |
|
Also, we certainly should add the data model for Dynamo here: https://github.com/feast-dev/feast/tree/master/docs/specs |
|
Also, we will definitely need to have integrations tests with DynamoDB in order to have confidence in this code. We're happy to use our own AWS account, just let me know when you're ready the code and I can help set things up. |
d63be24 to
53284e8
Compare
Signed-off-by: lblokhin <[email protected]>
Signed-off-by: lblokhin <[email protected]>
Signed-off-by: lblokhin <[email protected]>
Signed-off-by: lblokhin <[email protected]>
Signed-off-by: lblokhin <[email protected]>
Signed-off-by: lblokhin <[email protected]>
Signed-off-by: lblokhin <[email protected]>
Signed-off-by: lblokhin <[email protected]>
Signed-off-by: lblokhin <[email protected]>
Signed-off-by: lblokhin <[email protected]>
685bd68 to
1ccfd7d
Compare
Signed-off-by: lblokhin <[email protected]>
1ccfd7d to
3d1b78c
Compare
…ure/online_dynamodb Signed-off-by: lblokhin <[email protected]>
Signed-off-by: Tsotne Tabidze <[email protected]>
Signed-off-by: Tsotne Tabidze <[email protected]>
Signed-off-by: Tsotne Tabidze <[email protected]>
Signed-off-by: Tsotne Tabidze <[email protected]>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: leonid133, tsotnet The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Huge. Thanks @leonid133 @blvp @tsotnet ! |
What this PR does / why we need it:
We need to have an online serving backend with Dynamo to support customer deployments on AWS.
Which issue(s) this PR fixes:
Fixes #1409
Does this PR introduce a user-facing change?:
NONE