-
Notifications
You must be signed in to change notification settings - Fork 1.3k
(Deprecated) feat: Support DynamoDB as online store in Go feature server #5462
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
Closed
iamcodingcat
wants to merge
14
commits into
feast-dev:master
from
iamcodingcat:feat/go/online-store/dynamodb
Closed
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
e3aa274
feat: integrate dynamodb as online store in Golang api server
iamcodingcat 72e03c2
chore: update mod and sum files
iamcodingcat 7d15f83
refact: regard serializing entity-key as common method
iamcodingcat b1abd41
test: add dynamodb online store
iamcodingcat 9d62354
refact: change to false in unprocessed entity set
iamcodingcat e8ed80a
feat: Remote Write to Online Store completes client / server architec…
jyejare 341cd59
chore: Update development-guide.md
franciscojavierarceo 8d7c4c3
feat: Make batch_source optional in PushSource (#5440) (#5454)
snehsuresh 9e7096b
test: Add Feast Milvus Jupyter Notebook Execution for downstream test…
Srihari1192 cc0a0ed
feat: resolve conflicts
iamcodingcat d4ca14d
test: Add RHOAI upgrate test to validate feast apply and materialize …
Srihari1192 efd5d35
feat: Enable materialization for ODFV Transform on Write (#5459)
franciscojavierarceo e123a5d
feat: Add HybridOnlineStore for multi-backend online store routing (#…
PrasannaKumarARDS 5e7f393
Merge branch 'master' into feat/go/online-store/dynamodb
iamcodingcat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: update mod and sum files
Signed-off-by: iamcodingcat <joyh951021@gmail.com>
- Loading branch information
commit 72e03c20d042f9f036e12841f0a5a0df1ff06601
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@franciscojavierarceo @tchughesiv How are we treating these external/personal repos as a safe repositories to use ?
Something like
govulncheckGithub Action should really help.