TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Parse is shutting down, shall I migrate to another BaaS or Parse OSS offering?

21 pointsby b123400over 9 years ago

11 comments

jliptzinover 9 years ago
I guess I'm old fashioned, but I never really "got" Parse and other hosted backend services. It's easy enough to build a backend that talks to a mongo-like database (for the vast majority of use cases), especially with help from the hundreds of awesome and free libraries/drivers out there. Plus, you don't have the risk of some business executive randomly deciding to kill your backend, and when you're debugging, it's one less chance of the bug being in the platform you're relying on and not your code (which is something you can immediately do something about).
评论 #11028484 未加载
评论 #11029504 未加载
评论 #11028070 未加载
评论 #11028724 未加载
评论 #11027815 未加载
itayskover 9 years ago
I guess many will jump ahead and offer easy migration such as Azure: <a href="https:&#x2F;&#x2F;azure.microsoft.com&#x2F;en-us&#x2F;blog&#x2F;azure-welcomes-parse-developers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;azure.microsoft.com&#x2F;en-us&#x2F;blog&#x2F;azure-welcomes-parse-...</a><p>(disclaimer: I work for Microsoft)
评论 #11027981 未加载
endelover 9 years ago
Previous code-base should rely on your own parse-server hosting IMHO. The dream of not worrying about servers AT ALL isn&#x27;t exactly tangible, I think.<p>I&#x27;ve written a short introduction to a BaaS I&#x27;ve been working on in the last couple of years, it would be great if we as a community embrace new ideas and have another good tool to do a great job as Parse had been doing: <a href="https:&#x2F;&#x2F;medium.com&#x2F;@endel&#x2F;hook-open-source-alternative-to-parse-com-written-in-php-ad25d26c625" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@endel&#x2F;hook-open-source-alternative-to-pa...</a>
评论 #11029039 未加载
timsaysheyover 9 years ago
Some quick feedback. You guys need to offer a &quot;Hobbyist&quot; plan for around $30-60&#x2F;per month. Otherwise you are really only shooting for a very small portion of Parse users with your base price starting at $199&#x2F;per month. Then again that just leaves the market open for someone else to offer more affordable prices. Good luck.
评论 #11028298 未加载
icn2over 9 years ago
I am not using parse&#x27;s backend services. I am using its push services. Has anyone had experience with Amazon Simple Notification Service? I am thinking switch to aws sns (<a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;sns&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;sns&#x2F;</a>).
jonathanpeterwuover 9 years ago
Take the time to move it to a self-hosted setup. You&#x27;re already dealing with a company shutting down their own service.<p>Best thing you can do is be self-sufficient and self-reliant.
puppetmaster3over 9 years ago
Yes. AWS lambda.<p>It&#x27;s micro services. Remember 2000 data centers? Everyone was afraid to go Cloud.<p>I predict cloud is going to die, like it or not, up next is microservices by many names. <a href="http:&#x2F;&#x2F;www.programmableweb.com&#x2F;apis&#x2F;directory" rel="nofollow">http:&#x2F;&#x2F;www.programmableweb.com&#x2F;apis&#x2F;directory</a><p>That is the future.
notliketherestover 9 years ago
An ironic 500 server error appears.
评论 #11027947 未加载
评论 #11027700 未加载
david90over 9 years ago
Most of developers will worry about <i>any</i> other BaaS will shit down as Parse does. A new alternative might be in a way of &quot;take-away-parse&quot; hosting solution. Not necessarily open-source but would be nice if it is.
评论 #11029248 未加载
评论 #11028149 未加载
nodamageover 9 years ago
It&#x27;s probably worth pointing out that if you have existing released apps that depend on Parse and you want to preserve data continuity, it&#x27;s pretty much necessary to transition to Parse Server.
TazeTSchnitzelover 9 years ago
No disadvantages to your service? Come on.