-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] 数据迁移功能 #706
Comments
比较通用灵活的做法:写python脚本,用cypher语句读数据,数据写到csv文件;然后再用python脚本读csv文件,用cypher语句批量插入数据,写入到新的子图或者新的实例。 |
上述的第1,2两个可以使用CALL db.importor.fullFileImportor("${新的图项目名称}",".mdb文件",false)语句 参数说明: 注:数据储存在容器内 |
Hello @johnmai-dev. Please provide more info for debugging. Issues labeled by 你好 @johnmai-dev, 我们需要你提供更多信息以便于排查问题。7 天内未跟进此 issue 将会被自动关闭。 |
Since this issue was labeled as "more info needed" but no response has been received for 15 days. Now the issue is closed. Please feel free to create a new one with more info if you have more questions. 由于该 issue 被标记为需要更多信息,却 15 天未收到回应。现关闭 issue,若有任何问题,可另开 issue 并提供更多信息。 |
Is your feature request related to a problem? Please describe.
目前,Tugraph缺乏友好的数据迁移功能,后台提供的导出的JSON和CSV文件无法反向导入。
Describe the solution you'd like
希望能实现类似Navicat的数据迁移工具。
The text was updated successfully, but these errors were encountered: