JSON to DocumentDB

0

I have a big JSON file parsed within my Flutter frontend application. Originally, I have placed this JSON in an S3 bucket with CloudFront origin access identity settings. What do you recommend in case I want to migrate the JSON file to DocumentDB? I want to achieve more speed and lazy loading.

1 Resposta
0

Hello.

Migration from S3 to DocumentDB may be possible using AWS DMS.
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DocumentDB.html

However, there is a charge for using DMS, so if the cost is not acceptable, I think it is possible to import the JSON file using "mongoimport" etc.
https://docs.aws.amazon.com/documentdb/latest/developerguide/backup_restore-dump_restore_import_export_data.html#backup_restore-dump_restore_import_export_data-mongoimport

profile picture
ESPECIALISTA
respondido há 2 meses
  • I noticed that using API gateway with Lambda integration connected to S3 is a lighter solution.

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas