RuleGo RuleGo
🏠Home
  • Quick Start
  • Rule Chain
  • Standard Components
  • Extension Components
  • Custom Components
  • Visualization
  • RuleGo-Server
  • RuleGo-MCP-Server
  • AOP
  • Trigger
  • Advanced Topics
  • Performance
  • Standard Components
  • Extension Components
  • Custom Components
  • Components Marketplace
  • Overview
  • Quick Start
  • Routing
  • DSL
  • API
  • Options
  • Components
🔥Editor (opens new window)
  • RuleGo Editor (opens new window)
  • RuleGo Server (opens new window)
  • Github (opens new window)
  • Gitee (opens new window)
  • Changelog (opens new window)
  • English
  • 简体中文
🏠Home
  • Quick Start
  • Rule Chain
  • Standard Components
  • Extension Components
  • Custom Components
  • Visualization
  • RuleGo-Server
  • RuleGo-MCP-Server
  • AOP
  • Trigger
  • Advanced Topics
  • Performance
  • Standard Components
  • Extension Components
  • Custom Components
  • Components Marketplace
  • Overview
  • Quick Start
  • Routing
  • DSL
  • API
  • Options
  • Components
🔥Editor (opens new window)
  • RuleGo Editor (opens new window)
  • RuleGo Server (opens new window)
  • Github (opens new window)
  • Gitee (opens new window)
  • Changelog (opens new window)
  • English
  • 简体中文

广告采用随机轮播方式显示 ❤️成为赞助商
  • Quick Start

  • Rule Chain

  • Standard Components

  • Extension Components

    • Extension Components Overview
    • filter

    • transform

    • external

      • redisClient
      • kafkaProducer
      • natsClient
      • rabbitmqClient
      • opengeminiWrite
      • opengeminiQuery
        • Configuration
        • Relation Type
        • Execution Result
      • MongoDB Client
      • Redis Publisher
      • grpcClient
      • OpenTelemetry
      • BeanstalkdWorker
      • BeanstalkdTube
      • WukongimSender
    • ai

    • ci

    • IoT

  • Custom Components

  • Components marketplace

  • Visualization

  • AOP

  • Trigger

  • Advanced Topic

  • RuleGo-Server

  • FAQ

  • Endpoint Module

  • Support

目录

opengeminiQuery

x/opengeminiQuery Component: v0.24.0+ OpenGemini read client. Read data from the OpenGemini server.

# Configuration

This component allows the reuse of shared connection clients through the server field. See Component Connection Reuse for reference.

Field Type Description Default
server string OpenGemini service address, format: hostname:port, multiple servers separated by commas None
database string Database, can use component configuration variables None
command string Query statement, can use component configuration variables None
username string Username None
password string Password None
token string Authentication token, if Token is not empty, use Token for authentication None

# Relation Type

  • Success: Execution successful, send the message to the Success chain
  • Failure: Execution failed, send the message to the Failure chain

# Execution Result

The query result is assigned to the message payload and passed to the next node, example format of the result:

{
  "results": [{
    "series": [{
      "name": "cpu_load",
      "columns": ["time", "host", "region", "value"],
      "values": [
        [1434055562000000000, "server01", "us-west", 23.5],
        [1725338686479394000, "server01", null, 98.6],
        [1725338708995917800, "server01", null, 98.6],
        [1725338983675575600, "server01", null, 98.6],
        [1725339073875906000, "server01", null, 98.6],
        [1725339073876347100, "server01", null, 98.6],
        [1725342087314205200, "server01", null, 98.6],
        [1725343857209643000, "server01", null, 98.6],
        [1725343860480313900, "server01", null, 98.6],
        [1725343860480851700, "server01", null, 98.6],
        [1725345342428659500, "server01", null, 98.6]
      ]
    }]
  }]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Edit this page on GitHub (opens new window)
Last Updated: 2025/04/02, 01:29:50
opengeminiWrite
MongoDB Client

← opengeminiWrite MongoDB Client→

Theme by Vdoing | Copyright © 2023-2025 RuleGo Team | Apache 2.0 License

  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式