{"id":17519856,"url":"https://github.com/sbonami/pfincrementalstore","last_synced_at":"2025-04-15T21:22:29.635Z","repository":{"id":12378851,"uuid":"15030536","full_name":"sbonami/PFIncrementalStore","owner":"sbonami","description":"Offline Parse with Core Data Persistence, an NSIncrementalStore subclass.","archived":false,"fork":false,"pushed_at":"2014-12-10T16:11:50.000Z","size":2359,"stargazers_count":97,"open_issues_count":14,"forks_count":15,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-03-14T19:30:37.840Z","etag":null,"topics":["data-persistence","deprecated","objective-c","parse","persistent-stores"],"latest_commit_sha":null,"homepage":"http://sbonami.github.io/PFIncrementalStore/","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sbonami.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-08T20:16:59.000Z","updated_at":"2023-12-04T17:50:44.000Z","dependencies_parsed_at":"2022-09-22T14:24:41.601Z","dependency_job_id":null,"html_url":"https://github.com/sbonami/PFIncrementalStore","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbonami%2FPFIncrementalStore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbonami%2FPFIncrementalStore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbonami%2FPFIncrementalStore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbonami%2FPFIncrementalStore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbonami","download_url":"https://codeload.github.com/sbonami/PFIncrementalStore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249154780,"owners_count":21221473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-persistence","deprecated","objective-c","parse","persistent-stores"],"created_at":"2024-10-20T10:07:09.757Z","updated_at":"2025-04-15T21:22:29.609Z","avatar_url":"https://github.com/sbonami.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":":warning: **PFIS is no longer maintained, see [Parse Local Storage](http://blog.parse.com/2014/12/09/parse-local-datastore-for-ios/)** :warning:\n---------------------\n\nPFIncrementalStore\n==================\n\n[![Build Status](https://travis-ci.org/sbonami/PFIncrementalStore.png?branch=master)](https://travis-ci.org/sbonami/PFIncrementalStore)\n[![Stories in Ready](https://badge.waffle.io/sbonami/PFIncrementalStore.png?label=ready)](https://waffle.io/sbonami/PFIncrementalStore)\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/sbonami/pfincrementalstore/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\nAn NSIncrementalStore subclass for Parse\n\nPFIncrementalStore is an\n[`NSIncrementalStore`](http://nshipster.com/nsincrementalstore/)\nsubclass that uses\n[Parse](https://www.parse.com) to\nautomatically request resources as properties and relationships are\nneeded.\n\n## Incremental Store Persistence\n\n`PFIncrementalStore` does not persist data directly. Instead, _it\nmanages a persistent store coordinator_ that can be configured to\ncommunicate with any number of persistent stores of your choice.\n\n## Requirements\n\nPFIncrementalStore requires a subscription to Parse, a valid Parse App, API\nKey and Secret, and minor programming knowledge. Parse subscription and\nAPI information can be obtained at\n[https://www.parse.com/](https://www.parse.com/)\n\nPFIncrementalStore requires Xcode 4.4 with the [iOS\n5.0](http://developer.apple.com/library/ios/#releasenotes/General/WhatsNewIniPhoneOS/Articles/iOS5.html)\nSDK, as well as [Parse](https://www.parse.com/downloads/ios/parse-library/latest) 1.2 or\nhigher.\n\n## Installation\n\n[CocoaPods](http://cocoapods.org) is the recommended way to add\nPFIncrementalStore to your project.\n\nCheck out the PFIncrementalStore [github page](http://sbonami.github.io/PFIncrementalStore/) for installation instructions.\n\n## References\n\nApple has recently updated their programming guide for\n`NSIncrementalStore`, which is [available from the Developer\nCenter](https://developer.apple.com/library/prerelease/ios/documentation/DataManagement/Conceptual/IncrementalStorePG/ImplementationStrategy/ImplementationStrategy.html).\nYou may find this useful in debugging the behavior of\n`PFIncrementalStore`, and its interactions with your app's Core Data\nstack.\n\n## Contributors\n\n- [Scott BonAmi](http://github.com/sbonami)  ([@snb828](https://twitter.com/snb828))\n- [Aaron Abt](http://github.com/Laeger)\n\n## Disclaimer\n\nPFIncrementalStore is not affiliated, associated, authorized,\nendorsed by, or in any way officially connected with Parse.com,\nParse Inc., or any of its subsidiaries or its affiliates. The\nofficial Parse web site is available at [www.parse.com](https://www.parse.com). \n\n## License\n\nPFIncrementalStore is available under the MIT license.\nSee the LICENSE file for more info.\n\n## Contributing\n\n1. Fork repository on GitHub.\n1. Create a feature branch (should indicate intention `add_feature_x` or issue `##_issue_name`).\n1. Make changes.\n1. Test changes (`rake test:ios` or `rake test:osx`).\n1. Ensure all tests pass.\n1. Submit pull request using GitHub.\n\nDo not modify `PFIncrementalStore.podspec`, the maintainers will handle those changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbonami%2Fpfincrementalstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbonami%2Fpfincrementalstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbonami%2Fpfincrementalstore/lists"}