书栈网 · BookStack 本次搜索耗时 0.046 秒,为您找到 10049 个相关结果.
  • 字符串运算符

    字符串运算符 示例 + CONTAINS (NOT) IN (NOT) STARTS WITH (NOT) ENDS WITH 正则表达式 字符串运算符 Nebula Graph支持使用字符串运算符进行连接、搜索、匹配运算。支持的运算符如下。 名称 说明 + 连接字符串。 CONTAINS 在字符串中执行搜索。 (NOT) I...
  • vertices、edges和triplets

    GraphX 中vertices 、edges 以及triplets 1 vertices 2 edges 3 triplets 4 参考文献 GraphX 中vertices 、edges 以及triplets   vertices 、edges 以及triplets 是GraphX 中三个非常重要的概念。我们在前文GraphX介绍 中...
  • band-reduction

    bandwidth-reduction Background introduction Architecture and principle of bandwidth-reduction How to use bandwidth-reduction Background introduction Performance test shows ...
  • Node Autonomy

    Node Autonomy 1. Background 2. How to Use 3. Note Node Autonomy 1. Background The capability of Node Autonomy ensures that pods can run stably on edge nodes even when the ne...
  • 步骤4:使用常用命令

    步骤4:使用常用nGQL(CRUD命令) 图空间和Schema 检查Nebula Graph集群的机器状态 异步实现创建和修改 创建和选择图空间 nGQL语法 示例 创建Tag和Edge type nGQL语法 示例 插入点和边 nGQL语法 示例 查询数据 nGQL语法 GO 语句示例 FETCH 语句示例 修改点和边 nG...
  • Raven

    Raven Label nodes in different physical regions How to Use Gateways Test pod-to-pod networking Other Features: Raven This document introduces how to install raven and use r...
  • KubeEdge使用文档

    KubeEdge使用文档 1. 准备工作 2. 创建device model和device 3. 部署云端应用 4. 部署边缘端应用 5. 体验Demo 6. 其它 KubeEdge使用文档 KubeEdge将Kubernetes的能力延伸到了边缘场景中,为云和边缘之间的网络,应用部署和元数据同步提供基础架构支持。KubeEdge在使用上与...
  • Join Nodes

    Join Nodes 1. Joining nodes from scratch 1.1 yurtadm join 1.2 yurtadm reset 2. Install OpenYurt node components 2.1 Label your node 2.2 Setup Yurthub 2.3 Configure Kubelet 2....
  • CREATE INDEX

    CREATE INDEX 前提条件 使用索引必读 语法 创建Tag/Edge type索引 创建单属性索引 创建复合属性索引 CREATE INDEX 前提条件 创建索引之前,请确保相关的Tag或Edge type已经创建。如何创建Tag和Edge type,请参见CREATE TAG 和CREATE EDGE 。 如何创建全文索引,请...
  • WHERE

    WHERE 语法 示例 使用 WHERE 对边 rank 筛选 WHERE 语法 WHERE 子句可以为查询返回的数据指定搜索条件。WHERE 子句语法如下: WHERE <expression> [ AND | OR <expression> ...]) 目前,WHERE 语句适用于 GO 和 LOOKUP 语...