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 Antwort
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
EXPERTE
beantwortet vor 2 Monaten
  • I noticed that using API gateway with Lambda integration connected to S3 is a lighter solution.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen