When starting a new instance of ArangoDB, the best way to load into a database schema?
I would like to define collections and indexes in a file, and then pass it to Arango in some way.
You can use the option --javascript.executeto run the javascript file in the arango shell. https://docs.arangodb.com/3.3/Manual/GettingStarted/Arangosh.html
--javascript.execute
There is also an XML-based schema evolution tool: https://github.com/deusdat/migrantverde (deprecated) Replaced by: https://github.com/deusdat/arangomigo
Source: https://habr.com/ru/post/1693600/More articles:How to combine rows with upper bound for column value? - pythonOptional strict format field - rustgit fatal: met by UriFormatException. actualUrl - gitПочему С++ инициализирует std::vector нулями, но не std:: array? - c++Calculate amount using Java Stream API grouping by field - javaДженерики и потоки: как сделать это в `StreamTuple:: new`? - javaHow to avoid characters in an Angular date tube? - dateCan I provide a general certificate for an APK subscription? - androidDisplay inline element under inline element - htmlExit after git is complete - gitAll Articles