Is it possible to upload files from efs instance to amazon Neptune through python

0

I have files stored in EFS. I want to upload the files to Neptune. I came across many references where files are uploaded to Neptune from S3. But in my use case i am having files in EFS IS it possible to upload from efs to neptune through python?

deepika
preguntada hace un año289 visualizaciones
1 Respuesta
0
Respuesta aceptada

I think it needs to be moved from EFS to S3 once. I think you need to move the files from EFS to S3 once in Python and then run the Neptune Loader Command from Python with curl.

https://docs.aws.amazon.com/ja_jp/neptune/latest/userguide/load-api-reference-load.html
https://docs.aws.amazon.com/ja_jp/neptune/latest/userguide/bulk-load-data.html

profile picture
EXPERTO
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas