Neo4j Graph Data Science Docs
Developer Guides
Getting Started
  • Getting Started
  • Neo4j Graph Platform
  • Cypher Query Language
  • Graph Data Modeling
  • Data Import
Graph Data Science
  • NLP
  • Neuler
  • Graph Embeddings
Developer Resources
  • Graph Visualization
  • Drivers & Language Guides
  • Neo4j Tools & Integrations
Administration and Deployment
  • Graph Apps
  • Neo4j Administration
  • Neo4j in the Cloud
GraphAcademy
  • Self Paced Training
  • Certification
GraphGists
Docs
Neo4j DBMS
  • Getting Started
  • Operations
  • Migration and Upgrade
  • Status Codes
  • Java Developer Reference
  • Kerberos Add-on
Neo4j Aura
  • Neo4j AuraDB
  • Neo4j AuraDS
Neo4j Tools
  • Neo4j Bloom
  • Neo4j Browser
  • Neo4j Desktop
  • Neo4j Ops Manager
Neo4j Graph Data Science
  • Neo4j Graph Data Science Library
Cypher Query Language
  • Cypher
  • Cypher Cheat Sheet
  • Cypher Refcard
Neo4j Drivers and APIs
  • Go Driver
  • Java Driver
  • JavaScript Driver
  • .Net Driver
  • Python Driver
  • Neo4j GraphQL Library
  • HTTP API
  • OGM Library
  • Spring Data Neo4j
  • Neo4j Connector for Apache Spark
Labs
arrows.app
  • Details
  • arrows.app
APOC
  • Documentation
  • Developer Guide
GraphQL & GRANDStack
  • Details
  • GRANDstack.io
Halin
Kafka Integration
  • Details
  • Documentation
ETL Tool
  • Details
  • Documentation
Neo4j Plugin For Liquibase
  • Details
  • Documentation
Neosemantics
  • Getting Started
  • Documentation
Neo4j Helm
  • Details
  • Documentation
NeoDash
  • Details
  • Documentation
