1
0
Fork 0
arangodb/Documentation/Books/Manual/Programs
sleto-it 801d43e250
Doc - Replication Refactor - Part 2 (#4717)
* progress the refactor + bug fixes
2018-03-02 11:14:53 +01:00
..
Starter Doc - ArangoDB Starter doc integration (#4549) 2018-02-14 17:07:38 +01:00
README.md Doc - Replication Refactor - Part 2 (#4717) 2018-03-02 11:14:53 +01:00

README.md

ArangoDB Programs

The full ArangoDB package comes with the following programs:

  • arangod: ArangoDB server. This server program is intended to run as a daemon process / service to serve the various clients connections to the server via TCP / HTTP. It also provides a web interface.

  • arangodb: ArangoDB Starter for easy deployment of ArangoDB instances.

  • arangosh: ArangoDB shell. A client that implements a read-eval-print loop (REPL) and provides functions to access and administrate the ArangoDB server.

  • 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.

  • arangodump: Tool to create backups of an ArangoDB database in JSON format.

  • arangorestore: Tool to load data of a backup back into an ArangoDB database.

  • arango-dfdb: Datafile debugger for ArangoDB (MMFiles storage engine only). It is primarily intended to be used during development of ArangoDB.

  • arangobench: Benchmark and test tool. It can be used for performance and server function testing.

  • arangovpack: Utility to convert VPack data to JSON.

The client package comes with a subset of programs:

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