Skip to content

Commit

Permalink
Updating screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
perrysk-msft committed Nov 8, 2017
1 parent aaa0465 commit 7f4605a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/applications/iot-smart-grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ To run this sample, you need the following prerequisites.

This code sample simulates an IoT Smart Grid scenario where multiple IoT power meters are sending electricity usage measurements to a SQL Server memory optimized database. The Data Generator can be started either from the Console or the Windows Form client. Every async task in the Data Generator produces a batch of records with random values in order to simulate the data of an IoT power meter. It then calls a natively compiled stored procedure, that accepts an memory optimized table valued parameter (TVP), to insert the data into an memory optimized SQL Server table. In addition to the in-memory features, the sample is leveraging [Clustered Columnstore Index](https://msdn.microsoft.com/en-us/library/dn817827.aspx) for enabling real time operational analytics, and [Power BI](https://powerbi.microsoft.com/en-us/desktop/) for data visualization.

![Alt text](Screenshots/WinFormsClient.png "Windows Forms Data Generator")
![Alt text](Screenshots/ConsoleClient.png "Console Data Generator")
![Alt text](Screenshots/PowerBIDashboard.png "Power BI Dashboard")

Expand Down

0 comments on commit 7f4605a

Please sign in to comment.