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·10 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 are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Ensembles

These projects share indexed features with Ensembles. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
Compare all 21 related projects→

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.

Which projects share features with drewmccormack/ensembles?

Projects with overlapping indexed features 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.