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

Support upload of repositories files to S3-compatible block storage services #160

Open
aecio opened this issue Apr 11, 2018 · 4 comments
Open

Comments

@aecio
Copy link
Member

aecio commented Apr 11, 2018

ACHE generates a large amount of data and can fill-up disks quickly. Page repositories should be able to move data from local disk to scalable S3-compatible block storage services such as Amazon S3, OpenStack Swift, etc.

@anudeepti2004
Copy link
Collaborator

Will it make sense to have a thread running in the background to push the files to S3?

@anudeepti2004
Copy link
Collaborator

If no one is working on this, I would like to work on this..

@aecio
Copy link
Member Author

aecio commented May 31, 2018

Hey @anudeepti2004 !
Nobody is working on this yet. A thread makes sense. What I had in mind is: whenever the file rotation happens (the current file is closed, and a new file is created), we could start a thread to upload the latest closed file (or oldest n files, or something along these lines).

@aecio
Copy link
Member Author

aecio commented May 31, 2018

And to test it locally without S3, running an instance of minio (minio.io) is a good alternative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants