Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Parse adds easy caching support for iOS and Android (parse.com)
81 points by csmajorfive on Sept 30, 2011 | hide | past | favorite | 11 comments


This adds a whole other dimension to Parse for me. Core Data is useful, but incredibly annoying to deal with at times (migrations etc.), I've been waiting for the Parse guys to replace Core Data, and it looks like they've done it.


Thanks, Parse! You just added the one feature that precluded us from using you in our current project. I think you just landed yourself a spot in v1.1

BTW, Parse has the best "Quick Start" I have ever used for an API. Great stuff. A+ for removing any and all friction for a dev to take you on a test drive!


Thanks! And Ilya is actually working on making the "Quick Start" even quicker right now ;-)


I'm not sure if you can answer this, but I've been wondering since I seen the listing on the front page of parse.com several weeks ago. Any word on when the social integration is coming?


We're actively working on it, but we don't have a specific launch date.


Remarkably good, easy to follow tutorial for those who like me don't know what Parse does: https://www.parse.com/docs/ios_guide#data


For simple caching in IOS you can also use property lists:

http://developer.apple.com/library/mac/#documentation/Cocoa/...

It has good examples of how to read and write to local files.

Another option is to use Three20's TTURLCache: http://api.three20.info/interface_t_t_u_r_l_cache.php


Yep, you can definitely use property lists but our solution integrates completely with the queries going to the backend. So you don't have to worry about a lot of complexities that are sure to arise if you do it yourself.


I'm excited to try this. I'm trying to build something which is fairly firmly Core Data based right now but I desperately need a way to smartly cache client side because the database is growing too large. Hopefully Parse can help me out.

My biggest concern is how these are stored and whether I can trust queries to be cached for very long periods of time (like until the data updates).


here's a beta code for the first 50 HN readers -- 'hacker' (no quotes)


lovin Parse more and more, excited to upgrade my SDK now




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: