com.wgzhao.addax:addax-all
A fast and versatile ETL tool that can transfer data between RDBMS and NoSQL seamlessly
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.2%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
A fast and versatile ETL tool that can transfer data between RDBMS and NoSQL seamlessly
Basic Info
- Host: GitHub
- Owner: wgzhao
- License: apache-2.0
- Language: Java
- Default Branch: master
- Homepage: https://wgzhao.github.io/Addax/
- Size: 47.9 MB
Statistics
- Stars: 1,331
- Watchers: 35
- Forks: 318
- Open Issues: 7
- Releases: 52
Topics
Metadata Files
README.md
Addax
A versatile open-source ETL tool
Addax is an extensible ETL (Extract, Transform, Load) tool supporting over 20 SQL/NoSQL data sources, developed as a fork and evolution of Alibaba's DataX. It provides a growing ecosystem of plugins and offers easy-to-follow configuration for data integrations.
🚀 Features
- Supports 20+ SQL and NoSQL data sources, and easily extendable for more.
- Configurable via simple JSON-based job descriptions.
- Actively maintained with improved architecture and added functionality compared to DataX.
- Docker images for quick deployment.
📚 Documentation
Detailed instructions on installation, configuration, and usage are available:
📦 Supported Data Sources
Addax supports a wide range of database systems and file sources. Below is a selection of supported platforms:
See the full list of supported data sources.
🛠️ Getting Started
Addax can be quickly installed and used via Docker, installation scripts, or compiled from source.
1. Use docker image
Pull the prebuilt Docker image and run a test job:
shell
docker pull quay.io/wgzhao/addax:latest
docker run -ti --rm --name addax \
quay.io/wgzhao/addax:latest \
/opt/addax/bin/addax.sh /opt/addax/job/job.json
2. Use installation script
Install Addax with a single command:
bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/wgzhao/Addax/master/install.sh)"
Installation paths: /usr/local (macOS), /opt/addax/ (Linux).
3. Compile and Package from Source
- Java Compiler: JDK 17
For developers aiming to create custom-builds, compile and package Addax locally:
shell
git clone https://github.com/wgzhao/addax.git addax
cd addax
export MAVEN_OPTS="-DskipTests -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -Dgpg.skip=true"
mvn clean package
mvn package -Pdistribution
The compiled binary will be in target/addax-<version>.
4. Run Your First Task
Load sample job configuration and test the setup:
bash
bin/addax.sh job/job.json
Explore more example jobs
📖 Runtime Requirements
- Java Runtime: JDK 17
- Python Version: Python 2.7+ / 3.7+ (Windows only)
🧩 Developing Addax
Building Documentation
Generate or preview online documentation locally using mkdocs:
shell
python3 -m pip install mkdocs-material
mkdocs build
mkdocs serve -a 0.0.0.0:8888
For publishing:
shell
export version=4.1.5
git checkout $version
mike deploy -p $version
Code Style Guidelines
Follow general Java conventions and patterns:
- Use IntelliJ IDE with Airlift's Code Style
- Categorize exceptions clearly with AddaxException (e.g.,
AddaxException(REQUIRE_VALUE, "missing required parameter")). - Use the Java 8 Stream API cautiously (avoid in performance-sensitive areas).
- Avoid ternary operators for non-trivial expressions.
- Include proper Apache license headers in every file.
Refer to our Programming Guidelines for commit message formats.
🗓️ Versioning Scheme
This project adheres to the Semantic Versioning (SemVer) standard with the format x.y.z. The meanings of each segment are as follows:
z(Patch Version):
- Bug fixes and performance improvements that do not affect compatibility with existing features.
- Example:
1.2.3 → 1.2.4
y(Minor Version):
- Introducing new features or module adjustments that could break backward compatibility.
- Example:
1.2.3 → 1.3.0
x(Major Version):
- Significant changes or new features that are often incompatible with previous versions.
- Example:
1.3.0 → 2.0.0
🌟 Star History
Star History
⚖️ License
This software is free to use under the Apache License 2.0.
💌 Special Thanks
Special thanks to JetBrains for providing open-source support to this project.
Owner
- Name: wgzhao
- Login: wgzhao
- Kind: user
- Location: China
- Repositories: 14
- Profile: https://github.com/wgzhao
DevOps Engineer, focus big-data kubernetes; Amateur Programmer, mostly Java, sometimes Python
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- given-names: "wgzhao"
email: wgzhao@gmail.com
title: "Addax"
version: 4.1.5
identifiers:
- type: url
value: 'https://github.com/wgzhao/Addax'
repository-code: 'https://github.com/wgzhao/Addax'
url: 'https://wgzhao.github.io/Addax'
license: Apache-2.0
GitHub Events
Total
- Create event: 135
- Issues event: 29
- Release event: 12
- Watch event: 128
- Delete event: 116
- Issue comment event: 208
- Push event: 327
- Pull request review event: 33
- Pull request review comment event: 48
- Pull request event: 246
- Fork event: 23
Last Year
- Create event: 135
- Issues event: 29
- Release event: 12
- Watch event: 128
- Delete event: 116
- Issue comment event: 208
- Push event: 327
- Pull request review event: 33
- Pull request review comment event: 48
- Pull request event: 246
- Fork event: 23
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| wgzhao | w****o@g****m | 1,423 |
| dependabot[bot] | 4****] | 210 |
| mingya.wmy | m****y@a****m | 11 |
| awol2005ex | a****x@1****m | 7 |
| luoxi | x****o@j****m | 6 |
| binaryWorld | h****a@g****m | 6 |
| asdf2014 | a****4@a****g | 5 |
| 韵成 | c****h@a****m | 4 |
| Chase | c****u@g****m | 4 |
| shf | h****f@a****m | 3 |
| bake.snn | b****n@a****m | 3 |
| TCeason | 3****n | 3 |
| mazhenlin | m****l@a****m | 2 |
| yyi | y****r@g****m | 2 |
| qingdao.gqs | q****s@a****m | 2 |
| HBSpy | z****y@1****m | 1 |
| IronsDu | i****u@g****m | 1 |
| Lintao Fan | f****6@g****m | 1 |
| Liu Jianping | h****y@f****m | 1 |
| Trafalgar | t****o@g****m | 1 |
| kingron | 1****8@q****m | 1 |
| muyuan | l****i@a****m | 1 |
| wanghui | w****i@w****m | 1 |
| weihebu | w****n@g****m | 1 |
| xinhong | 2****m | 1 |
| zhongtian-hu | h****y@o****m | 1 |
| 黄思伟 | 8****p | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 111
- Total pull requests: 709
- Average time to close issues: about 2 months
- Average time to close pull requests: 10 days
- Total issue authors: 60
- Total pull request authors: 10
- Average comments per issue: 3.21
- Average comments per pull request: 0.63
- Merged pull requests: 188
- Bot issues: 3
- Bot pull requests: 589
Past Year
- Issues: 27
- Pull requests: 381
- Average time to close issues: 13 days
- Average time to close pull requests: 9 days
- Issue authors: 14
- Pull request authors: 7
- Average comments per issue: 3.19
- Average comments per pull request: 0.62
- Merged pull requests: 89
- Bot issues: 2
- Bot pull requests: 299
Top Authors
Issue Authors
- weihebu (9)
- wgzhao (9)
- laixueyong (6)
- suiquantong (5)
- svea-vip (5)
- wangjiancheng180 (4)
- liuqian1990 (3)
- dependabot[bot] (3)
- QJG666 (3)
- ShawshankLin (3)
- xamaringo (2)
- zousy888 (2)
- xcmonline (2)
- lanyugod (2)
- yinlice (2)
Pull Request Authors
- dependabot[bot] (592)
- wgzhao (83)
- awol2005ex (25)
- Tyhoning (7)
- svea-vip (2)
- AllstarVirgo (2)
- beat4ocean (2)
- kingronjan (2)
- mutoulbj (1)
- HBSpy (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 66
- Total downloads: unknown
-
Total dependent packages: 101
(may contain duplicates) -
Total dependent repositories: 30
(may contain duplicates) - Total versions: 1,244
repo1.maven.org: com.wgzhao.addax:addax-common
Common library for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/addax-common/
- License: Apache License
-
Latest release: 4.3.0
published 10 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:addax-rdbms
RDBMS reader and writer library for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/addax-rdbms/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:addax-storage
General file system reader and writer library for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/addax-storage/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:addax-transformer
Transformer library for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/addax-transformer/
- License: Apache License
-
Latest release: 4.3.0
published 10 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:addax-core
The core library for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/addax-core/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:excelreader
Microsoft Excel file reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/excelreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:clickhousereader
Addax generic ETL tool
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/clickhousereader/
- License: Apache License
-
Latest release: 4.1.4
published almost 2 years ago
Rankings
repo1.maven.org: com.wgzhao.addax:rediswriter
Redis writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/rediswriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:dbfwriter
DBF file writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/dbfwriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.3
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:elasticsearchreader
ElasticSearch reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/elasticsearchreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:txtfilereader
local text files reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/txtfilereader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:jsonfilereader
JSON format files reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/jsonfilereader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:datareader
Fake data generator for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/datareader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:hdfsreader
Hadoop HDFS files reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/hdfsreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:streamwriter
stream(console) writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/streamwriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:greenplumwriter
Greenplum Database writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/greenplumwriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:influxdb2writer
InfluxDB 2.x writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/influxdb2writer/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:txtfilewriter
Local text file writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/txtfilewriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:ftpwriter
FTP remote file writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/ftpwriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:tdenginereader
Addax generic ETL tool
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/tdenginereader/
- License: Apache License
-
Latest release: 4.1.4
published almost 2 years ago
Rankings
repo1.maven.org: com.wgzhao.addax:mongodbreader
MongoDB reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/mongodbreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:hbase11xreader
HBase 11.x reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/hbase11xreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:redisreader
Redis reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/redisreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:hbase11xsqlwriter
HBase 11.x writer plugin with phoenix for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/hbase11xsqlwriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:sqlserverreader
Microsoft SQLServer reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/sqlserverreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:streamreader
stream reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/streamreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:hdfswriter
Hadoop HDFS file writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/hdfswriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:doriswriter
Apache Doris writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/doriswriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:rdbmsreader
Any RDBMS reader plugin with jdbc for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/rdbmsreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:dbfreader
DBF file reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/dbfreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:clickhousewriter
ClickHouse writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/clickhousewriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:httpreader
HTTP JSON response content reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/httpreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:influxdbreader
InfluxDB 1.x reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/influxdbreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:elasticsearchwriter
ElasticSearch writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/elasticsearchwriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:mongodbwriter
MongoDB writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/mongodbwriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:excelwriter
Microsoft Excel file writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/excelwriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:hbase11xsqlreader
HBase 11.x reader plugin with phoenix for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/hbase11xsqlreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:influxdb2reader
InfluxDB 2.x reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/influxdb2reader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:hbase20xreader
HBase 2.x reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/hbase20xreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:rdbmswriter
Any RDBMS writer plugin with jdbc for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/rdbmswriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:mysqlreader
MySQL reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/mysqlreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:cassandrawriter
Cassandra writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/cassandrawriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:hivereader
Apache Hive reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/hivereader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:sqlitereader
SQLite reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/sqlitereader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:sqlitewriter
SQLite writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/sqlitewriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:oraclereader
Oracle Database reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/oraclereader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:tdenginewriter
TDEngine Time-Series Database writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/tdenginewriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:oraclewriter
Oracle database writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/oraclewriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:kuduwriter
Apache Kudu writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/kuduwriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:influxdbwriter
InfluxDB 1.x writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/influxdbwriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:kudureader
Apache Kudu reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/kudureader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:mysqlwriter
MySQL writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/mysqlwriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:ftpreader
FTP remote files reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/ftpreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:cassandrareader
Cassandra reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/cassandrareader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:addax-all
Addax: a versatile open-source ETL tool
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/addax-all/
- License: Apache License
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:hbase20xsqlwriter
HBase 2.x writer plugin with phoenix for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/hbase20xsqlwriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:postgresqlreader
PostgreSQL reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/postgresqlreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:hbase11xwriter
HBase 1.1.x writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/hbase11xwriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:sqlserverwriter
Microsoft SQLServer writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/sqlserverwriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:hbase20xsqlreader
HBase 2.x reader plugin with phoenix for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/hbase20xsqlreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:postgresqlwriter
PostgreSQL writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/postgresqlwriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:starrockswriter
Starrocks writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/starrockswriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:kafkawriter
Kafka writer plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/kafkawriter/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:databendreader
Databend reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/databendreader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:s3reader
Amazon AWS s3 or variant reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/s3reader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
repo1.maven.org: com.wgzhao.addax:hanareader
SAP HANA reader plugin for Addax
- Homepage: https://wgzhao.github.io/Addax
- Documentation: https://appdoc.app/artifact/com.wgzhao.addax/hanareader/
- License: Apache-2.0,Apache-2.0
-
Latest release: 6.0.4
published 5 months ago
Rankings
Dependencies
- actions/checkout v3 composite
- actions/setup-java v3.9.0 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/autobuild v2 composite
- github/codeql-action/init v2 composite
- actions/checkout v3 composite
- actions/create-release v1 composite
- actions/setup-java v3.9.0 composite
- softprops/action-gh-release v1 composite
- stCarolas/setup-maven v4 composite
- actions/checkout v3 composite
- actions/setup-java v3.9.0 composite
- stCarolas/setup-maven v4 composite
- airdock/oraclejdk 1.8 build
- maven 3.6-jdk-8 build
- com.alibaba.fastjson2:fastjson2 ${fastjson2.version}
- commons-io:commons-io ${commons.io.version}
- commons-logging:commons-logging ${commons.logging.version}
- org.anarres.lzo:lzo-core 1.0.6
- org.apache.commons:commons-lang3 ${commons.lang3.version}
- org.slf4j:slf4j-api
- ch.qos.logback:logback-classic ${logback.version}
- ch.qos.logback:logback-core ${logback.version}
- com.alibaba:fastjson ${fastjson2.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-transformer ${project.version}
- commons-cli:commons-cli ${commons.cli.version}
- commons-io:commons-io ${commons.io.version}
- org.apache.commons:commons-lang3 ${commons.lang3.version}
- org.apache.httpcomponents:httpasyncclient ${httpasync.version}
- org.apache.httpcomponents:httpclient ${httpclient.version}
- org.apache.httpcomponents:httpcore ${httpcore.version}
- org.apache.httpcomponents:httpcore-nio ${httpcore.version}
- org.codehaus.groovy:groovy ${groovy.version}
- org.slf4j:slf4j-api
- com.alibaba:druid ${druid.version}
- com.alibaba:fastjson ${fastjson2.version}
- com.google.guava:guava ${guava.version}
- com.wgzhao.addax:addax-common ${project.version}
- org.apache.commons:commons-dbcp2 2.9.0
- org.apache.commons:commons-lang3 ${commons.lang3.version}
- org.slf4j:slf4j-api ${slf4j.version}
- com.alibaba:fastjson ${fastjson2.version}
- com.github.luben:zstd-jni ${zstd.version}
- com.google.guava:guava ${guava.version}
- com.wgzhao.addax:addax-common ${project.version}
- commons-io:commons-io ${commons.io.version}
- io.airlift:aircompressor ${aircompressor.version}
- org.apache.commons:commons-compress ${commons.compress.version}
- org.apache.commons:commons-csv ${commons.csv.version}
- org.apache.commons:commons-lang3 ${commons.lang3.version}
- org.slf4j:slf4j-api
- org.tukaani:xz ${xz.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.datastax.cassandra:cassandra-driver-core ${cassandra.jdbc.version}
- com.google.guava:guava ${guava.version}
- com.wgzhao.addax:addax-common ${project.version}
- commons-codec:commons-codec ${commons.codec.version}
- org.slf4j:slf4j-api
- com.clickhouse:clickhouse-jdbc ${clickhouse.jdbc.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- com.google.guava:guava ${guava.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.github.albfernandez:javadbf ${javadbf.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-storage ${project.version}
- commons-io:commons-io ${commons.io.version}
- org.slf4j:slf4j-api ${slf4j.version}
- com.wgzhao.addax:addax-common ${project.version}
- io.searchbox:jest ${jest.version}
- io.searchbox:jest-common ${jest.version}
- joda-time:joda-time ${joda.time.version}
- ognl:ognl ${ognl.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-storage ${project.version}
- org.apache.poi:poi ${poi.version}
- org.apache.poi:poi-ooxml ${poi.version}
- com.jcraft:jsch ${jsch.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-storage ${project.version}
- commons-net:commons-net ${commons.net.version}
- org.slf4j:slf4j-api
- com.wgzhao.addax:addax-common ${project.version}
- org.apache.hbase:hbase-client ${hbase1.version}
- org.apache.hbase:hbase-common ${hbase1.version}
- com.wgzhao.addax:addax-common ${project.version}
- org.apache.phoenix:phoenix-core ${phoenix1.version}
- org.slf4j:slf4j-api ${slf4j.version}
- com.wgzhao.addax:addax-common ${project.version}
- commons-logging:commons-logging ${commons.logging.version}
- org.apache.hadoop:hadoop-common ${hadoop.common.version}
- org.apache.hbase:hbase-client ${hbase2.version}
- org.apache.hbase:hbase-common ${hbase2.version}
- org.apache.zookeeper:zookeeper ${zookeeper.version}
- com.wgzhao.addax:addax-rdbms ${project.version} compile
- com.wgzhao.addax:addax-common ${project.version}
- org.apache.commons:commons-lang3 ${commons.lang3.version}
- org.apache.phoenix:phoenix-client-hbase-2.1 5.1.2
- org.slf4j:slf4j-api ${slf4j.version}
- com.google.guava:guava ${guava.version} compile
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-storage ${project.version}
- org.apache.avro:avro ${avro.version}
- org.apache.hadoop:hadoop-common ${hadoop.version}
- org.apache.hadoop:hadoop-mapreduce ${hadoop.version}
- org.apache.hadoop:hadoop-mapreduce-client-core ${hadoop.version}
- org.apache.hive:hive-common ${hive.version}
- org.apache.hive:hive-exec ${hive.version}
- org.apache.orc:orc-core ${orc.version}
- org.apache.parquet:parquet-avro ${parquet.version}
- org.apache.parquet:parquet-hadoop-bundle ${parquet.version}
- org.xerial.snappy:snappy-java ${snappy.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- org.apache.hadoop:hadoop-common ${hadoop.version}
- org.apache.hive:hive-jdbc ${hive.jdbc.version}
- com.wgzhao.addax:addax-common ${project.version} compile
- org.apache.httpcomponents:httpclient ${httpclient.version} compile
- commons-net:commons-net ${commons.net.version}
- org.slf4j:slf4j-api
- com.influxdb:influxdb-client-java ${influxdb.client.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- org.apache.httpcomponents:fluent-hc ${fluent.hc.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- org.apache.httpcomponents:fluent-hc ${fluent.hc.version}
- com.wgzhao.addax:addax-storage ${project.version} compile
- com.jayway.jsonpath:json-path 2.7.0
- com.wgzhao.addax:addax-common
- org.apache.commons:commons-compress 1.21
- org.slf4j:slf4j-api
- com.esotericsoftware:kryo 5.3.0
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- org.apache.hadoop:hadoop-common ${hadoop.version}
- org.apache.kafka:kafka-clients 2.8.0
- com.google.guava:guava ${guava.version} compile
- ch.qos.logback:logback-classic
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-storage ${project.version}
- org.apache.kudu:kudu-client ${kudu.version}
- org.slf4j:slf4j-api
- com.wgzhao.addax:addax-common ${project.version}
- org.mongodb:mongo-java-driver ${mongodb.jdbc.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- mysql:mysql-connector-java ${mysql.jdbc.version}
- com.wgzhao.addax:addax-common ${project.version} compile
- com.wgzhao.addax:addax-rdbms ${project.version} compile
- com.oracle.database.jdbc:ojdbc8 ${oracle.jdbc.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- org.postgresql:postgresql ${postgresql.jdbc.version}
- org.slf4j:slf4j-api
- com.ibm.db2.jcc:db2jcc db2jcc4
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- org.slf4j:slf4j-api
- com.moilioncircle:redis-replicator ${redis.replicator.version}
- com.wgzhao.addax:addax-common ${project.version}
- org.apache.httpcomponents:httpclient ${httpclient.version}
- org.slf4j:slf4j-api ${slf4j.version}
- redis.clients:jedis ${jedis.version}
- com.wgzhao.addax:addax-storage ${project.version} compile
- software.amazon.awssdk:bom 2.17.226 import
- com.wgzhao.addax:addax-common ${project.version}
- software.amazon.awssdk:s3
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- org.xerial:sqlite-jdbc ${sqlite.jdbc.version}
- ch.qos.logback:logback-classic
- com.microsoft.sqlserver:mssql-jdbc ${mssql.jdbc.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.taosdata.jdbc:taos-jdbcdriver ${taos.jdbc.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- com.google.guava:guava ${guava.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-storage ${project.version}
- commons-beanutils:commons-beanutils ${commons.beanutils.version}
- net.sourceforge.javacsv:javacsv ${javacsv.version}
- org.apache.commons:commons-compress 1.21
- com.datastax.cassandra:cassandra-driver-core ${cassandra.jdbc.version}
- com.wgzhao.addax:addax-common 4.0.12-SNAPSHOT
- commons-codec:commons-codec ${commons.codec.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- org.slf4j:slf4j-api
- ru.yandex.clickhouse:clickhouse-jdbc ${clickhouse.jdbc.version}
- com.alibaba:fastjson ${fastjson2.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- commons-codec:commons-codec ${commons.codec.version}
- commons-logging:commons-logging ${commons.logging.version}
- mysql:mysql-connector-java ${mysql.jdbc.version}
- org.apache.commons:commons-lang3 ${commons.lang3.version}
- org.apache.httpcomponents:httpclient ${httpclient.version}
- org.apache.httpcomponents:httpcore ${httpcore.version}
- org.apache.httpcomponents:httpmime 4.5.13
- org.slf4j:slf4j-api
- com.github.albfernandez:javadbf ${javadbf.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-storage ${project.version}
- org.slf4j:slf4j-api
- org.junit.jupiter:junit-jupiter-api 5.8.2 test
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- org.apache.httpcomponents:httpclient ${httpclient.version}
- com.wgzhao.addax:addax-common ${project.version}
- io.searchbox:jest ${jest.version}
- io.searchbox:jest-common ${jest.version}
- joda-time:joda-time ${joda.time.version}
- com.wgzhao.addax:addax-common ${project.version}
- org.apache.poi:poi ${poi.version}
- org.apache.poi:poi-ooxml ${poi.version}
- com.jcraft:jsch ${jsch.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-storage ${project.version}
- commons-net:commons-net ${commons.net.version}
- org.slf4j:slf4j-api
- ch.qos.logback:logback-classic
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- org.postgresql:postgresql ${postgresql.jdbc.version}
- com.wgzhao.addax:addax-common ${project.version} compile
- com.alibaba:fastjson ${fastjson2.version}
- com.google.guava:guava ${guava.version}
- org.apache.commons:commons-lang3 ${commons.lang3.version}
- org.apache.hbase:hbase-client ${hbase1.version}
- org.apache.hbase:hbase-common ${hbase1.version}
- org.apache.phoenix:phoenix-core ${phoenix1.version}
- org.slf4j:slf4j-api ${slf4j.version}
- com.google.guava:guava ${guava.version}
- com.wgzhao.addax:addax-common ${project.version}
- org.apache.hadoop:hadoop-common ${hadoop.version}
- org.apache.hbase:hbase-client ${hbase1.version}
- org.apache.hbase:hbase-common ${hbase1.version}
- com.wgzhao.addax:addax-common ${project.version}
- org.apache.phoenix:phoenix-client-hbase-2.1 ${phoenix2.version}
- com.wgzhao.addax:addax-storage ${project.version} compile
- com.google.protobuf:protobuf-java 3.21.7
- com.wgzhao.addax:addax-common ${project.version}
- org.apache.avro:avro ${avro.version}
- org.apache.hadoop:hadoop-common ${hadoop.version}
- org.apache.hadoop:hadoop-mapreduce-client-core ${hadoop.version}
- org.apache.hive:hive-common ${hive.version}
- org.apache.hive:hive-storage-api 2.8.1
- org.apache.orc:orc-core ${orc.version}
- org.apache.parquet:parquet-avro ${parquet.version}
- org.apache.parquet:parquet-hadoop-bundle ${parquet.version}
- org.xerial.snappy:snappy-java ${snappy.version}
- org.junit.jupiter:junit-jupiter-api ${junit.version} test
- com.influxdb:influxdb-client-java ${influxdb.client.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- org.influxdb:influxdb-java ${influxdbClient.version}
- com.esotericsoftware:kryo 5.3.0
- com.wgzhao.addax:addax-common ${project.version}
- org.apache.kafka:kafka-clients 2.0.0
- com.alibaba.fastjson2:fastjson2 ${fastjson2.version}
- com.wgzhao.addax:addax-common
- org.apache.kudu:kudu-client ${kudu.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- com.wgzhao.addax:addax-storage ${project.version}
- org.mongodb:mongo-java-driver ${mongodb.jdbc.version}
- ch.qos.logback:logback-classic
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- mysql:mysql-connector-java ${mysql.jdbc.version}
- ch.qos.logback:logback-classic
- com.oracle.database.jdbc:ojdbc8 ${oracle.jdbc.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- org.postgresql:postgresql ${postgresql.jdbc.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- com.wgzhao.addax:addax-common ${project.version}
- redis.clients:jedis ${jedis.version}
- com.wgzhao.addax:addax-storage ${project.version} compile
- software.amazon.awssdk:bom 2.17.226 import
- com.wgzhao.addax:addax-common ${project.version}
- software.amazon.awssdk:s3
- ch.qos.logback:logback-classic
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- org.xerial:sqlite-jdbc ${sqlite.jdbc.version}
- com.microsoft.sqlserver:mssql-jdbc ${mssql.jdbc.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- com.alibaba:fastjson ${fastjson2.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- commons-codec:commons-codec ${commons.codec.version}
- commons-logging:commons-logging ${commons.logging.version}
- mysql:mysql-connector-java ${mysql.jdbc.version}
- org.apache.commons:commons-lang3 ${commons.lang3.version}
- org.apache.httpcomponents:httpclient ${httpclient.version}
- org.apache.httpcomponents:httpcore ${httpcore.version}
- org.slf4j:slf4j-api
- com.wgzhao.addax:addax-common ${project.version}
- ch.qos.logback:logback-classic
- com.taosdata.jdbc:taos-jdbcdriver ${taos.jdbc.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-rdbms ${project.version}
- com.wgzhao.addax:addax-common ${project.version}
- com.wgzhao.addax:addax-storage ${project.version}
- ch.qos.logback:logback-classic 1.3.4
- ch.qos.logback:logback-core 1.3.4
- com.alibaba:fastjson 2.0.8
- com.wgzhao.addax:addax-common 4.0.12-SNAPSHOT
- org.slf4j:slf4j-api 2.0.3