Neo4j

데이터 및 분석

OpenClaw의 Neotask이 Neo4j를 통해 그래프 데이터베이스 작업을 대화식으로 만들어 비즈니스 질문을 Cypher 쿼리로 변환하고 연결 데이터 인사이트를 즉시 제공합니다.

할 수 있는 것

The Neo4j integration gives Neotask 4 graph database actions.

  • `get-schema` — retrieve the full graph schema including node labels, relationship types, and property keys
  • `read-cypher` — execute read-only Cypher queries to traverse and retrieve graph data
  • `write-cypher` — execute write Cypher queries to create, update, and delete nodes and relationships
  • `list-gds-procedures` — enumerate available Graph Data Science library procedures when the GDS plugin is installed
  • 모든 액션은 자율적으로 실행되거나 승인을 요청합니다 — 여러분이 결정합니다.

    이렇게 물어보세요

  • "Show me the schema of our knowledge graph — what node types and relationships exist?"
  • "Find all customers who are connected to more than 3 enterprise accounts in our graph"
  • "Create a relationship between product node P-123 and supplier node S-456 in the supply chain graph"
  • "What are the shortest paths between our top sales rep and the CTO of our target account?"
  • 프로 팁

  • Always start with `get-schema` when working with an unfamiliar graph database — your agent maps the structure before writing queries
  • Use approval gates on `write-cypher` operations that modify production graph data — relationship changes in knowledge graphs can have downstream effects
  • Pair Neo4j with your CRM integration to enrich your graph: new sales relationships get written to Neo4j automatically as they develop
  • Graph Data Science procedures unlock advanced analytics: pagerank for influence scoring, community detection for account segmentation, and shortest path for org chart analysis
  • Works Well With