🔑 KVNode

高性能复制型键值存储

KVNode 通过 HTTP 暴露 collections 和 keys,并使用 WAL 协议进行 root/replica 同步。

KVNode

核心功能

按 collection 和 key 存储值,列出 keys,并在节点之间复制变更。

Collections 与 Keys

通过 v1 HTTP API 创建 collection,并设置、获取、列出或删除 key。

Root/Replica 模型

Replica 使用 KVNode 实现的协议命令跟随 root 节点。

带版本的写入

写入操作返回 sequence 和 version 信息,用于同步。

Quick start

快速开始

使用 API 在几秒内开始使用 KVNode。

1curl -X POST https://kvnode.hola.cloud/v1/collections \
2  -H 'Api-Key: $API_KEY' -H 'Api-Secret: $API_SECRET' \
3  -d '{"collection":"users"}' \
4  && curl -X POST https://kvnode.hola.cloud/v1/collections/users/keys/123 \
5  -H 'Api-Key: $API_KEY' -H 'Api-Secret: $API_SECRET' \
6  -d '{"value":{"name":"Alice"}}'
Use cases

常见用例

微服务编排

Build and deploy with KVNode on HolaCloud's enterprise platform, designed for security, reliability, and scale.

数据管道自动化

Build and deploy with KVNode on HolaCloud's enterprise platform, designed for security, reliability, and scale.

事件驱动架构

Build and deploy with KVNode on HolaCloud's enterprise platform, designed for security, reliability, and scale.

后端 API 开发

Build and deploy with KVNode on HolaCloud's enterprise platform, designed for security, reliability, and scale.

Ready to get started?

Explore the documentation or launch the console to start building with KVNode.

评论

发表评论