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 bb313b73e [INLONG-4696][Doc] Update the supported data nodes (#4697)
bb313b73e is described below
commit bb313b73ed5c04c4966df04727e41a11a52caf62
Author: Charles Zhang <[email protected]>
AuthorDate: Sat Jun 18 12:17:45 2022 +0800
[INLONG-4696][Doc] Update the supported data nodes (#4697)
---
README.md | 36 +++++++++++++++++++++++++-----------
1 file changed, 25 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index aa06201e7..62d8d1bb3 100644
--- a/README.md
+++ b/README.md
@@ -67,17 +67,31 @@ You can use InLong in the following ways:
- Visualize your operations on [InLong
dashboard](https://inlong.apache.org/docs/next/user_guide/dashboard_usage).
## 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
|
+| Type | Name | Version |
Architecture |
+|--------------|-------------------|------------------------------|-----------------------|
+| Extract Node | Auto Push | None | Standard
|
+| | File | None | Standard
|
+| | Kafka | 2.x |
Lightweight, Standard |
+| | MySQL | 5.6, 5.7, 8.0.x |
Lightweight, Standard |
+| | MongoDB | >= 3.6 |
Lightweight |
+| | Oracle | 11,12,19 |
Lightweight |
+| | PostgreSQL | 9.6, 10, 11, 12 |
Lightweight |
+| | Pulsar | 2.8.x |
Lightweight |
+| | SQLServer | 2012, 2014, 2016, 2017, 2019 |
Lightweight |
+| Load Node | Auto Consumption | None | Standard
|
+| | Hive | 1.x, 2.x, 3.x |
Lightweight, Standard |
+| | Iceberg | 0.12.x |
Lightweight, Standard |
+| | ClickHouse | 20.7+ |
Lightweight, Standard |
+| | Kafka | 2.x |
Lightweight, Standard |
+| | HBase | 2.2.x |
Lightweight, Standard |
+| | PostgreSQL | 9.6, 10, 11, 12 |
Lightweight, Standard |
+| | Oracle | 11, 12, 19 |
Lightweight, Standard |
+| | MySQL | 5.6, 5.7, 8.0.x |
Lightweight, Standard |
+| | TDSQL-PostgreSQL | 10.17 |
Lightweight, Standard |
+| | Greenplum | 4.x, 5.x, 6.x |
Lightweight, Standard |
+| | Elasticsearch | 6.x, 7.x |
Lightweight, Standard |
+| | SQLServer | 2012, 2014, 2016, 2017, 2019 |
Lightweight, Standard |
+| | HDFS | 2.x, 3.x |
Lightweight, Standard |
## 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.