fuweng11 commented on code in PR #983:
URL: https://github.com/apache/inlong-website/pull/983#discussion_r1773164769


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/dataproxy-sdk/python.md:
##########
@@ -0,0 +1,138 @@
+---
+title: Python SDK
+sidebar_position: 5
+---
+
+## 新建数据接入
+在 Dashboard 或者通过命令行工具创建数据接入,数据源类型使用 `Auto Push` (自主推送)。
+
+## 引入 Python SDK
+Python SDK 通过封装 C++ SDK 构建得到,对外暴露相关接口。运行时调用底层 C++ SDK 实现相关操作(如发送、关闭等)。
+因为底层是基于 C++ SDK 运行的,与系统 C++ 环境高度绑定,如果提供的软件包使用的 C++ 环境与用户系统环境不完全一致,可能会导致运行报错。
+首先需要从源码自行编译,见 [C++ SDK 
编译使用](https://github.com/apache/inlong/tree/master/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-cpp)。
+若成功编译,会在 dataproxy-sdk-cpp/release/lib 目录下发现静态库文件 dataproxy_sdk.a 。
+进入 Python SDK 
目录[dataproxy-sdk-python](https://github.com/apache/inlong/tree/master/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-python),依次执行以下命令:

Review Comment:
   进入 Python SDK 目录 [dataproxy-sdk-python]



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to