Overview

更新时间:
复制 MD 格式

This topic provides links to examples on how to use Tunnel SDK in typical scenarios. For scenarios that are not provided in this topic, you can refer to the open source Tunnel SDK documentation.

Usage notes

  • MaxCompute provides two endpoints: the Tunnel endpoint and TunnelBufferedWriter. The endpoint you choose affects data upload efficiency, metering and billing. For more information, see Tunnel SDK overview.
  • We recommend that you use TunnelBufferedWriter to upload your data. For more information, see the sample code in BufferedWriter.
  • The code varies based on the SDK version. The sample code is only for reference. Take note of the SDK version that you use.

Tunnel SDK for Java

For examples of other scenarios, see the open source SDK for Java documentation.

Tunnel SDK for Python

Others

MaxCompute provides Tunnel commands and Tunnel SDK for data uploads and downloads. You can run Tunnel commands by using tools such as the MaxCompute client. and streaming data tunnels(Streaming Tunnel SDK)MaxCompute also provides SDKs that are dedicated to objects such as projects and tables based on Tunnel SDK. The following content lists the links to related instructions.