Aucune description

liweiquan e1c55a8869 Merge branch 'master' of http://gogsb.soaringnova.com/sxwl_DL/datax-admin il y a 2 ans
app 9ae33c1c1a 调试任务创建后启动 il y a 2 ans
assets e9dd7e13ef 资源更改位置 il y a 2 ans
auo_tests 6113b19b3e 1. 地址及相关配置重构 il y a 2 ans
configs e9dd7e13ef 资源更改位置 il y a 2 ans
constants bb4545a60f 调试模式、日志状态 il y a 2 ans
dag 38bd314365 新增dag文件 il y a 2 ans
data 4b6c89857b 数据源 kerberos验证 il y a 2 ans
docker 9ee0f52a71 update dockerfile il y a 2 ans
python 0ee72011ad 定时任务模块对接airflow il y a 2 ans
utils 1ad7206b6c 1. 完成基础work,job的构建 il y a 2 ans
.gitignore b6a68d2490 init il y a 2 ans
Dockerfile 1a89d8f896 update dockerfile il y a 2 ans
Makefile 9ee0f52a71 update dockerfile il y a 2 ans
README.md 049a1dff52 update deploy il y a 2 ans
development.ini bcc615351b update production.ini il y a 2 ans
docker-compose.yml 41755c8067 update il y a 2 ans
environment.yml 7f132bd181 update environmet il y a 2 ans
production.ini bcc615351b update production.ini il y a 2 ans
rdbms-example.json 6f0793d275 datax json mysql il y a 2 ans
rdbms-template.json 6f0793d275 datax json mysql il y a 2 ans
render_script_to_dag_manual.ipynb 3bb8fa5643 1. 添加了任务触发函数接口 il y a 2 ans
requirements.txt 2694cd54a3 1. 完成基础run的构建 il y a 2 ans
run.py d12923e2bf 1. 完成日志的格式化输出 il y a 2 ans
server.py fc4a0751c7 Merge remote-tracking branch 'origin/master' il y a 2 ans

README.md

Datax Admin

用于 dag 平台:

  • 数据源管理
  • 任务管理
  • 用户管理
  • 权限管理

启动

conda env create environment.yml
conda activate py38
python run.py

部署

在 k8s 生产环境设置 pod 的环境变量 APP_ENV=production

# 打包镜像
make image

# 打包镜像 + 用docker-compose启动容器
make deploy

# 在远程服务器的 REMOTE_WORKSPACE 下部署
make remote