Aucune description

liuyan 1a63f6fbed test il y a 2 ans
app 1a63f6fbed test il y a 2 ans
assets 90adab24da update dockerfile il y a 2 ans
auo_tests 1a8e802786 add hostalias il y a 2 ans
configs cd9f0d3970 add idcprod il y a 2 ans
constants dce3d479fc 超时时间传参判定修改 il y a 2 ans
dag 38bd314365 新增dag文件 il y a 2 ans
data 94f8cb5840 增加镜像type il y a 2 ans
docker 58342ff31a docker/txprod il y a 2 ans
utils 25d8058a67 mysql获取表数据时,表头获取方法修改 il y a 2 ans
.gitignore d93c092df7 fix: bug principal il y a 2 ans
Dockerfile 90adab24da update dockerfile il y a 2 ans
Makefile ed29915313 update idcprod il y a 2 ans
README.md 33b0aeaf36 update readme.md il y a 2 ans
debug.ipynb 7da7f95ada 1. 设置python 作业 默认执行脚本为main.py il y a 2 ans
delete.py cd02cc7b6f 定时删除日志 il y a 2 ans
development.ini 44200bae94 新增导出接口 il y a 2 ans
docker-compose.yml 56d68ae0af 合并分支 il y a 2 ans
environment.yml aee5194a2d 增加kazoo依赖 il y a 2 ans
idcprod.ini 805e095964 Merge branch 'integration' of http://gogsb.soaringnova.com/sxwl_DL/datax-admin into integration il y a 2 ans
idctest.ini d6a2c8b621 配置腾讯云生产与电信云测试环境hive高可用 il y a 2 ans
production.ini 1881841e77 对接镜像资源 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
run_delete.py cd02cc7b6f 定时删除日志 il y a 2 ans
server.py c8dc61e8d1 merge il y a 2 ans
sxkj.ini 3a94d7c563 预览数据进行模糊查询 il y a 2 ans
test_run.py 8b4c957718 获取表数据,所有数据转为字符串类型 il y a 2 ans
txprod.ini d6a2c8b621 配置腾讯云生产与电信云测试环境hive高可用 il y a 2 ans
txtest.ini 96bfe8cb42 nodeSelector 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