You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for saving onto S3 instead of disk. Had to add an abstraction layer between the two file stores, nothing special. I thought it'll be a good addition.
This is primarily because we're thinking about running Batsd on heroku / production.
I'm going to hold off on merging it until I merge in the dev branch, which uses a more efficient file structure (and the benefits of it will be doubly felt on a datastore like S3). That's almost ready to go, just needs new documentation and migration instructions.
I'm going to hold off on merging it until I merge in the dev branch, which uses a more efficient file structure (and the benefits of it will be doubly felt on a datastore like S3). That's almost ready to go, just needs new documentation and migration instructions.
—
Reply to this email directly or view it on GitHub.
Is there any progress on this? I'd love to use the S3 functionality.
Otherwise I'll go ahead and use @nemo 's fork (hoping that transitioning to the new data structure will be possible).
Any updates on this? Being able to run batsd on Heroku would be a great feature.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added support for saving onto S3 instead of disk. Had to add an abstraction layer between the two file stores, nothing special. I thought it'll be a good addition.
This is primarily because we're thinking about running Batsd on heroku / production.