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

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

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

1 مستودع

Awesome GitHub RepositoriesAsynchronous Value Merging

Background processes that periodically combine multiple values for a single key using custom logic.

Distinct from Key-Value Data Manipulation: Distinct from general data manipulation by focusing on the asynchronous, background nature of the merge process.

Explore 1 awesome GitHub repository matching data & databases · Asynchronous Value Merging. Refine with filters or upvote what's useful.

Awesome Asynchronous Value Merging GitHub Repositories

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

    dgraph-io/badger

    15,666عرض على GitHub↗

    Badger is an embeddable key-value store written in Go that provides persistent data storage for byte keys and values. It is a persistent database that utilizes a tiered LSM tree storage model to optimize disk storage and retrieval efficiency. The system features an ACID transaction engine that ensures data integrity through serializable snapshot isolation and multi-version concurrency control. It also provides an encrypted key-value store with data-at-rest encryption and a managed encrypted key registry to secure stored information. The engine covers a broad set of capabilities including hig

    Combines multiple values for a single key via a custom function and collapses them in the background.

    Godatabasedocument-databasego
    عرض على GitHub↗15,666
  1. Home
  2. Data & Databases
  3. Key-Value Data Manipulation
  4. Asynchronous Value Merging