5 مستودعات
Databases that allow data storage without enforcing a rigid schema at the time of ingestion.
Distinguishing note: Focuses on the storage model, distinct from schema-agnostic ingestion pipelines.
Explore 5 awesome GitHub repositories matching data & databases · Schemaless Data Stores. Refine with filters or upvote what's useful.
TDengine is a distributed time-series database designed for the high-speed ingestion, compression, and retrieval of timestamped metrics and sensor data. It functions as a SQL-compatible analytics engine, allowing users to perform complex operations on massive volumes of time-ordered information using standard relational syntax. The platform is built to serve as a backend foundation for industrial IoT environments, managing real-time data streams and device metadata through a cluster-based architecture. The system distinguishes itself through a distributed sharding architecture that uses consi
Records information without defining a rigid structure beforehand to maintain flexibility.
Dgraph is a distributed graph database designed to store and query highly connected data. It organizes information as nodes and edges to represent complex relationships between entities, providing a platform for managing and analyzing deeply linked datasets. The system functions as a horizontally scalable cluster that partitions data across multiple nodes to maintain performance and availability as information volume increases. It utilizes a specialized query language built for low-latency navigation of interconnected data points, allowing for the execution of complex queries across large-sca
Organizes information as nodes and edges to represent and store complex, deeply linked relationships.
Zincsearch is a high-performance, self-hosted full-text search engine and database written in Go. It provides a lightweight infrastructure for indexing and searching unstructured text data, specializing in log and event analysis through a schemaless indexing model. The system is designed as a resource-efficient alternative to heavier search infrastructure, featuring an API surface compatible with Elasticsearch for indexing and querying documents. It distinguishes itself by packaging the entire server and its built-in web search interface into a single statically linked binary. The engine cov
Stores records without predefined tables by dynamically mapping fields during the indexing process.
This project is a MongoDB Eloquent ORM and NoSQL query builder for the Laravel framework. It provides an active record implementation that maps MongoDB collections and documents to programmable models for data manipulation. The system enables schemaless data management, allowing applications to handle dynamic data structures without the need for rigid database migrations or predefined tables. It integrates MongoDB into Laravel applications to store and retrieve flexible document data using standard PHP patterns. The library covers document store querying and Eloquent model mapping, utilizing
Provides a storage model that allows for dynamic data structures without the need for rigid migrations.
هذا المشروع عبارة عن مجموعة تطوير برمجيات (SDK) من جانب العميل لتطبيقات iOS و macOS التي تدمج برمجيات الأجهزة المحمولة مع خلفية سحابية. يعمل كواجهة خلفية للأجهزة المحمولة كخدمة (BaaS)، مما يتيح للمطورين إدارة مصادقة المستخدم، واستمرارية البيانات السحابية، والمزامنة دون الحاجة إلى صيانة البنية التحتية من جانب الخادم. صُمم إطار العمل للتطوير في وضع عدم الاتصال أولاً، باستخدام مخزن بيانات محلي لتخزين حالة التطبيق مؤقتاً وضمان الوظائف خلال فترات انقطاع الشبكة. يتميز بمحرك مزامنة آلي يقوم بوضع العمليات المعلقة في قائمة انتظار وينفذها في الخلفية بمجرد استعادة الاتصال. يستخدم النظام نموذج بيانات بدون مخطط (schemaless)، مما يسمح بتخزين أزواج مفتاح-قيمة عشوائية ككائنات دون الحاجة إلى مخططات قاعدة بيانات محددة مسبقاً أو عمليات ترحيل صارمة. بعيداً عن التخزين الأساسي، تدعم SDK نمذجة البيانات العلائقية، مما يتيح إنشاء روابط بين السجلات للحفاظ على الاتساق عبر الكيانات. كما توفر إمكانيات في الوقت الفعلي من خلال الاشتراكات القائمة على الأحداث، والتي تدفع تغييرات البيانات من جانب الخادم مباشرة إلى العميل. لتحسين الأداء، تقوم المكتبة بإجراء مزامنة قائمة على التغييرات (delta-based)، حيث تنقل فقط حقول الكائنات المعدلة إلى الخادم لتقليل استهلاك النطاق الترددي.
Provides a schemaless data model allowing storage of arbitrary key-value pairs without predefined database schemas.