TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Kronotop: Horizontally scalable, distributed, transactional document database

4 点作者 mastabadtomm15 天前
The Distributed Document Database with ACID Integrity<p>Kronotop is a distributed, transactional document database designed for horizontal scalability. It provides a robust foundation for applications needing to manage large volumes of documents while ensuring strong consistency guarantees for critical metadata operations. By leveraging FoundationDB as its transactional backend for metadata and indexes, Kronotop delivers ACID integrity, offering reliability often sought in demanding environments.<p>Kronotop features an MQL-like query language and uses the RESP3 wire protocol, ensuring broad compatibility with the Redis client ecosystem. It implements core Redis in-memoru data structures like Strings and Hashes, alongside its own specialized structures: ZMap (an ordered key-value store acting as a RESP proxy for FoundationDB) and Bucket (designed for storing JSON-like documents). While document bodies are stored directly on local filesystems, Kronotop uses BSON as the default data format to organize and store within Buckets, with JSON also available.<p>https:&#x2F;&#x2F;github.com&#x2F;kronotop&#x2F;kronotop

3 条评论

Debanitrkl15 天前
Me: &quot;I’m done trying every new database on HN.&quot; Also me, 3 minutes later: git clone <a href="https:&#x2F;&#x2F;github.com&#x2F;kronotop&#x2F;kronotop">https:&#x2F;&#x2F;github.com&#x2F;kronotop&#x2F;kronotop</a> Damn it. You had me at &quot;ACID + RESP3.&quot;
PeterZaitsev15 天前
Looked at the repo. License of mix of Apache 2.0 and BSL is rather unclear.
评论 #43843321 未加载
mastabadtomm15 天前
Please visit the project page on GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;kronotop&#x2F;kronotop">https:&#x2F;&#x2F;github.com&#x2F;kronotop&#x2F;kronotop</a>