| Package | Description |
|---|---|
| ai.grakn.migration.base |
Base migration package, which implements command line options and base interfaces for importing data into Grakn.
|
| ai.grakn.migration.csv |
Implements migration of CSV data into Grakn.
|
| ai.grakn.migration.export |
Implements export of data and ontology from a Grakn graph into Graql statements.
|
| ai.grakn.migration.json |
Implements migration of JSON data into Grakn.
|
| ai.grakn.migration.owl |
Implements migration of OWL into Grakn.
|
| ai.grakn.migration.sql |
Implements migration of SQL data into Grakn.
|
| ai.grakn.migration.xml |
| Modifier and Type | Method and Description |
|---|---|
static <T extends MigrationOptions> |
MigrationCLI.init(String[] args,
java.util.function.Function<String[],T> constructor) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MigrationCLI.loadOrPrint(File templateFile,
java.util.stream.Stream<Map<String,Object>> data,
MigrationOptions options) |
static void |
MigrationCLI.printInitMessage(MigrationOptions options) |
static void |
MigrationCLI.printWholeCompletionMessage(MigrationOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVMigrationOptions
Configure the default CSV migration options and access arguments passed by the user
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphWriterOptions
Configure the default export options and access arguments passed by the user
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonMigrationOptions
Configure the default JSON migration options and access arguments passed by the user
|
| Modifier and Type | Class and Description |
|---|---|
class |
OwlMigrationOptions
Configure the default OWL migration options and access arguments passed by the user
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQLMigrationOptions
Configure the default SQL migration options and access arguments passed by the user
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlMigrationOptions
Configure the default XML migration options and access arguments passed by the user
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.