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

Add backup module of graph store #901

Merged
merged 2 commits into from
Oct 25, 2021

Conversation

goldenleaves
Copy link
Contributor

@goldenleaves goldenleaves commented Oct 21, 2021

What do these changes do?

Related issue number

Fixes #904

Copy link
Collaborator

@LiSu LiSu left a comment

Choose a reason for hiding this comment

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

LGTM


pub trait ExternalStorageBackup {
fn create_new_backup(&mut self) -> GraphResult<i32>;
fn delete_backup(&mut self, backup_id: i32) -> GraphResult<()>;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Better use BackupId instead of i32.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@goldenleaves goldenleaves requested review from tianliplus and a user October 22, 2021 07:10
@goldenleaves goldenleaves merged commit d970e88 into alibaba:main Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add backup rust APIs for graph store
3 participants