aloyszhang commented on code in PR #1013: URL: https://github.com/apache/inlong-website/pull/1013#discussion_r1779886340
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/development/extension_sort/inlong_sort_data_organization_and_binary_protocol.md: ########## @@ -0,0 +1,61 @@ +--- +title: InLong 分拣数据组织及协议解析 +sidebar_position: 5 +--- +## 总览 + +本文面向 InLong-Sort-Formats 数据分拣开发人员, 尝试尽可能全面地阐述开发一个数据格式的数据解析过程。 +InLong-Sort-Formats 模块支持两大类的数据格式解析,分别基于 Flink Row 和 Flink RowData 类型实现,这两类实现仅仅是,使用的 Flink API 不同,本文基于 Flink RowData 方式的实现进行描述。 +目前,InLong-Sort 支持如下几种格式(通过 InLongMsg 格式封装的 6 种,原始的数据格式 3 种): +- InLongMsg binlog +- InLongMSg CSV +- InLongMsg KV +- InLongMsg Tlog-CSV +- InLongMsg Tlog-KV +- InLongMsg PB +- CSV +- KV +- JSON + +## 开发之前 + +- InLongMsg 格式介绍参照 [InLongMsg](img/inlong_msg.md); Review Comment: broken link -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org