• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Core Data Reverse Engineering KickStarter Project
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Core Data Reverse Engineering KickStarter Project


  • Subject: Re: Core Data Reverse Engineering KickStarter Project
  • From: Jens Alfke <email@hidden>
  • Date: Tue, 25 Jun 2013 11:30:03 -0700

On Jun 25, 2013, at 10:47 AM, Wim Lewis <email@hidden> wrote:

> FWIW, Omni's open-source data objects framework was our response to our difficulties with CD. It doesn't do everything CoreData does, and it does some things CoreData doesn't, but if you're considering taking this route, you might be interested in looking at it.

Likewise, Couchbase Lite[1] and its predecessor TouchDB[2] are other alternative persistent storage libraries (which I happen to work on!) Their priorities are different than CoreData — sync is #1, with with object-mapping being less advanced.

If your app needs to be able to sync data with a server or with other clients, I think it’s a no-brainer to choose over CoreData, given the limitations and poor quality of the latter’s iCloud integration. But they’re good as general purpose data stores as well, since they’re open-source, open-format, cross-platform, and give you API access to the underlying document-based NoSQL database.

—Jens

[1] https://github.com/couchbase/couchbase-lite-ios
[2] http://touchdb.org
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


References: 
 >Core Data Reverse Engineering KickStarter Project (From: Michael Crawford <email@hidden>)
 >Re: Core Data Reverse Engineering KickStarter Project (From: Charles Srstka <email@hidden>)
 >Re: Core Data Reverse Engineering KickStarter Project (From: Steve Sisak <email@hidden>)
 >Re: Core Data Reverse Engineering KickStarter Project (From: Wim Lewis <email@hidden>)

  • Prev by Date: Re: Core Data Reverse Engineering KickStarter Project
  • Next by Date: Still can't delete CoreData object
  • Previous by thread: Re: Core Data Reverse Engineering KickStarter Project
  • Next by thread: Re: Core Data Reverse Engineering KickStarter Project
  • Index(es):
    • Date
    • Thread