cancel
Showing results for 
Search instead for 
Did you mean: 

Streaming Analytics - Power Live Dashboard

0 Kudos

Hello folks,

We are trying to leverage the power of what SAP HANA Streaming Analytics can bring to the table. We have installed the latest version 2.0 streaming analytics and configured the server. I tried to find documentation regarding the "Power Live Dashboard" which SAP mentions about that in the product page - https://developers.sap.com/topics/hana-streaming-analytics.html

I want to see the Dashboarding capability. Is there any documentation available on how to use this feature?

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Thanks Robert for your reply. What I understand is that there is no standard "Reporting" or "Dashboarding" options available with HANA SDS, right? We have to develop the applications based on the options you provided. Am I right?

RobertWaywell
Product and Topic Expert
Product and Topic Expert
0 Kudos

Yes you are correct.

RobertWaywell
Product and Topic Expert
Product and Topic Expert
0 Kudos

What is your preferred development environment/platform/language?

One option is HTML/Javascript where live output from a streaming project is pushed to the web dashboard via a websocket connect. A second option is to embed the dashboard in a Java, C/C++ or C#.NET application and subscribe directly to the output from a streaming project using one of the provided SDKs. A 3rd option is that SAP BOBJ Design Studio, which I believe is now part of Fiori, provide reporting integration, again using a websocket connection. A 4th option would be to write output from the streaming project to a database table, in HANA or elsewhere, and have a dashboard read the data from there.

If you can provide more detail on how you would like to build your dashboard, then we can provide more specific feedback for you.