当启动一个新的ArangoDB示例时,加载数据库方案的最佳方式是什么?我想在一个文件中定义集合和索引,然后以某种方式将其提供给Arango。
kzmpq1sx1#
您可以使用选项--javascript.execute在arango shell中运行JavaScript文件。https://docs.arangodb.com/3.11/components/tools/arangodb-shell/options/#--javascriptexecute还有一个基于XML的模式演化工具:https://github.com/deusdat/migrantverde(已弃用)替换为:https://github.com/deusdat/arangomigo
--javascript.execute
1条答案
按热度按时间kzmpq1sx1#
您可以使用选项
--javascript.execute
在arango shell中运行JavaScript文件。https://docs.arangodb.com/3.11/components/tools/arangodb-shell/options/#--javascriptexecute还有一个基于XML的模式演化工具:https://github.com/deusdat/migrantverde(已弃用)
替换为:
https://github.com/deusdat/arangomigo