awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesSchema-Less Model Integrations

Integration layers that allow application models to interact with databases without requiring predefined schemas.

Distinct from Schema-Less: Distinct from schema-less indexing; focuses on the model-to-database integration layer for unstructured data.

Explore 6 awesome GitHub repositories matching data & databases · Schema-Less Model Integrations. Refine with filters or upvote what's useful.

Awesome Schema-Less Model Integrations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • mongodb/laravel-mongodbالصورة الرمزية لـ mongodb

    mongodb/laravel-mongodb

    7,075عرض على GitHub↗

    This project is a MongoDB database driver and object-relational mapper that brings MongoDB support to the Laravel Eloquent model and query builder. It provides a NoSQL model mapper that allows MongoDB collections to be mapped to object-oriented models using the Active Record pattern. The integration enables the use of a fluent query builder for constructing queries and aggregation pipelines without writing raw database syntax. It supports schema-less model integration, allowing applications to manage unstructured data while maintaining compatibility with standard object-oriented patterns. Th

    Enables models to operate without predefined tables while maintaining compatibility with the Eloquent ORM.

    PHP
    عرض على GitHub↗7,075
  • vk-com/kphp-kdbالصورة الرمزية لـ vk-com

    vk-com/kphp-kdb

    6,072عرض على GitHub↗

    kphp-kdb هو محرك قاعدة بيانات NoSQL وامتداد PHP مصمم لعمليات القراءة والكتابة ذات الإنتاجية العالية. يعمل كطبقة استمرارية مدمجة مباشرة في وقت تشغيل PHP، مما يوفر نظام تخزين غير علائقي للبيئات ذات التحميل العالي. يتضمن المشروع مترجماً يحول كود مصدر PHP الديناميكي إلى كود C++ ثابت النوع. تلغي هذه العملية عبء التفسير في وقت التشغيل لتحقيق سرعات تنفيذ أصلية واستهلاك أقل للموارد. يستفيد النظام من روابط C++ الأصلية ومحرك تخزين بدون مخطط (schema-less) لضمان وصول منخفض التأخير للبيانات. تتمحور هذه القدرات حول تخزين البيانات ذات التحميل العالي وتحسين تنفيذ PHP من خلال ترجمة الكود الثابت.

    Implements a flexible, schema-less storage engine optimized for high-throughput read and write operations.

    C
    عرض على GitHub↗6,072
  • leonidas-from-xiv/node-xml2jsالصورة الرمزية لـ Leonidas-from-XIV

    Leonidas-from-XIV/node-xml2js

    4,966عرض على GitHub↗

    This project is a Node.js library for bidirectional conversion between XML strings and JavaScript objects. It functions as an XML parser that transforms XML content into structured data and an XML serializer that generates formatted strings from JavaScript data objects. The toolkit includes a data transformer that applies custom processing functions to tags and attributes during the conversion process. It manages XML namespaces and supports the definition of custom root elements to maintain document structure during generation. The system handles XML data parsing, string generation, and name

    Maps arbitrary XML structures to generic JavaScript objects without requiring a predefined data model.

    CoffeeScript
    عرض على GitHub↗4,966
  • relatedcode/firebasechatالصورة الرمزية لـ relatedcode

    relatedcode/FirebaseChat

    4,784عرض على GitHub↗

    FirebaseChat is a real-time chat application and serverless messaging client that synchronizes conversations and messages instantly across clients. It provides a user interface for a messaging system backed by a cloud-hosted NoSQL document store. The project implements a real-time chat system through the integration of a Firebase backend, allowing for instant messaging workflows and the synchronization of data across connected clients. The application manages data using schema-less NoSQL storage and document-based data modeling. It utilizes a persistent connection for database synchronizatio

    Utilizes a schema-less storage engine to allow dynamic updates to conversation metadata without fixed structures.

    عرض على GitHub↗4,784
  • isar/hiveالصورة الرمزية لـ isar

    isar/hive

    4,390عرض على GitHub↗

    Hive هي قاعدة بيانات NoSQL خفيفة الوزن للمفاتيح والقيم مكتوبة بلغة Dart الخالصة لاستمرارية البيانات المحلية. تعمل كمخزن مستندات آمن للأنواع يسمح بحفظ واسترجاع هياكل البيانات المعقدة والكائنات المخصصة. يتميز النظام باستخدام محولات مخصصة لتسلسل الكائنات وتشفير المفتاح المتماثل لتأمين البيانات في حالة السكون. بالنسبة لبيئات الويب، يوفر طبقة استمرارية تغلف IndexedDB وتستخدم عمال الويب (web workers). يغطي المشروع مجالات إمكانيات واسعة بما في ذلك إدارة الحاويات، وعمليات الكتابة الذرية للمعاملات، واسترجاع البيانات المفهرسة. يدعم تفريغ عمليات قاعدة البيانات إلى عزلات (isolates) خلفية للحفاظ على استجابة واجهة المستخدم ويسمح بتهيئة حاويات التخزين عبر أصول ثنائية مملوءة مسبقاً.

    Implements a schema-less storage engine allowing the retrieval of complex data structures and custom objects.

    Dartdartdatabaseencryption
    عرض على GitHub↗4,390
  • sarah-seo/inpadالصورة الرمزية لـ sarah-seo

    sarah-seo/Inpad

    4,049عرض على GitHub↗

    Inpad is a document-driven project management tool and collaborative technical knowledge base. It serves as a coordination platform for DevOps teams, combining a structured knowledge base with task management to align technical documentation with project execution. The platform utilizes a schema-less document store that organizes application state and project entities as hierarchical, nested tree structures. This flexible data system allows document structures to evolve without requiring rigid database migrations and supports relational internal linking to create a networked knowledge base.

    Employs a flexible data format that allows document structures to evolve without rigid database migrations.

    TypeScript
    عرض على GitHub↗4,049
  1. Home
  2. Data & Databases
  3. Schema-Less Model Integrations

استكشف الوسوم الفرعية

  • Schema-Less XML ProjectionMapping of arbitrary XML structures into generic objects without requiring a predefined schema or data model. **Distinct from Schema-Less Model Integrations:** Distinct from database model integrations by focusing on the projection of XML strings into memory-resident objects.
  • Schema-less Storage EnginesDatabase engines that manage non-relational data without requiring a predefined fixed schema. **Distinct from Schema-Less Model Integrations:** Distinct from Schema-Less Model Integrations by focusing on the storage engine implementation rather than the application model layer.