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

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

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

fern4lvarez/piladb

0
View on GitHub↗
205 نجوم·23 تفرعات·Go·MIT·2 مشاهداتwww.piladb.org↗

Piladb

Lightweight RESTful database engine based on stack data structures

Features

  • Database Engines - Lightweight RESTful database engine based on stack structures.
  • Database Systems - Listed in the “Database Systems” section of the Awesome Go awesome list.
  • قواعد البيانات - Lightweight RESTful database engine using stack structures.

سجل النجوم

مخطط تاريخ النجوم لـ fern4lvarez/piladbمخطط تاريخ النجوم لـ fern4lvarez/piladb

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Piladb

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Piladb.
  • chrislusf/vastoالصورة الرمزية لـ chrislusf

    chrislusf/vasto

    263عرض على GitHub↗

    A distributed key-value store. On Disk. Able to grow or shrink without service interruption.

    Godistributed-storagekey-valuereplication
    عرض على GitHub↗263
  • claygod/cofferالصورة الرمزية لـ claygod

    claygod/coffer

    39عرض على GitHub↗

    Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without losing the ACID properties of the database. The database provides the ability to create record headers at own discretion and use them as transactions. The maximum size of stored data is limited by the size of the computer's RAM.

    Go
    عرض على GitHub↗39
  • akrylysov/pogrebالصورة الرمزية لـ akrylysov

    akrylysov/pogreb

    1,350عرض على GitHub↗

    Embedded key-value store for read-heavy workloads written in Go

    Gogohash-tablekey-value
    عرض على GitHub↗1,350
  • cockroachdb/cockroachالصورة الرمزية لـ cockroachdb

    cockroachdb/cockroach

    32,207عرض على GitHub↗

    Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict ACID compliance and global data consistency. It functions as a relational database engine that automatically partitions data into ranges, rebalancing them across a cluster to accommodate growing storage and throughput requirements. By utilizing a distributed consensus protocol, the system ensures that all nodes agree on the order of operations, providing fault tolerance and continuous availability even in the event of hardware failures. The system distinguishes itself through

    Gocockroachdbdatabasedistributed-database
    عرض على GitHub↗32,207
عرض جميع البدائل الـ 30 لـ Piladb→

الأسئلة الشائعة

ما هي وظيفة fern4lvarez/piladb؟

Lightweight RESTful database engine based on stack data structures

ما هي الميزات الرئيسية لـ fern4lvarez/piladb؟

الميزات الرئيسية لـ fern4lvarez/piladb هي: Database Engines, Database Systems, قواعد البيانات.

ما هي البدائل مفتوحة المصدر لـ fern4lvarez/piladb؟

تشمل البدائل مفتوحة المصدر لـ fern4lvarez/piladb: claygod/coffer — Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without… codenotary/immudb — immudb is a tamperproof database that maintains an immutable record of entries using cryptographic commit logging. It… akrylysov/pogreb — Embedded key-value store for read-heavy workloads written in Go. chrislusf/vasto — A distributed key-value store. On Disk. Able to grow or shrink without service interruption. cockroachdb/cockroach — Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict… couchbase/moss — moss - a simple, fast, ordered, persistable, key-val storage library for golang.