Skip to content

Assure1 Graph Data Migration Tool

Overview

The Assure1 Graph Data Migration Tool is an application that can be used to migrate data from an Assure1 v4 installation to Assure1 v5.

Administration Details

The following list shows the technical details needed for advanced administration of the application:

  • Package - coreProcessing-app

  • Synopsis - ./GraphDataMigration [OPTIONS]

  • Options:

     -c,     --V4Config         String    V4 Config filename and path (defaults to V5 Config)
     -d,     --HSEDBHost        String    Hostname for Database with HSE tables (Required)
     -n,     --Threads          N         Number of threads to use. Defaults to single threaded if not defined
     -l,     --LogLevel         N         Log level to use. Defaults to ALWAYS if not defined. LEVELS: 0 [OFF] 1 [FATAL] 2 [ERROR] 3 [WARN] 4 [INFO] 5 [DEBUG].
     -f,     --LogFile          String    Filename for logging. Defaults to ~/logs/GraphDataMigration.log if not defined
     -i,     --LinkIDs          N N       LinkIDs that you want to migrate between. Can pass in a Single ID to only migrate one. Defaults to all links if not defined
     -m,     --MigrateOrphans             If set migrate all ObjectTypes, LinkTypes, Objects from HSE including any objects without active links. Please note this will ignore --LinkIDs parameter
     -o,     --OrientMigration            If set migrate all Vertex, VertexType, Edge and EdgeType data from OrientDB to Neo4j
     -?, -h, --Help                       Print usage and exit
    
  • Threaded - Multi-Threaded