NAME - a tool to export collections of an ArangoDB database SYNOPSIS [options] DESCRIPTION The binary can be used to export collections of an ArangoDB database to json and jsonl. It can also export a graph or collections to xgmml. will work on the specified database only. If no database name is specified, will work on the default database ("_system"). The exported jsonl files can be re-imported in an ArangoDB database using the arangoimport tool. OPTIONS The binary has many options that can be used to control its behavior. For a complete list of options, please refer to the ArangoDB online manual, available at https://www.arangodb.com/ or run --help. AUTHOR