All Products
Search
Document Center

ApsaraDB for Cassandra - Deprecated:SDK reference

Last Updated:May 30, 2022

This topic describes the SDKs for the ApsaraDB for Cassandra API. These SDKs are used to manage ApsaraDB for Cassandra instances. For example, you can use these SDKs to create, scale out, and delete instances, configure whitelists, and manage tags. These SDKs are different from the SDKs used to access Apache Cassandra. The ApsaraDB for Cassandra API supports the SDKs listed in the following table.

Alibaba Cloud SDK

ApsaraDB for Cassandra SDK

References

Alibaba Cloud SDK for Java

Alibaba Cloud Cassandra SDK for Java

SDK

Alibaba Cloud SDK for Python

Alibaba Cloud Cassandra SDK for Python

SDK

Alibaba Cloud SDK for Go

Alibaba Cloud Cassandra SDK for Go

SDK

You can use the following sample code to install the ApsaraDB for Cassandra SDK. The SDK version used in this example is for reference only. Use Maven to install the ApsaraDB for Cassandra SDK of the latest version.

        <dependency>
            <groupId>com.aliyun</groupId>
            <artifactId>aliyun-java-sdk-cassandra</artifactId>
            <version>1.0.0</version>
        </dependency>
        <dependency>
            <groupId>com.aliyun</groupId>
            <artifactId>aliyun-java-sdk-core</artifactId>
            <version>4.4.7</version>
        </dependency>