You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/04/16 15:09:07 UTC

[incubator-inlong] branch master updated: [INLONG-3767][Doc] Add supported data nodes guide for InLong (#3768)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a5780bb3 [INLONG-3767][Doc] Add supported data nodes guide for InLong (#3768)
8a5780bb3 is described below

commit 8a5780bb34223cb23ead19875c21b6214a68c8d3
Author: dockerzhang <do...@apache.org>
AuthorDate: Sat Apr 16 23:09:02 2022 +0800

    [INLONG-3767][Doc] Add supported data nodes guide for InLong (#3768)
---
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.md b/README.md
index bfb1d0469..66fa2c174 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,19 @@ InLong is based on MQ and aims to provide a one-stop, practice-tested module plu
 
 InLong is only a one-stop data reporting pipeline platform. It cannot be used as a persistent data storage, nor does it support complex business logic processing on data streams.
 
+## Supported Data Nodes (Updating)
+| Type         | Name             | Version      | Other                                                                                                             |
+|--------------|------------------|--------------|-------------------------------------------------------------------------------------------------------------------|
+| Extract Node | Auto Push        | None         | Using [SDK](https://inlong.apache.org/docs/next/sdk/dataproxy-sdk/example) to send                                |
+|              | File             | None         | CSV, Key-Value, JSON, Avro                                                                                        |
+|              | Kafka            | 2.x          | Canal JSON                                                                                                        |
+|              | MySQL            | 5.x, 8.x     | Debezium JSON                                                                                                     |
+| Load Node    | Auto Consumption | None         | Using MQ SDK consume messages and [Parse InLongMsg](https://inlong.apache.org/docs/next/development/inlong_msg)   |
+|              | Hive             | 2.x          | TextFile, SequenceFile,OrcFile, Parquet, Avro                                                                     |
+|              | Iceberg          | 0.12.x       | Parquet, Orc, Avro                                                                                                |
+|              | ClickHouse       | v20+         | Canal JSON                                                                                                        |
+|              | Kafka            | 2.x          | JSON, Canal, Avro                                                                                                 |
+
 ## Build InLong
 More detailed instructions can be found at [Quick Start](https://inlong.apache.org/docs/next/quick_start/how_to_build) section in the documentation.