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.5 KiB
1.5 KiB
How Does DIS Send and Receive Data?
- Create a DIS stream, and obtain your Access Key ID/Secret Access Key (AK/SK) from the Identity and Access Management (IAM) service.
- Download the package from https://dis.obs.eu-de.otc.t-systems.com/dis/download/dis-sdk-1.2.3.zip.
- Create a project and configure the user AK/SK, endpoint, project ID, region, stream name, and partition quantity.
- After the configuration is completed, run the application to send data.
- Create a project and configure the user AK/SK, endpoint, project, region, stream name, partition ID, and startingSequenceNumber.
- After the configuration is completed, run the application to receive data.
Parent topic: FAQs