neo4j-aura-graph-analytics-skill

仓库创建 2026年1月20日最近提交 7 天前SkillHot 收录 20 天前
▸ 精选理由

方便把分布式/托管 Neo4j 上的图分析流程标准化与调用。

▸ 风险提示

图分析可能触发大规模计算,存在性能和计费风险。

这个 Skill 做什么

在 Aura Graph Analytics 环境中运行 GDS 会话与图算法操作。

在 Aura Graph Analytics 的无服务器环境里开 GDS 会话、跑图算法并做远程投影或写回结果,适合把 AuraDB、Pandas/Spark 或 CSV 数据当图来处理的按需或流水线分析。支持 gds.v2.session、gds.v2.graph.construct、gds.graph.project.remote,以及用 AuraDB Cypher API 的 memory/sessionId 投影,方便短生命周期的图分析流程。注意不负责嵌入式 GDS 插件或 Cypher 撰写。

▸ 展开 SKILL.md 英文原文

Serverless Aura Graph Analytics (AGA) GDS Sessions — covers GdsSessions, AuraGraphDataScience, AuraAPICredentials, DbmsConnectionInfo, SessionMemory, get_or_create, remote graph projection with gds.v2.graph.project and gds.graph.project.remote, gds.v2 session endpoints, gds.v2.graph.construct, AuraDB Cypher API memory/sessionId projection, algorithms, write-back, and session lifecycle. Use for AuraDB-connected, self-managed Neo4j, or standalone DataFrame/Spark session workloads. Does NOT cover the embedded GDS plugin on Aura Pro or self-managed Neo4j — use neo4j-gds-skill. Does NOT handle Cypher authoring — use neo4j-cypher-skill. Does NOT cover Snowflake Graph Analytics — use neo4j-snowflake-graph-analytics-skill.

数据与抓取图算法GDSAura通用
98
Stars
35
Forks
29
仓库内 Skill
+7
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/neo4j-contrib/neo4j-skills/main/neo4j-aura-graph-analytics-skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/neo4j-contrib/neo4j-skills/main/neo4j-aura-graph-analytics-skill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## When to Use
- Running GDS algorithms in Aura Graph Analytics GDS Sessions
- Creating `GdsSessions` or using `AuraGraphDataScience`
- Remote projecting connected Neo4j data with `gds.graph.project.remote(...)`
- Using AuraDB Cypher API projection with `{ memory: ... }` or `{ sessionId: ... }`
- Processing graph data from non-Neo4j sources (Pandas, Spark, CSV)
- On-demand / pipeline workloads — ephemeral sessions, pay per session-minute
- Full isolation from the live database during analytics

## When NOT to Use
- **Aura Pro with embedded GDS plugin** → `neo4j-gds-skill`
- **Self-managed Neo4j with embedded GDS plugin** → `neo4j-gds-skill`
- **Writing Cypher queries** → `neo4j-cypher-skill`
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有