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

Method to sync data with a S3 minio server #1774

Open
HugoLePoisson opened this issue Aug 18, 2023 · 0 comments
Open

Method to sync data with a S3 minio server #1774

HugoLePoisson opened this issue Aug 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@HugoLePoisson
Copy link

What would you like to be added or enhanced

I am currently using immudb connected with a S3 minio bucket.
Maybe that a method to sync the local data with the S3 server would be great (a method or an endpoint to trigger the upload of the data)

Why is this needed

It is needed because for the moment data are stored locally only until a chunk size is reached. Then a new chunk file is created and the closed chunk is copied on S3.
And when immudb stops, the partial chunk is copied to S3 for safety and consistency.

The chunk size is defined a the database creation and it is by default 512mb

Additional context

Love and thank you for your work, it is great :)

@HugoLePoisson HugoLePoisson added the enhancement New feature or request label Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant