https://github.com/rainbowatcher/datax-go-client
a native execute file used to replace datax.py, 一个可执行的单文件,用来替代datax.py
https://github.com/rainbowatcher/datax-go-client
Last synced: about 1 year ago
JSON representation
a native execute file used to replace datax.py, 一个可执行的单文件,用来替代datax.py
- Host: GitHub
- URL: https://github.com/rainbowatcher/datax-go-client
- Owner: rainbowatcher
- License: mit
- Created: 2023-05-30T07:45:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T13:36:17.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T17:43:10.905Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 2.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Datax Go Client
This project provides an executable program to replace `datax.py`. suitable for launching Datax in environments lacking a Python setup. you can find binarys in [release page](https://github.com/rainbowatcher/datax-go-client/release)
一个可执行的单文件,用来替代`datax.py`,适合在没有 python 环境的情况下启动 `Datax`,release页面提供[文件下载地址](https://github.com/rainbowatcher/datax-go-client/release)
## Usage
### Commands
Below are a list of commands available in this project:
| Command | Description |
| ------------ | ------------------------------------------------------- |
| `just` | List all available commands |
| `just fmt` | Formats all go files in the project |
| `just build` | Builds the project and outputs the executable to `/out` |
| `just start` | Build and Starts the built executable from `/out` |
| `just test` | Runs all tests in the project |
## License
This project is licensed under the [MIT license](LICENSE).