I am working on a kinesis POC. I have a small python script running to generate stream data. The streaming data is passed via a kinesis agent, kinesis firehose, and finally the data is inserted into Redshift table at regular interval of 5 minutes.
I wanted to view the updated records by way of a graphical representation so as to see the trend of data as the data comes in.
I tried with AWS Quicksight, but the issue with Quicksight is that the scheuled refresh interval is daily/weekly/monthly, so it doesn't solve my purpose to view update data every 5 minutes.
Is there any visualisation tool that i can connect to redshift? Please help me with suggestions.
Thanks