0

I want to use the output of sql query in Athena and turn that output into a dashboard/visuals so that it reflects the output in real time. I am researching this but I couldn't find the step by step approach to do this except few cloud watch links. Can anyone tell if it is possible to use the result of Athena query and produce the dashboard on a real time basis? Your suggestions will be helpful. Thanks.

Fiz
  • 1
  • 4

1 Answers1

0

Amazon Athena can act as a data source, just like a traditional database.

See: Connecting to Amazon Athena with ODBC and JDBC drivers - Amazon Athena

You can then use a reporting/visualisation tool (eg Amazon QuickSight) to make a Dashboard with charts. Athena itself does not have any dashboarding/visualisation capabilities.

There are also open-source visualisation tools available. An example is Apache Zeppelin, which provides a 'notebook' interface and the ability to graph results.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470