awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tarantool avatar

tarantool/tarantool

0
View on GitHub↗
3,642 星标·407 分支·Lua·5 次浏览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.

Star 历史

tarantool/tarantool 的 Star 历史图表tarantool/tarantool 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Tarantool 的开源替代方案

相似的开源项目,按与 Tarantool 的功能重合度排序。
  • cayleygraph/cayleycayleygraph 的头像

    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/cockroachcockroachdb 的头像

    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/boltboltdb 的头像

    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/etcdcoreos 的头像

    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
查看 Tarantool 的所有 30 个替代方案→

常见问题解答

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…