awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
drewmccormack avatar

drewmccormack/ensembles

0
View on GitHub↗
1,630 stars·128 forks·Objective-C·MIT·8 views

Ensembles

A synchronization framework for Core Data.

Features

  • Core Data Tools - Synchronization framework for Core Data applications.
  • Core Data Utilities - Framework for Core Data synchronization.

Star history

Star history chart for drewmccormack/ensemblesStar history chart for drewmccormack/ensembles

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does drewmccormack/ensembles do?

A synchronization framework for Core Data.

What are the main features of drewmccormack/ensembles?

The main features of drewmccormack/ensembles are: Core Data Tools, Core Data Utilities.

What are some open-source alternatives to drewmccormack/ensembles?

Open-source alternatives to drewmccormack/ensembles include: magicalpanda/magicalrecord — MagicalRecord is a data persistence library and wrapper for Core Data that implements the Active Record pattern. It… rentzsch/mogenerator — Core Data code generation. johnestropia/corestore — CoreStore is a type-safe Swift interface and persistence wrapper for managing local data storage and object graphs… onthecodepath/ios-interview-questions — This project is a curated collection of technical questions and answers designed to assist developers in preparing for… deeje/cloudcore — Robust CoreData-CloudKit synchronization: offline editing, relationships, private, shared and public databases,… andreadelfante/predicateflow — Write amazing, strong-typed and easy-to-read NSPredicate.

Open-source alternatives to Ensembles

Similar open-source projects, ranked by how many features they share with Ensembles.
  • magicalpanda/magicalrecordmagicalpanda avatar

    magicalpanda/MagicalRecord

    10,713View on GitHub↗

    MagicalRecord is a data persistence library and wrapper for Core Data that implements the Active Record pattern. It maps database rows directly to object instances, allowing for the creation, update, and retrieval of records without writing manual query logic. The project functions as a mapping layer that synchronizes object properties with a managed object context. It utilizes generic-based type resolution and model-class querying to enable data fetching directly on model classes, which removes the need for a separate external manager and reduces repetitive fetch request boilerplate. The li

    Objective-C
    View on GitHub↗10,713
  • rentzsch/mogeneratorrentzsch avatar

    rentzsch/mogenerator

    3,020View on GitHub↗

    Core Data code generation

    Objective-C
    View on GitHub↗3,020
  • johnestropia/corestoreJohnEstropia avatar

    JohnEstropia/CoreStore

    4,055View on GitHub↗

    CoreStore is a type-safe Swift interface and persistence wrapper for managing local data storage and object graphs using the Core Data framework. It functions as an atomic persistence manager that executes data updates within transactional blocks to ensure changes are either fully saved or rolled back to prevent state corruption. The project provides a dedicated framework for performing sequential schema migrations through defined version chains and a type-safe object mapping system for importing external JSON data into persistent entities using Swift protocols. It includes a data binding la

    Swiftcarthagecocoapodscore-data
    View on GitHub↗4,055
  • onthecodepath/ios-interview-questionsonthecodepath avatar

    onthecodepath/iOS-Interview-Questions

    987View on GitHub↗

    This project is a curated collection of technical questions and answers designed to assist developers in preparing for software engineering interviews within the iOS ecosystem. It serves as a structured study tool for evaluating proficiency in mobile application architecture, system design, and core programming concepts. The repository provides a comprehensive reference for essential development topics, including memory management, concurrency, design patterns, and data persistence. By covering these foundational areas, it enables users to review common industry interview subjects and test th

    interview-practiceinterview-questionsios
    View on GitHub↗987
  • See all 21 alternatives to Ensembles→