简体   繁体   English

CSV 到 Neptune 批量格式

[英]CSV to Neptune bulk format

Is there any API (offered by Neptune or otherwise) that converts tabular CSV files (the ones that Neo4j imports support) into Neptune Bulk CSV format (gremlin or openCypher), other than writing python lines for each use-case?是否有任何 API(由 Neptune 或其他方式提供)将表格 CSV 文件(Neo4j 导入支持的文件)转换为 Neptune Bulk CSV 格式(gremlin 或 openCypher),而不是为每个用例行编写 python 行?

I have tried to write python code lines to do so but I expect a regularly used conversion tool because the Neptune supported format is very specific.我曾尝试编写 python 代码行来这样做,但我希望有一个经常使用的转换工具,因为 Neptune 支持的格式非常具体。

Thanks in advance.提前致谢。

Anita梅艳芳

This tool allows you to map an existing CSV file/schema to a Neptune Gremlin Bulk Load CSV format/schema: https://github.com/awslabs/amazon-neptune-tools/tree/master/csv-to-neptune-bulk-format此工具允许您将现有的 CSV 文件/模式 map 到 Neptune Gremlin 批量加载 CSV 格式/模式: https://github.com/awslabs/amazon-neptune-tools/tree/master/csv-to-neptune-bulk -格式

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM