| Package | Description |
|---|---|
| ai.grakn.migration.base | |
| ai.grakn.migration.csv | |
| ai.grakn.migration.json | |
| ai.grakn.migration.sql |
| Modifier and Type | Method and Description |
|---|---|
AbstractMigrator |
AbstractMigrator.registerMacro(Macro macro)
Register a macro to use in templating
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSVMigrator
The CSV migrator will migrate all of the data in a CSV file into Grakn Graql var patters, to be
imported into a graph as the user sees fit.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonMigrator
Migrator for migrating JSON data into Grakn instances
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQLMigrator
The SQL migrator will execute the given SQL query and then apply the given template to those results.
|
Copyright © 2016 Grakn Labs Ltd. All rights reserved.