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
posta un anno fa289 visualizzazioni
1 Risposta
0
Risposta accettata

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
ESPERTO
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande