AWS dynamodb forecasting with aws forecast

0

In the AWS forecast, How can we use DynamoDB as an input?

Kiruba
gefragt vor 6 Monaten330 Aufrufe
1 Antwort
1

Amazon Forecast requires your data to be housed in Amazon S3, there's no direct integration with DynamoDB. This means you have two options:

  • Export data from DynamoDB to S3
  • Use AWS Glue crawlers to crawl your DynamoDB detect the schema from DynamoDB and populate the AWS Glue Data Catalog with the metadata. Then run an ETL job that stores transformed data to an S3 Bucket of your choosing.

Regardless of which way you choose, ensure your data meets the dataset guidelines for Amazon Forecast to properly make use of the data.

AWS
AWSJoe
beantwortet vor 6 Monaten
  • Thank you, I'll try this

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