ysdn-2016 / ysdn-2016.github.io

Grad show site for the YSDN class of 2016
http://ysdn2016.com/
3 stars 2 forks source link

Investigate Parse #11

Closed iamnbutler closed 9 years ago

iamnbutler commented 9 years ago

Pricing, etc

iamnbutler commented 9 years ago

Looks like you can use both React and Backbone.js with Parse. JS Guide: https://parse.com/docs/js/guide#objects React + Parse: https://github.com/ParsePlatform/ParseReact

From what I can understand, Parse pretty much fills the role of the backend entirely outside of security.

iamnbutler commented 9 years ago
screenshot 2015-10-15 03 04 57

Looks like Parse is free up to 30 requests per second. The monthly cost is also calculated on an hourly basis, so we would only be paying extra for super high-load times, which we would only have 2 of: people uploading work and during the actual show.

iamnbutler commented 9 years ago

I started working through a tutorial for setting up a basic cms with Parse. Other than one silly issue that took me a while to fix, it seems pretty straight forward. It utilizes Handlebars for templating, but it looks like Underscore and Mustache are also options.

I haven't yet explored how Parse handles files. I'm not sure that it would be an effective solution for deploying video.

The repo I was working with: https://github.com/iamnbutler/parse-test

iamnbutler commented 9 years ago

I'm going to hold off on pursuing this further until backend has time to discuss options.

rosszurowski commented 9 years ago

Why hold off? Are you comfortable making a yes/no recommendation for Parse based on what you learned from your trial?

iamnbutler commented 9 years ago

Probably not. It seems difficult to problem-solve as there are not a lot of community resources, and I think we would run into issues where we have to split up data and content and host data elsewhere.

I think overall MEAN or Rails would be better options. Parse is probably more ideal for small projects.

rosszurowski commented 9 years ago

Ok. Gonna close this out then.