diff --git a/README.md b/README.md index c4da98f15..997d9673f 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ docker pull quay.io/wgzhao/addax:latest-lite docker run -ti --rm --name addax quay.io/wgzhao/addax:latest-lite /opt/addax/bin/addax.sh /opt/addax/job/job.json ``` +[here][lite-vs-default.md] is the difference between the default image and the lite image. + ### Use install script ```shell diff --git a/README_zh.md b/README_zh.md index 0ab1e82c0..0bf38cf37 100644 --- a/README_zh.md +++ b/README_zh.md @@ -82,6 +82,8 @@ docker pull quay.io/wgzhao/addax:latest-lite docker run -ti --rm --name addax quay.io/wgzhao/addax:latest-lite /opt/addax/bin/addax.sh /opt/addax/job/job.json ``` +[这里][lite-vs-default.md] 列出了 `lite` 和 `default` 镜像所包含的插件的区别。 + ### 使用一键安装脚本 ```shell diff --git a/lite-vs-default.md b/lite-vs-default.md new file mode 100644 index 000000000..8eea5835d --- /dev/null +++ b/lite-vs-default.md @@ -0,0 +1,41 @@ + +## Differences between the lite and default docker images + +| plugin | lite | default | +|---------------------|------|-------| +| Access | :x: | :white_check_mark: | +| Cassandra | :x: | :white_check_mark: | +| ClickHouse | :x: | :white_check_mark: | +| Databend | :x: | :white_check_mark: | +| Datareader | :white_check_mark: | :white_check_mark: | +| DB2 | :x: | :white_check_mark: | +| DBF | :x: | :white_check_mark: | +| ElasticSearch | :x: | :white_check_mark: | +| Excel | :x: | :white_check_mark: | +| FTP | :x: | :white_check_mark: | +| HBase 1.x | :x: | :white_check_mark: | +| HBase 2.x | :x: | :white_check_mark: | +| HDFS | :white_check_mark: | :white_check_mark: | +| Hive | :white_check_mark: | :white_check_mark: | +| HTTP | :x: | :white_check_mark: | +| Greenplum | :x: | :white_check_mark: | +| InfluxDB | :x: | :white_check_mark: | +| InfluxDB2 | :x: | :white_check_mark: | +| json | :x: | :x: | +| Kafka | :x: | :white_check_mark: | +| kudu | :x: | :white_check_mark: | +| MongoDB | :x: | :white_check_mark: | +| MySQL/MariaDB | :white_check_mark: | :white_check_mark: | +| Oracle | :white_check_mark: | :white_check_mark: | +| PostgreSQL | :white_check_mark: | :white_check_mark: | +| AWS S3 | :x: | :white_check_mark: | +| Trino | :x: | :white_check_mark: | +| RDBMS | :white_check_mark: | :white_check_mark: | +| Redis | :x: | :white_check_mark: | +| SQLite | only reader | :white_check_mark: | +| SQL Server | :white_check_mark: | :white_check_mark: | +| Stream | :white_check_mark: | :white_check_mark: | +| Sybase Anywhere | :x: | :white_check_mark: | +| TDengine | :x: | :white_check_mark: | +| TDH Inceptor2 | :x: | :white_check_mark: | +| TEXT | :white_check_mark: | :white_check_mark: |