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
asked a year ago279 views
1 Answer
0
Accepted Answer

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
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions