Skip to content

Parse Files In Heroku #130

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

Closed
dcdspace opened this issue Feb 1, 2016 · 3 comments
Closed

Parse Files In Heroku #130

dcdspace opened this issue Feb 1, 2016 · 3 comments

Comments

@dcdspace
Copy link

dcdspace commented Feb 1, 2016

If I host Parse Server on Heroku, how should I handle the files? Can I put them directly in MongoLab or should I use AWS S3? I know the Parse team is working on migrating files but for new files what is the recommended path? Thanks

@philipheinser
Copy link

@dcdspace I think S3 is better suitable for files.

@skinp
Copy link
Contributor

skinp commented Feb 1, 2016

@dcdspace when migrating object from your Parse DB to MongoLab (or any other Mongo really), the file objects will continue to point to files hosted on Parse. We're working on tooling for migrating those files to a destination of your choice.

For now, new files will be written directly to your new Mongo DB (MongoLab). PR #113 adds support for storing those files in S3. This will be the recommended way of dealing with files for anything other than a dev app.

@gfosco
Copy link
Contributor

gfosco commented Feb 1, 2016

Follow along in #113 and we'll be updating the docs after it lands. S3 will definitely be recommended, and I'd like to see alternatives too.

@gfosco gfosco closed this as completed Feb 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants