DIS Structured Streaming is a sdk provided by the Data Access Service (DIS).
Quick Links:
- issue
- DIS Homepage, or Chinese language site 数据接入服务
- JDK 1.8+
- Scala-sdk-2.11
The recommended way to use the DIS SDK for StructuredStreaming in your project is to consume it from Maven.
<dependency>
<groupId>com.huaweicloud.dis</groupId>
<artifactId>huaweicloud-dis-structured-streaming_2.11</artifactId>
<version>1.2.1</version>
<scope>compile</scope>
</dependency>
Once you check out the code from GitHub, you can build it using Maven:
mvn clean install