All Projects → sbonami → Pfincrementalstore

sbonami / Pfincrementalstore

Licence: mit
Offline Parse with Core Data Persistence, an NSIncrementalStore subclass.

Projects that are alternatives of or similar to Pfincrementalstore

Adminbar
DEPRECATED – Front-end shortcuts for clients logged into Craft CMS.
Stars: ✭ 77 (-21.43%)
Mutual labels:  deprecated
Sass Rails Source Maps
DEPRECATED: Rails gem for generating sass source maps
Stars: ✭ 88 (-10.2%)
Mutual labels:  deprecated
Secretary
DEPRECATED Secrets management for dynamic environments
Stars: ✭ 93 (-5.1%)
Mutual labels:  deprecated
Parse Dashboard For Ios
A beautiful mobile client for managing your Parse apps while you are on the go! Now you can easily view and modify your data in the same way you would on the offical desktop client.
Stars: ✭ 81 (-17.35%)
Mutual labels:  parse
Backbone Parse
A Backbone plugin to make it work with Parse.com out of the box. 💥
Stars: ✭ 87 (-11.22%)
Mutual labels:  parse
Gulp Ngmin
[DEPRECATED] Pre-minify AngularJS apps with ngmin
Stars: ✭ 89 (-9.18%)
Mutual labels:  deprecated
React Axe
[DEPRECATED] Accessibility auditing for React.js applications
Stars: ✭ 1,201 (+1125.51%)
Mutual labels:  deprecated
Haha
DEPRECATED Java library to automate the analysis of Android heap dumps.
Stars: ✭ 1,337 (+1264.29%)
Mutual labels:  deprecated
Codeigniter Schema
⛔️DEPRECATED Expressive table definitions
Stars: ✭ 87 (-11.22%)
Mutual labels:  deprecated
Postcss Less
PostCSS Syntax for parsing LESS
Stars: ✭ 93 (-5.1%)
Mutual labels:  parse
Angular2 Style Guide
[Deprecated] Community-driven set of best practices and style guidelines for Angular 2 application development
Stars: ✭ 1,237 (+1162.24%)
Mutual labels:  deprecated
Metascraper
Scrape data from websites using Open Graph, HTML metadata & fallbacks.
Stars: ✭ 1,254 (+1179.59%)
Mutual labels:  parse
Julian
⛔️DEPRECATED Brilliantly clever PHP calendar class
Stars: ✭ 89 (-9.18%)
Mutual labels:  deprecated
Vagrant Librarian Chef
*UNMAINTAINED* A Vagrant plugin to install Chef cookbooks using Librarian-Chef.
Stars: ✭ 80 (-18.37%)
Mutual labels:  deprecated
Gphotos Sync
DEPRECATED - Google Photos Simple Synchronization Tool
Stars: ✭ 94 (-4.08%)
Mutual labels:  deprecated
Pfuser Digits
Authenticate Parse Users using Twitter Digits
Stars: ✭ 76 (-22.45%)
Mutual labels:  parse
Plum
A deployer library for PHP 5.3
Stars: ✭ 88 (-10.2%)
Mutual labels:  deprecated
Ohmy Auth
OAuth made easy for PHP (deprecated)
Stars: ✭ 98 (+0%)
Mutual labels:  deprecated
React Combinators
[NOT MAINTAINED] Seamless combination of React and reactive programming
Stars: ✭ 95 (-3.06%)
Mutual labels:  deprecated
Notifier For Github Safari
Safari extension - Displays your GitHub notifications unread count
Stars: ✭ 90 (-8.16%)
Mutual labels:  deprecated

⚠️ PFIS is no longer maintained, see Parse Local Storage ⚠️

PFIncrementalStore

Build Status Stories in Ready Bitdeli Badge

An NSIncrementalStore subclass for Parse

PFIncrementalStore is an NSIncrementalStore subclass that uses Parse to automatically request resources as properties and relationships are needed.

Incremental Store Persistence

PFIncrementalStore does not persist data directly. Instead, it manages a persistent store coordinator that can be configured to communicate with any number of persistent stores of your choice.

Requirements

PFIncrementalStore requires a subscription to Parse, a valid Parse App, API Key and Secret, and minor programming knowledge. Parse subscription and API information can be obtained at https://www.parse.com/

PFIncrementalStore requires Xcode 4.4 with the iOS 5.0 SDK, as well as Parse 1.2 or higher.

Installation

CocoaPods is the recommended way to add PFIncrementalStore to your project.

Check out the PFIncrementalStore github page for installation instructions.

References

Apple has recently updated their programming guide for NSIncrementalStore, which is available from the Developer Center. You may find this useful in debugging the behavior of PFIncrementalStore, and its interactions with your app's Core Data stack.

Contributors

Disclaimer

PFIncrementalStore is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Parse.com, Parse Inc., or any of its subsidiaries or its affiliates. The official Parse web site is available at www.parse.com.

License

PFIncrementalStore is available under the MIT license. See the LICENSE file for more info.

Contributing

  1. Fork repository on GitHub.
  2. Create a feature branch (should indicate intention add_feature_x or issue ##_issue_name).
  3. Make changes.
  4. Test changes (rake test:ios or rake test:osx).
  5. Ensure all tests pass.
  6. Submit pull request using GitHub.

Do not modify PFIncrementalStore.podspec, the maintainers will handle those changes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].