Skip to content
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

[#121] feat(storage): Implement RocksDB storage backend for EntityStore #125

Merged
merged 17 commits into from
Jul 31, 2023

Conversation

yuqi1129
Copy link
Contributor

What changes were proposed in this pull request?

(Please outline the changes and how this PR fixes the issue.)

  • Implement interface EntityStore with KvEntityStore
  • Implement KvBackend with RocksDBKvBackend

Why are the changes needed?

Issue #122 has introduced the KvBackend storage interface for entity storing, but till now, No implementation has been made to implement this interface. this PR accomplishes KV backend for RocksDB

Fix: #121

Does this PR introduce any user-facing change?

No

How was this patch tested?

Add UT TestEntityStorageBackend

@yuqi1129
Copy link
Contributor Author

yuqi1129 commented Jul 25, 2023

This PR was blocked by issue #122 and should not be merged before PR #123

@xunliu xunliu changed the title [#121] <feat>(storage): Implement RocksDB storage backend for EntityStore [#121] feat(storage): Implement RocksDB storage backend for EntityStore Jul 26, 2023
@yuqi1129
Copy link
Contributor Author

@jerryshao @justinmclean Can you take time to review this PR ?

@yuqi1129 yuqi1129 self-assigned this Jul 27, 2023
@yuqi1129 yuqi1129 added this to the Graviton v0.2.0 milestone Jul 27, 2023
@yuqi1129 yuqi1129 added the feature New feature or request label Jul 27, 2023
@yuqi1129 yuqi1129 requested a review from jerryshao July 31, 2023 05:58
@yuqi1129
Copy link
Contributor Author

All comments has been resolved, please review again

Copy link
Contributor

@jerryshao jerryshao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jerryshao jerryshao merged commit 7d4e697 into apache:main Jul 31, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Subtask] Implement RocksDB backend storage for EntityStore
2 participants