← 返回
未分类

图数据库Cypher生成

TuGraph Cypher query language reference guide. Use this skill when the user writes Cypher queries for TuGraph, creates schemas (vertex/edge labels), calls built-in procedures (db.*, dbms.*, algo.*), manages indexes, users, roles, subgraphs, or encounters OpenCypher features that TuGraph does not support. Covers operators, clauses, functions, procedures, and a compatibility matrix with standard OpenCypher.
TuGraph Cypher query language reference guide. Use this skill when the user writes Cypher queries for TuGraph, creates schemas (vertex/edge labels), calls built-in procedures (db.*, dbms.*, algo.*), manages indexes, users, roles, subgraphs, or encounters OpenCypher features that TuGraph does not support. Covers operators, clauses, functions, procedures, and a compatibility matrix with standard OpenCypher.
user_8e432120
未分类 community v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 92
下载
💾 0
安装
1
版本
#latest

概述

TuGraph Cypher Skill

When working with TuGraph Cypher, follow these guidelines:

Core Architecture Differences

FeatureTuGraphStandard OpenCypher
---------------------------------------
Label countMust have exactly 1 label per node/edge0 to many labels
SchemaStrong Schema (define before use)Schema-less
Label-less nodesCannot create, will errorCan create

Unsupported Features Quick Reference

These OpenCypher features are NOT supported in TuGraph:

  • RETURN * — cannot return all variables
  • WHERE (a)-[]->(b) — path pattern filtering in WHERE
  • node["prop"] — dynamic property access
  • CREATE p = (a)-[:R]->(b) — creating full paths
  • CALL proc($param) — parameterized procedure arguments
  • SKIP rand() — SKIP/LIMIT expressions (constants only)
  • ` VAR NAME ` — backtick variable names
  • all(), any(), single(), none() — predicate functions
  • UNION (dedup) — only UNION ALL is supported

Full Reference

For detailed examples, syntax, and complete procedure lists, read the reference files:

  • references/quick-reference.md — operators, clauses, functions with examples
  • references/procedures.md — all built-in procedures with signatures

Version

Based on TuGraph DB 4.5.1. Features may change in newer versions.

版本历史

共 1 个版本

  • v1.0.0 初次上传 当前
    2026-04-20 10:02 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 681 📥 329,824
dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,934
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 197 📥 68,010