将json文件导入Rethinkdb无法正常工作

时间:2019-06-11 18:58:19

标签: import rethinkdb

我有一个rethinkdb数据库,我想导入一个json。 我遵循了documentation ,但不断出现以下错误:

  

启动“ rethinkdb-import”时出错:没有这样的文件或目录   rethinkdb-import命令取决于RethinkDB Python驱动程序,该驱动程序   必须安装。如果已经安装了Python驱动程序,则进行   确保PATH环境变量包含   备份脚本,并且当前用户有权访问和   运行脚本。有关安装RethinkDB Python的说明   驱动程序在这里可用:   http://www.rethinkdb.com/docs/install-drivers/python/

命令

./rethinkdb import -f content.json --table clientdb.messagetable -c localhost:8080

0 个答案:

没有答案