-
Notifications
You must be signed in to change notification settings - Fork 996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DynamoDB support for online feature store #1409
Comments
Thanks @blvp. As mentioned before, a complete implementation should contain
To be clear, we can consider (2) to be out of scope for this card, but there may be some work required in creating the Right now we still have some work in flight. Splitting the OnlineStore and Provider being one. We also want to do some code refactoring to make sure that the FeatureStore class has a clean abstraction between itself and the Provider. I'd recommend the following steps.
|
Thank you @woop. Will update the ticket with the data model design. |
Is your feature request related to a problem? Please describe.
We need to have an online serving backend with Dynamo to support customer deployments on AWS.
Describe the solution you'd like
Implementation of
Provider
similar to /sdk/python/feast/infra/local_sqlite.py with DynamoDB backendThe text was updated successfully, but these errors were encountered: