1
0
Fork 0
arangodb/Documentation/Books/Manual/Programs
Simran eec96120cc Doc - Program options, part 2 (#5444) 2018-06-05 09:06:23 +02:00
..
Arango-dfdb Doc - Program options, part 2 (#5444) 2018-06-05 09:06:23 +02:00
Arangobench Doc - Program options, part 2 (#5444) 2018-06-05 09:06:23 +02:00
Arangod Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
Arangodump Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
Arangoexport Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
Arangoimport Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
Arangorestore Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
Arangosh Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
FoxxCLI Doc - Program options, part 2 (#5444) 2018-06-05 09:06:23 +02:00
Starter Doc - Updates from external repos (#5185) 2018-04-24 11:10:47 +02:00
WebInterface Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
README.md Doc - Program options, part 2 (#5444) 2018-06-05 09:06:23 +02:00

README.md

Programs & Tools

The full ArangoDB package ships with the following programs and tools:

Binary name Brief description
arangod ArangoDB server. This server program is intended to run as a daemon process / service to serve the various client connections to the server via TCP / HTTP. It also provides a web interface.
arangosh ArangoDB shell. A client that implements a read-eval-print loop (REPL) and provides functions to access and administrate the ArangoDB server.
arangodb ArangoDB Starter for easy deployment of ArangoDB instances.
arangodump Tool to create backups of an ArangoDB database.
arangorestore Tool to load backups back into an ArangoDB database.
arangoimport Bulk importer for the ArangoDB server. It supports JSON and CSV.
arangoexport Bulk exporter for the ArangoDB server. It supports JSON, CSV and XML.
arango-dfdb Datafile debugger for ArangoDB (MMFiles storage engine only).
arangobench Benchmark and test tool. It can be used for performance and server function testing.
arangovpack Utility to convert VelocyPack data to JSON.

The client package comes with a subset of programs and tools:

  • arangosh
  • arangoimport
  • arangoexport
  • arangodump
  • arangorestore
  • arangobench
  • arangovpack

Additional tools which are available separately:

Name Brief description
Foxx CLI Command line tool for managing and developing Foxx services
kube-arangodb Operators to manage Kubernetes deployments