Install and Start
Prerequisites
Please make user you have Docker running on your env, before all things started.
Only linux system is tested until now.
Installation
With Git
- Clone Tapdata Repo.
- Run
bash build/quick-use.sh
will pull and start a all in one container
Quick Dev
- Clone Tapdata Repo.
- run
bash build/quick-dev.sh
will build a docker image from source and start a all in one container
If you want to build in docker, please install docker and set build/env.sh tapdata_build_env to “docker” (default)
If you want to build in local, please install:
- JDK
- maven set build/env.sh tapdata_build_env to “local”
run bash build/clean.sh
If you want to clean build target
What’s next
After you’ve installed Tapdata, you can make your data on tap, see the following documents:
- Transform Data from MySQL to MySQL in Real-Time
- Transform Data from MySQL to MongoDB in Real-Time
- Data processing during the Transform