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

Enhance networking by using S3 buckets #56

Open
oliverlloyd opened this issue Apr 6, 2016 · 0 comments
Open

Enhance networking by using S3 buckets #56

oliverlloyd opened this issue Apr 6, 2016 · 0 comments
Labels

Comments

@oliverlloyd
Copy link
Owner

Right now code and files are sent up and down between the computer running the script and each instance. This can create a lot of traffic when the volume of instances increases and doesn't scale well because upload speeds tend to be slow from people's PCs.

A better solution would be to use an S3 bucket. Files could be uploaded there once and then the instances told to read from that location.

In the same way results could be written to this location and the client given a url to the file but this would mean it would not be possible to concatenate and sort the files.

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

No branches or pull requests

1 participant