Live data from Hacker News

Facebook is closing Parse

blog.parse.com

311–320 of 543 posts

Re: Facebook is closing Parse

#311
Is there an opportunity for a 3rd-party hosted Parse service? Seems like that may be an option for the folks who are currently using Parse and need to move: someone to basically run the open source service on top of AWS/Linode/Digital Ocean/Google Cloud for a nominal fee.

Re: Facebook is closing Parse

#312
post #30
post #3

Maybe its not such a good idea after all to code your app to a proprietary API in the cloud.

'Someone once asked Slick Willie Sutton, the bank robber, why he robbed banks. Sutton looked a little surprised, as if he had been asked “Why does a smoker light a cigarette?” “I rob banks because that’s where the money is,” he said, obviously meaning “in the most compact form.”' Why do you develop against a proprietary API? Because that's where the users are.

"the users" are at "a proprietary API"? this seems like a curious notion.

Re: Facebook is closing Parse

#314
post #157
post #59

Currently using Parse for Push notifications (it's simple to send a request to Parse and it handles iOS vs Android issues). Is there any tool out there that has similar functionality? Ie. you register all your users devices there and they simplify the sending of push notifications.

I just created an account on OneSignal: https://onesignal.com/

We just released an automatic Parse data importer for Parse users who are switching to OneSignal: https://onesignal.com/parse

Re: Facebook is closing Parse

#316
post #2

Separately, we developed an open-source Parse-compatible API server for Node/Express. https://github.com/ParsePlatform/parse-server This, along with the database migration tools released earlier, allow developers a full migration path to move from Parse hosted data + API to their own infrastructure. Over the weekend, I set up a website & app on a $5 DigitalOcean box running Parse and Mongo locally.

Wow you guys are awesome!

Re: Facebook is closing Parse

#317

Earlier quoted context omitted.

"Since it is impossible to build everything from scratch.." Impossible how? If anything, web/api dev has become way easier than it was 10 years ago.

Do you write your compiler from scratch every time you push an update to your web server? Edit: it is turtles all the way down (and the only way it's not impossible is by virtue of standing on the shoulders of giants).

the parse server is just a couple K sloc, and not (from a cursory browse) exactly revolutionary. writing such a backend (which one would probably leverage over several projects) is qualitatively different than "writing your own compiler from scratch every time".

Re: Facebook is closing Parse

#318
Seriously, any good alternatives other than Firebase?

I chose Parse because it looks better than Firebase... this latest development is beyond me. Such a promising product...

Re: Facebook is closing Parse

#319

And just when I was about to choose between Parse and Google's Firebase. Makes me wonder if Firebase will follow the same path through acquisition, seeming stability, followed by closing? As far as similar open-source systems, it seems like Mozilla's Kinto compares favorably to Parse after it's code is released: http://kinto.readthedocs.org/en/latest/overview.html There's a nice table there comparing the different se…

[Firebase founder here] We're not going anywhere. We have strong backing here at Google and are continuing to make big investments in our platform. You'll see big things from us soon. What makes us different? Firebase is very complementary to Google's other product offerings. Cloud for one, as well as Angular, Polymer, GCM, etc.

"We're not going anywhere."

I'd like another answer like. "We are thinking about providing a community version that one can deploy on its own servers, then we provide the IaaS when the customer might want to scale". If Parse had an opersource version to begin with, it would have been much much more successful and people would have been less worried about building on a third party platform.

If Firebase closes tomorrow there will be no migration strategy for people who built their infrastructure around Firebase.

> Firebase is very complementary to Google's other product offerings

Google is a big org. Tomorrow some upper executive you don't even know might decide your product doesn't add value anymore. You know that.

Re: Facebook is closing Parse

#320

Wonder why they actually shut down? Seems like it was an unexpected decision. http://blog.parse.com/events/announcing-f8-2016/

It could be that they were giving away (for free) 30 requests/second and 1 million device installs.

that seems orthogonal.
Post reply on HN