Live data from Hacker News

iOS database app: collections database

apps.apple.com

1–6 of 6 posts

Re: iOS database app: collections database

#4
I like it! I feel like it's exposing the underlying capabilities of CloudKit a lot more directly to users, which is cool.

If you're interested in reading about the kinds of technology that make things like this possible, the CloudKit paper is a really excellent read: http://www.vldb.org/pvldb/vol11/p540-shraer.pdf

Re: iOS database app: collections database

#6

I like it! I feel like it's exposing the underlying capabilities of CloudKit a lot more directly to users, which is cool. If you're interested in reading about the kinds of technology that make things like this possible, the CloudKit paper is a really excellent read: http://www.vldb.org/pvldb/vol11/p540-shraer.pdf

What makes CloudKit easier to implement these features? Why not a local db like sqlite?