Xiaomi Galaxy Talos Book

SDK and Demo


Get SDK

Insert the following dependency into the program's pom.xml file.

<dependency>
    <groupId>com.xiaomi.infra.galaxy</groupId>
    <artifactId>galaxy-talos-sdk</artifactId>
    <version>2.1.6</version>
</dependency>

Demo for Using Producer & Consumer

After inserting the SDK dependency, you can consult Demo and see how to use Producer and Consumer.

Demo address: https://github.com/XiaoMi/galaxy-sdk-java/tree/master/galaxy-talos-client/galaxy-talos-example

Step By Step Development of Talos Applications

Once you understand the basic concepts and operations of Talos, use SDK Quick Start to develop your own applications.

Use SDK to develop applications step by step.