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

[Subtask] Design metadata storage interface #48

Closed
Tracked by #4
jerryshao opened this issue Jun 13, 2023 · 0 comments · Fixed by #49
Closed
Tracked by #4

[Subtask] Design metadata storage interface #48

jerryshao opened this issue Jun 13, 2023 · 0 comments · Fixed by #49
Assignees
Labels
subtask Subtasks of umbrella issue

Comments

@jerryshao
Copy link
Collaborator

Describe the subtask

This issue tracks the work of designing a metadata storage interface for Graviton.

  • The interface should support storing entities to the underlying system.
  • The interface should be generic enough to support different underlying storage (like kv store, relational DB, or others).

Parent issue

#4

@jerryshao jerryshao self-assigned this Jun 13, 2023
@jerryshao jerryshao added the subtask Subtasks of umbrella issue label Jun 13, 2023
jerryshao added a commit that referenced this issue Jun 16, 2023
### What changes were proposed in this pull request?

This PR proposes to add the entity store interface for graviton. The
implementation of this interface will store the entities to the
underlying storage system.

### Why are the changes needed?

This is the basic interface for entity store, which defines the
supported behavior of underlying storage.

Fix: #48 

### Does this PR introduce _any_ user-facing change?

NA

### How was this patch tested?

Add UTs to cover the code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subtask Subtasks of umbrella issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant