Skip to content

Commit 7f4605a

Browse files
committed
Updating screenshot
1 parent aaa0465 commit 7f4605a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/applications/iot-smart-grid/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ To run this sample, you need the following prerequisites.
105105

106106
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.
107107

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

0 commit comments

Comments
 (0)