-1

Please what is the best or recommended way how to visualize data from the DynamoDB table ? We need to create some simple dashboard with graphs connected to data table on the AWS account.

We prefer to use one of the services from AWS to keep everything in one place. I read about the QuickSight but it would be great to know some experience.

  • AWS Dynamo Workbench has some visualizations https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/workbench.html – Borislav Stoilov Nov 11 '22 at 09:42
  • Also see this question about DynamoDB, Athena, and Quicksight: https://stackoverflow.com/questions/57775511/visualize-dynamodb-data-in-aws-quicksight – Chris Anderson Nov 11 '22 at 15:47
  • Does this answer your question? [Visualize DynamoDB data in AWS Quicksight](https://stackoverflow.com/questions/57775511/visualize-dynamodb-data-in-aws-quicksight) – Chris Anderson Nov 11 '22 at 15:48
  • Thanks, yes it does. We will use QuickSight and the question you sent will be useful – Lukáš Imrišík Nov 14 '22 at 13:32

1 Answers1

0

You can use quicksight to visualize your table by using the Athena-DynamoDB connector. This will allow you to use DynamoDB as a table source in Athena which can then act as a source for Quicksight.

https://docs.aws.amazon.com/athena/latest/ug/connectors-dynamodb.html

Leeroy Hannigan
  • 11,409
  • 3
  • 14
  • 31