Skip to content

Commit

Permalink
[update][readme] list built-in plugins between default and lite Docke…
Browse files Browse the repository at this point in the history
…r images
  • Loading branch information
wgzhao committed Sep 11, 2024
1 parent 3178947 commit e147a7a
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
41 changes: 41 additions & 0 deletions lite-vs-default.md
Original file line number Diff line number Diff line change
@@ -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: |

0 comments on commit e147a7a

Please sign in to comment.