1
0
Fork 0
arangodb/Documentation/Books/Manual/Programs
Jan a35f6ccf10
fix type of hidden startup option `--rocksdb.recycle-log-file-num` (#8517)
2019-03-22 11:21:53 +01:00
..
Arango-dfdb Doc - Program options, part 2 (#5444) 2018-06-05 09:06:23 +02:00
Arangobench Doc - blog post links were interchanged (#5592) 2018-06-18 09:48:29 +02:00
Arangod fix type of hidden startup option `--rocksdb.recycle-log-file-num` (#8517) 2019-03-22 11:21:53 +01:00
Arangodump Feature/data masking improvments (#8129) 2019-03-04 10:47:26 +01:00
Arangoexport Doc - single link per line (#5904) 2018-07-20 10:46:27 +02:00
Arangoimport Doc - Added notice related to converting JSON files to JSONlines (#5859) 2018-08-15 20:33:30 +02:00
Arangoinspect Doc - Arangoinspect tool (#5537) 2018-06-19 18:47:30 +02:00
Arangorestore Doc - Fast Cluster Restore Procedure (#7756) 2019-02-27 16:29:51 +01:00
Arangosh Doc - Forwardports to devel - 2018-12-27 (#7858) 2018-12-27 17:12:50 +01:00
FoxxCLI Doc - sync external repositories (#7616) 2018-12-05 18:49:11 +01:00
Starter Doc - Sync external repos 2019-03-13 (devel) (#8405) 2019-03-13 23:00:43 +01:00
WebInterface Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
README.md Doc - Arangoinspect tool (#5537) 2018-06-19 18:47:30 +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.
arangoinspect Inspection tool that gathers server setup information.
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
  • arangoinspect
  • 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