6 مستودعات
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.
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.
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.
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.
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.
Hive هي قاعدة بيانات NoSQL خفيفة الوزن للمفاتيح والقيم مكتوبة بلغة Dart الخالصة لاستمرارية البيانات المحلية. تعمل كمخزن مستندات آمن للأنواع يسمح بحفظ واسترجاع هياكل البيانات المعقدة والكائنات المخصصة. يتميز النظام باستخدام محولات مخصصة لتسلسل الكائنات وتشفير المفتاح المتماثل لتأمين البيانات في حالة السكون. بالنسبة لبيئات الويب، يوفر طبقة استمرارية تغلف IndexedDB وتستخدم عمال الويب (web workers). يغطي المشروع مجالات إمكانيات واسعة بما في ذلك إدارة الحاويات، وعمليات الكتابة الذرية للمعاملات، واسترجاع البيانات المفهرسة. يدعم تفريغ عمليات قاعدة البيانات إلى عزلات (isolates) خلفية للحفاظ على استجابة واجهة المستخدم ويسمح بتهيئة حاويات التخزين عبر أصول ثنائية مملوءة مسبقاً.
Implements a schema-less storage engine allowing the retrieval of complex data structures and custom objects.
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.