Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which is better: Parse or AWS [closed]

I'm working on an ebook store application (my target users will be 10,000 users per months). It's very hard to make up my mind to select the backend between AWS and Parse.

Parse is very simple to use. It could save me one or two months development work. But I'm concerning about the number of requests per month. There are free 1,000,000 requests. But I don't know how they calculate the number of requests. I tested with the demo application. A simple run cost me 4 requests (there seems to be only one request in the code.). I totally have no clue 1,000,000 requests can server how many users.

AWS is free at the first year. It's more flexible. I can control almost everything. The problem is I have to do everything from scratch. Database, Web service, security, server management. Also it's very difficult to estimate the cost.

I'd like to hear your opinions about the cost, performance, scalability, security, etc. Thanks

Edit at 16th Nov. 2016:

Parse.com will terminate at 28th Jan. 2017. But it will provide a open source version. I personally think it's even better because I can host our own data at anywhere I like, for example, at AWS.

like image 853
Bagusflyer Avatar asked May 24 '14 06:05

Bagusflyer


People also ask

Which is better Parse or firebase?

Parse vs Firebase Quick comparison Compared to Firebase, Parse is open-source, has multiple hosting options, and no vendor lock-in. On the other hand, Firebase has a more comprehensive set of features and it is supported by Google.

Is Parse still supported?

Facebook acquired Parse in 2013. In 2014, Parse released a report detailing their support of over 500,000 applications. On January 28, 2016 Facebook announced that it would shut Parse down with all services ceasing operation on January 28, 2017.

What is Parse server on AWS?

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node. js. You can find the source on the GitHub repo. Parse Server uses MongoDB or PostgreSQL as a database. You can deploy and run Parse Server on your own infrastructure.


2 Answers

Regarding this very old QA...

  • Parse is now closed

  • back4app.com is the "new" Parse

  • AWS nowadays offers a full suite of such mobile services

  • generally, parse (now back4app.com) is much simpler, it is more of an all-in-one, "easy to use" BAAS. AWS is more industrial, expandable, a little harder to use and set up.

like image 184
Fattie Avatar answered Oct 22 '22 17:10

Fattie


Parse have changed their price plan: you do not have monthly request limit, but burst limit. For free user it's now 30 req/s which is very fair.

For your question, yes, Parse will save you lots of time. I recommend starting with Parse for one reason: if they do not fit to you, you could switch after on AWS (or app engine with cloud endpoint).

like image 28
user3210635 Avatar answered Oct 22 '22 17:10

user3210635