Skip to main content

Introduction

There are various ways to export data from ArangoDB.

  1. WebUI: Data can be export as JSON/JSONL directly from the WebUI of ArangoDB

  2. Arango Client Tools: ArangoDB ships with a set of client tools which allow you to import data, arangoimport is one such tool which allows you to import json, jsonl, csv or dump files directly into ArangoDB

  3. Client SDK/Drivers: If you would like to customize your import process you can use the Client SDK/Drivers using a programming language of choice to import data into ArangoDB. We will cover the API in the Develop section.

 
Help us improve

Anything unclear or buggy in this tutorial? Provide Feedback