ArangoDB JSON Export Tool
To create your own backup and restore it, you need to use arangodump
and arangorestore
.
To import from JSON (and CSV, TSV) you need to use arangoimp
.
What can I use to export to JSON from ArangoDB?
+3
likemusic
source
to share
1 answer
One possibility is to use the arangodump tool that comes with ArangoDB. It can be used to dump an entire database or individual collections. It stores data in JSON format on disk. Perhaps the output of arangodump is already in a format that you can work with.
+2
stj
source
to share