Oneal65 commented on code in PR #404: URL: https://github.com/apache/incubator-inlong-website/pull/404#discussion_r897909876
########## docs/design_and_concept/how_to_extend_extract_or_load_node_en.md: ########## @@ -0,0 +1,208 @@ +--- +title: Sort Plugin +sidebar_position: 3 +--- + +## Overview + +InLong-Sort is known as a real-time ETL system. Currently, supported extract or load includes elasticsearch, HBase, hive, iceberg, JDBC, Kafka, mongodb, mysql, orcale, Postgres, pulsar, etc。InLong-Sort is an ETL solution based on Flink SQL,The powerful expressive power of Flink SQL brings high scalability and flexibility. Basically, the semantics supported by Flink SQL are supported by InLong-Sort。In some scenarios, when the built-in functions of Flink SQL do not meet the requirements, they can also be extended through various UDFs in InLong-Sort. At the same time, it will be easier for those who have used SQL, especially Flink SQL, to get started. 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]
