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 14:14:15 UTC

[incubator-inlong] branch fix-3767 created (now ecf56ea3c)

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

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


      at ecf56ea3c [INLONG-3767][Doc] Add supported data nodes guide for InLong

This branch includes the following new commits:

     new ecf56ea3c [INLONG-3767][Doc] Add supported data nodes guide for InLong

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-inlong] 01/01: [INLONG-3767][Doc] Add supported data nodes guide for InLong

Posted by do...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ecf56ea3cb82afd01dd3e7abf59414fe88579784
Author: dockerzhang <do...@apache.org>
AuthorDate: Sat Apr 16 22:13:54 2022 +0800

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

diff --git a/README.md b/README.md
index bfb1d0469..e1846a13a 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.