go-importr 导入问题

这个import.go文件去哪里找呀

以及 go-importer 的 config.yaml 文件应该放在哪个目录下呀?

  1. import.gonebula-importer/cmd
  2. config.yaml的目录是用户自己指定的 $ ./nebula-importer --config /path/to/yaml/config/file

建议参考文档 GitHub - vesoft-inc/nebula-importer: Nebula Graph Importer with Go

1 个赞

你如果本地有的 go 的 runtime 环境,可以编译 nebula-importer 再执行导入:

$ cd nebula-importer 
$ make build
$ ./nebula-importer --config /path/to/your/config.yaml