bring streaming into menu

This commit is contained in:
Tom Ball 2016-06-24 19:37:05 -04:00
parent b72ff9fe4f
commit e6baf8c35e
2 changed files with 6 additions and 2 deletions

View File

@ -26,7 +26,7 @@ that there is a data stream and displays a graph.
The log view will automatically start to collect and organize the data it detects. Simply click on the log view to open the various options
to export the data. The simplest option is to download the data as a **CSV file**. This file can easily be opened in programs like Office Excel.
## Cloud upload
## Cloud upload via Azure
In the data export dialog, there is another option to upload the data to the cloud. This allows to upload small amounts of data
In the data export dialog, there is another option to upload the data to the Azure cloud. This allows to upload small amounts of data
without any kind setup. The data can be accessed via web services or directly from Office Excel.

View File

@ -112,6 +112,10 @@
{
"name": "JavaScript",
"path": "/javascript"
},
{
"name": "Streaming Data",
"path": "/streaming"
}
],
"sideDoc": "getting-started"