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++ बाइंडिंग्स और एक स्कीमा-लेस स्टोरेज इंजन का लाभ उठाता है ताकि कम-लेटेंसी डेटा एक्सेस सुनिश्चित हो सके।
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 is a lightweight NoSQL key-value database written in pure Dart for local data persistence. It functions as a type-safe document store that allows for the saving and retrieval of complex data structures and custom objects. The system distinguishes itself through the use of custom adapters for object serialization and symmetric-key encryption to secure data at rest. For web environments, it provides a persistence layer that wraps IndexedDB and utilizes web workers. The project covers broad capability areas including container management, atomic transactional writes, and indexed data retri
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.