-
Notifications
You must be signed in to change notification settings - Fork 11
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 support to upload and fetch data archives from a cloud storage service (like amazon s3 buckets) #6
Comments
As a note, these archives are currently created in |
Hi, I would like to take up this issue.
|
intermine_boot will fetch archives from any cloud storage on travis and mount it inside docker containers. This will drastically reduce build times on ci.
Yes. But, unfortunately we cannot give access to it right now. It's free to use amazon s3 buckets for one year if you create a new account on aws. So you can test your implementation using your own account. |
Hi @uosl! |
@shreyagupta30 Yes, please go ahead! |
Hi, I am trying to make a PR on this but I get this error |
@uosl |
@uosl @leoank |
Problem
For testing InterMines on a CI platform like travis, we need to build InterMines from scratch. This takes a lot of time.
Outline of a solution
We want intermine_boot to upload data archives to a cloud storage service.
Start with aws s3 buckets. But, implement this in such a way that adding support for new cloud backends will be easier.
These uploaded archives will be reused on the CI platform to reduce build times
Note This issue can take serious amount of time and effort to solve.
The text was updated successfully, but these errors were encountered: