fuweng11 commented on code in PR #792: URL: https://github.com/apache/inlong-website/pull/792#discussion_r1250343306
########## docs/modules/manager/overview.md: ########## @@ -30,8 +25,15 @@ sidebar_position: 1 | manager-client-examples | Client usage examples | | manager-client-tools | Client command line tools | -## 4 use process - - -## 5 data model - +## Use Process + + +## Data Model + +Currently, the manager mainly consists of the following components: +- InlongGroup:Data Streams Group, it contains multiple data streams, and one Group represents one data business unit. Review Comment: Done. ########## docs/modules/manager/overview.md: ########## @@ -30,8 +25,15 @@ sidebar_position: 1 | manager-client-examples | Client usage examples | | manager-client-tools | Client command line tools | -## 4 use process - - -## 5 data model - +## Use Process + + +## Data Model + +Currently, the manager mainly consists of the following components: +- InlongGroup:Data Streams Group, it contains multiple data streams, and one Group represents one data business unit. +- InlongStream: Data Stream, a stream has a specific data source, data format and data sink. +- StreamSource: Data sources, including File collection, MySQL collection, etc. +- StreamSink: Data targets, including Hive, Clickhouse, and other locations where data ultimately flows into. Review Comment: Done. -- 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]
