UNPKG

pxt-core-own

Version:

Microsoft MakeCode, also known as Programming Experience Toolkit (PXT), provides Blocks / JavaScript tools and editors

30 lines (16 loc) 1.12 kB
# Streaming ### ~ hint Streaming is an optional feature and may not be enabled in this editor. ### ~ The PXT parses the log entry for numerical data. When it detects a data stream, it automatically starts collecting and aggregating it. The streamed data can then be download to a file or uploaded to the cloud (optional). ## #setup ## #example ## Local download 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 via Azure 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. ### ~ hint The data is stored in the cloud temporarily and might be deleted at any time. Streams are designed to provide an easy way to share data but should not be relied on for long term storage. ### ~