neo4j-aura-graph-analytics-skill
Installation
SKILL.md
When to Use
- Running GDS algorithms in Aura Graph Analytics GDS Sessions
- Creating
GdsSessionsor usingAuraGraphDataScience - 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 - Snowflake Graph Analytics →
neo4j-snowflake-graph-analytics-skill