Load your data into ArangoGraph

Load your data into ArangoGraph and transform it into richly-connected graph structures, without needing to write any code or deploy any infrastructure

ArangoGraph provides different ways of loading your data into the platform, based on your migration use case.

Transform data into a graph

The ArangoGraph Data Loader allows you to transform existing data from CSV file formats into data that can be analyzed by the ArangoGraph platform.

You provide your data in CSV format, a common format used for exports of data from various systems. Then, using a no-code editor, you can model the schema of this data and the relationships between them. This allows you to ingest your existing datasets into your ArangoGraph database, without the need for any development effort.

You can get started in a few easy steps.

Choose an existing database or create a new one and enter a name for your new graph.
Drag and drop your data files in CSV format.
Model your graph schema by adding nodes and connecting them via edges.
Once you are ready, save and start the import. The resulting graph is an EnterpriseGraph with its corresponding collections, available in your ArangoDB web interface.

Follow this working example to see how easy it is to transform existing data into a graph.

Import data to the cloud

To import data from various files into collections without creating a graph, get the ArangoDB client tools for your operating system from the download page .

How to access the Data Loader

  1. If you do not have a deployment yet, create a deployment first.
  2. Open the deployment you want to load data into.
  3. In the Load Data section, click the Load your data button.
  4. Select your migration use case.

ArangoGraph Data Loader Migration Use Cases