2 مستودعات
Using PostgreSQL as the underlying storage engine for document-oriented data.
Distinct from Document Stores: Distinct from general Document Stores: specifically defines the use of PostgreSQL as the backend implementation.
Explore 2 awesome GitHub repositories matching data & databases · PostgreSQL Document Storage. Refine with filters or upvote what's useful.
FerretDB is an open-source database emulator and protocol translator that mimics a MongoDB environment to support existing drivers and client tools on a relational backend. It functions as a stateless database proxy that converts binary wire protocol messages into SQL statements, allowing a relational engine to handle document-oriented requests. The project serves as a migration tool for moving applications from MongoDB to PostgreSQL without rewriting queries or changing client drivers. It achieves this by using PostgreSQL as a document store, storing and querying BSON documents through a tra
Uses PostgreSQL as a document store to store and query BSON documents through a translation layer.
Kinto هو نظام خلفي (backend) لحالة السحابة مصمم لتخزين ومزامنة بيانات JSON عبر أجهزة متعددة. يوفر خدمة مركزية لإدارة سجلات JSON بدون مخطط (schema-less) منظمة في حاويات ومجموعات، مما يضمن حالة متسقة من خلال REST API. يدعم النظام مشاركة البيانات التعاونية من خلال منح صلاحيات القراءة والكتابة لمستندات أو مجموعات محددة عبر مجموعات المستخدمين والأذونات. كما يتيح مزامنة المستندات باستخدام تتبع موجز التغييرات وعلامات الحذف لتحديث العملاء بأحدث حالة. تشمل القدرات التحكم الدقيق في الوصول، وفرض مخطط JSON لضمان اتساق البيانات، والقفل المتفائل لمنع تعارضات الكتابة المتزامنة. توفر الخدمة أيضاً إشعارات فورية للعملاء، وتحديثات جزئية للمستندات، ودعماً لخلفيات التخزين القابلة للتوصيل مثل PostgreSQL. يتضمن المشروع خادم تطوير محلي وواجهة ويب إدارية للتكوين.
Uses PostgreSQL as the underlying storage engine to enable data integrity and efficient filtering.