forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com> Co-committed-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
1.4 KiB
1.4 KiB
General Procedure
The following is the general procedure for using DIS:
You need to create a stream before using DIS.
Step 2: Preparing a DIS Application Development Environment
Before developing a DIS application, install an application development tool, and import your SDK package and sample project into the development environment.
Write a producer application and run it to send data to the cloud. The DIS stream information can be viewed on the DIS console.
Step 4: Obtaining Data from DIS
Write a consumer application and run it to retrieve data from the cloud.
Parent topic: Getting Started