🐶
roapi-cloud
  • ROAPI Documentation
    • TOC
    • Postgres wire protocol
    • 全流程试用
    • 云存储
    • 云服务版本的roapi一共分成了四个部分组成。
    • 场景和解决方案
    • 安装
    • 快速开始
    • roapi cloud 介绍
    • HTTP API
      • Response serialization
      • ingest
        • Databases
        • 文件
      • 元数据管理
        • 数据表操作相关
        • 用户相关
      • 登陆和token管理
        • 用户登陆
        • 组织
      • Query frontends
        • GraphQL
        • Key value lookup
        • REST
        • SQL
    • Config
      • Blob store
      • Command line argument
      • YAML config
由 GitBook 提供支持
在本页
在GitHub上编辑
  1. ROAPI Documentation
  2. HTTP API
  3. Query frontends

Key value lookup

Query key value stores through REST API by sending GET requests to /api/kv/{kv_name}/{key}.

For example, the kvstore defined in the sample config can be queried like below:

$ curl -v localhost:8080/api/kv/spacex_launch_name/600f9a8d8f798e2a4d5f979e
Starlink-21 (v1.0)%
上一页GraphQL下一页REST

最后更新于2年前