Get Help
Community Forum
Discord Chat
Knowledge Base
Neo4j Developer Blog
Neo4j Videos
Get Started
Neo4j AuraDB Start Free
Start your fully managed Neo4j cloud database
Neo4j Sandbox
Learn and use Neo4j for data science & more
Neo4j Desktop
Manage multiple local or remote Neo4j projects
Search
Neo4j Graph Data Science
    • The Neo4j Graph Data Science Library Manual v2.1
    • Introduction
    • Installation
      • Supported Neo4j versions
      • Neo4j Desktop
      • Neo4j Server
      • Enterprise Edition Configuration
      • Neo4j Docker
      • Neo4j Causal Cluster
      • Apache Arrow
      • Additional configuration options
      • System Requirements
    • Common usage
      • Memory Estimation
      • Projecting graphs
      • Running algorithms
      • Logging
      • Monitoring system
      • System Information
    • Graph management
      • Graph Catalog
        • Projecting graphs using native projections
        • Projecting graphs using Cypher
        • Projecting graphs using Cypher Aggregation
        • Projecting graphs using Apache Arrow
        • Listing graphs
        • Check if a graph exists
        • Removing graphs
        • Projecting a subgraph
        • Node operations
        • Relationship operations
        • Export operations
        • Apache Arrow operations
      • Node Properties
      • Utility functions
      • Cypher on GDS graph
      • Administration
      • Backup and Restore
    • Graph algorithms
      • Syntax overview
      • Centrality
        • PageRank
        • Article Rank
        • Eigenvector Centrality
        • Betweenness Centrality
        • Degree Centrality
        • Closeness Centrality
        • Harmonic Centrality
        • HITS
        • Influence Maximization
          • CELF
          • Greedy
      • Community detection
        • Louvain
        • Label Propagation
        • Weakly Connected Components
        • Triangle Count
        • Local Clustering Coefficient
        • K-1 Coloring
        • Modularity Optimization
        • Strongly Connected Components
        • Speaker-Listener Label Propagation
        • Approximate Maximum k-cut
        • Conductance metric
        • K-Means Clustering
        • Leiden
      • Similarity
        • Node Similarity
        • Filtered Node Similarity
        • K-Nearest Neighbors
        • Filtered K-Nearest Neighbors
        • Similarity functions
      • Path finding
        • Delta-Stepping Single-Source Shortest Path
        • Dijkstra Source-Target Shortest Path
        • Dijkstra Single-Source Shortest Path
        • A* Shortest Path
        • Yen’s algorithm Shortest Path
        • Minimum Weight Spanning Tree
        • All Pairs Shortest Path
        • Random Walk
        • Breadth First Search
        • Depth First Search
      • Node embeddings
        • Fast Random Projection
        • GraphSAGE
        • Node2Vec
      • Topological link prediction
        • Adamic Adar
        • Common Neighbors
        • Preferential Attachment
        • Resource Allocation
        • Same Community
        • Total Neighbors
      • Auxiliary procedures
        • Graph Generation
        • Collapse Path
        • Scale Properties
        • One Hot Encoding
        • Split Relationships
      • Pregel API
    • Machine learning
      • Pre-processing
      • Node embeddings
        • Fast Random Projection
        • GraphSAGE
        • Node2Vec
      • Node property prediction
        • Node classification pipelines
          • Configuring the pipeline
          • Training the pipeline
          • Applying a trained model for prediction
        • Node regression pipelines
          • Configuring the pipeline
          • Training the pipeline
          • Applying a trained model for prediction
      • Link prediction pipelines
        • Configuring the pipeline
        • Training the pipeline
        • Applying a trained model for prediction
        • Theoretical considerations
      • Pipeline catalog
        • Listing pipelines
        • Checking if a pipeline exists
        • Removing pipelines
      • Model catalog
        • Listing models
        • Checking if a model exists
        • Removing models
        • Storing models on disk
        • Publishing models
      • Training methods
        • Logistic regression
        • Random forest
        • Linear regression
      • Auto-tuning
    • End-to-end examples
      • FastRP and kNN example
    • Production deployment
      • Transaction Handling
      • Using GDS and Fabric
      • GDS with Neo4j Causal Cluster
      • GDS Feature Toggles
    • Python client
      • Installation
      • Getting started
      • The graph object
      • Running algorithms
      • Machine learning pipelines
      • The model object
      • Known limitations
    • Appendix
      • Operations reference
        • Graph Catalog
        • Graph Algorithms
        • Machine Learning
        • Additional Operations
      • Migration from Graph Data Science library Version 1.x
        • Common changes
        • Graph projection
        • Graph listing
        • Graph drop
        • Memory estimation
        • Algorithms
        • Machine Learning
  • Neo4j Graph Data Science
  • Graph management
2.2-preview 2.1 2.0 1.8

Graph management

A central concept in the GDS library is the management of projected graphs.

This chapter is divided into the following sections:

  • Graph Catalog

  • Node Properties

  • Utility functions

  • Cypher on GDS graph

  • Administration

  • Backup and Restore

System Information Graph Catalog

Was this page helpful?

© 2022 Neo4j, Inc.
Terms | Privacy | Sitemap

Neo4j®, Neo Technology®, Cypher®, Neo4j® Bloom™ and Neo4j® Aura™ are registered trademarks of Neo4j, Inc. All other marks are owned by their respective companies.

Contact Us →

US: 1-855-636-4532
Sweden +46 171 480 113
UK: +44 20 3868 3223
France: +33 (0) 8 05 08 03 44

Learn

  • Sandbox
  • Neo4j Community Site
  • Neo4j Developer Blog
  • Neo4j Videos
  • GraphAcademy
  • Neo4j Labs

Social

  • Twitter
  • Meetups
  • Github
  • Stack Overflow
  • Want to Speak? Get $ back.