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

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

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

tarantool/tarantool

0
View on GitHub↗
3,642 نجوم·407 تفرعات·Lua·9 مشاهداتwww.tarantool.io↗

Tarantool

Get your data in RAM. Get compute close to data. Enjoy the performance.

Features

  • Databases and Storage - In-memory NoSQL database and application server.
  • Key-Value Stores - Efficient NoSQL database and Lua application server.
  • Relational Databases - In-memory database and application server.

سجل النجوم

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

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

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

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

Start searching with AI

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

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

    cayleygraph/cayley

    15,043عرض على GitHub↗

    Cayley is a graph database engine designed for storing and querying interconnected data using a quad-based data model. It functions as an RDF quad store, managing information through subjects, predicates, objects, and labels. The system features a modular graph store architecture with pluggable backends, allowing it to swap between in-memory storage and various external persistent databases. It includes a GraphQL-inspired API and a dedicated data visualizer for the interactive exploration of nodes and edges. Query capabilities cover bidirectional path traversal and multi-syntax execution usi

    Go
    عرض على GitHub↗15,043
  • 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
  • boltdb/boltالصورة الرمزية لـ boltdb

    boltdb/bolt

    14,642عرض على GitHub↗

    Bolt is a single-file embedded key-value store for Go applications. It is an ACID transactional database that organizes data in B+trees on disk to provide efficient sorted key retrieval and range scans. The system uses a memory-mapped model to map the database file directly into the process address space for fast random-access reads. The project distinguishes itself through a multi-version concurrency control architecture that allows multiple simultaneous readers to access a consistent snapshot of data without blocking a writer. It employs a single-writer multi-reader locking model and uses a

    Go
    عرض على GitHub↗14,642
  • coreos/etcdالصورة الرمزية لـ coreos

    coreos/etcd

    51,846عرض على GitHub↗

    etcd is a distributed key-value store and configuration store designed to maintain a consistent set of data across a cluster of nodes. It functions as a reliable registry for storing and synchronizing critical settings and metadata used by distributed applications. The system implements the Raft consensus algorithm to ensure data consistency and leader election across servers. To protect data transfers and verify node identities, it utilizes a network security layer based on mutual TLS and client certificates. Its capabilities cover distributed configuration management, cluster state synchro

    Go
    عرض على GitHub↗51,846
عرض جميع البدائل الـ 30 لـ Tarantool→

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

ما هي وظيفة tarantool/tarantool؟

Get your data in RAM. Get compute close to data. Enjoy the performance.

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

الميزات الرئيسية لـ tarantool/tarantool هي: Databases and Storage, Key-Value Stores, Relational Databases.

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

تشمل البدائل مفتوحة المصدر لـ tarantool/tarantool: cockroachdb/cockroach — Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict… dgraph-io/badger — Badger is an embeddable key-value store written in Go that provides persistent data storage for byte keys and values.… boltdb/bolt — Bolt is a single-file embedded key-value store for Go applications. It is an ACID transactional database that… cayleygraph/cayley — Cayley is a graph database engine designed for storing and querying interconnected data using a quad-based data model.… coreos/etcd — etcd is a distributed key-value store and configuration store designed to maintain a consistent set of data across a… influxdata/influxdb — InfluxDB is a specialized time series database platform engineered for the high-speed ingestion, compression, and…