Arangoexport Options

Usage: arangoexport [<options>]

Global Options

NameTypeDescription
collectionstring...Restrict to collection name (can be specified multiple times).
Default: []
configurationstringThe configuration file or 'none'.
Default: ""
fieldsstringComma separated list of fileds to export into a csv file.
Default: ""
graph-namestringName of a graph to export.
Default: ""
output-directorystringOutput directory.
Default: "/home/steemann/ArangoNoAsan/export"
overwritebooleanOverwrite data in output directory.
Default: false
progressbooleanShow progress.
Default: true
querystringAQL query to run.
Default: ""
typestringType of export.
Default: "json"
Possible values:
  • "csv"
  • "json"
  • "jsonl"
  • "xgmml"
  • "xml"
versionbooleanReports the version and exits.
Default: false
xgmml-label-attributestringSpecify document attribute that will be the xgmml label.
Default: "label"
xgmml-label-onlybooleanExport only xgmml label.
Default: false

Log Options

NameTypeDescription
log.colorbooleanUse colors for TTY logging.
Default: true
log.escapebooleanEscape characters when logging.
Default: true
log.levelstring...The global or topic-specific log level.
Default: ["info"]
log.outputstring...Log destination(s).
Default: []
log.rolebooleanLog server role.
Default: false
log.use-local-timebooleanUse local timezone instead of UTC.
Default: false
log.use-microtimebooleanUse microtime instead.
Default: false

Server Options

NameTypeDescription
server.authenticationbooleanRequire authentication credentials when connecting (does not affect the server-side authentication settings).
Default: false
server.connection-timeoutdoubleConnection timeout in seconds.
Default: 5
server.databasestringDatabase name to use when connecting.
Default: "_system"
server.endpointstringEndpoint to connect to, use 'none' to start without a server.
Default: "http+tcp://127.0.0.1:8529"
server.passwordstringPassword to use when connecting. If not specified and authentication is required, the user will be prompted for a password.
Default: ""
server.request-timeoutdoubleRequest timeout in seconds.
Default: 1200
server.usernamestringUsername to use when connecting.
Default: "root"

Ssl Options

NameTypeDescription
ssl.protocoluint64Ssl protocol (1 = SSLv2, 2 = SSLv2 or SSLv3 (negotiated), 3 = SSLv3, 4 = TLSv1, 5 = TLSV1.2).
Default: 5
Possible values:
  • 1
  • 2
  • 3
  • 4
  • 5

Temp Options

NameTypeDescription
temp.pathstringPath for temporary files.
Default: ""