Questions tagged [ensembles]

Ensembles is an Objective-C synchronization framework for apps using Apple's Core Data.

Ensembles extends Apple's Core Data framework to add peer-to-peer synchronization for Mac OS and iOS. Multiple SQLite persistent stores can be coupled together via a file synchronization platform like iCloud or Dropbox. The framework can be readily extended to support any service capable of moving files between devices, including custom servers.

References

81 questions
0
votes
1 answer

Getting Ensembles Idiomatic OSX App to sync with iCloud

I try to implement the Ensembles iCloud sync for the Cocoa app of our already working and syncing iOS apps. Because I have a problem in that Cocoa app, I thought to try the Ensembles sample app. So I try to get the Idiomatic App for OSX to sync…
Bernd
  • 189
  • 9
0
votes
1 answer

Core data sync via Parse

I am interested in developing a library that would sync a core data model across devices via the Parse mobile backend. I want to mirror the functionality that iCloud core data sync attempts to provide. Why not use iCloud or Ensembles? I am currently…
ChemDev
  • 827
  • 1
  • 8
  • 23
0
votes
2 answers

Blob data in Ensembles

Im using a strategy where I'm saving images and pdfs as NSData in the respective managed objects where they belong. I'm having a problem syncing with Ensembles that the pdf doesn't always carry over from one device to another. Now I'm not sure if…
Mathias Åberg
  • 99
  • 1
  • 10
0
votes
1 answer

Ensembles Idiomatic app not working

Is the Ensembles example app, Idiomatic, supposed to work without having to configure it or link it to libraries like dropbox? When trying to start it I get this : [...] Ensembles Basic Support/Ensembles 2.2/Source…
Mathias Åberg
  • 99
  • 1
  • 10
-1
votes
1 answer

Ensembles for iOS: what type of iCloud backend should I use?

I wish to support an iCloud backend in my Ensembles based app so users can sync using their built-in iCloud account. However, I'm not sure if I should use the iCloud Drive backend, or the CloudKit backend, as both of them seem to allow syncing using…
Joshua
  • 1,974
  • 2
  • 23
  • 39
-2
votes
1 answer

Why ensemble models are not recommended?

In the Deep Learning Specialization course by Dr. Andrew Ng, he mentions that stuff like ensemble models or boosting, though work fine in practice and are good for winning competitions, he recommends firmly against using them for developing…
1 2 3 4 5
6