# data-management **Repository Path**: arye/data-management ## Basic Information - **Project Name**: data-management - **Description**: 数据治理 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-14 - **Last Updated**: 2022-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Python环境依赖生成 ```shell pip freeze > requirements.txt ``` ## git ```shell git config --global user.name "" git config --global user.email "" ``` ### 开发 ```shell git clone https://gitee.com/arye/data-management.git cd data-management git add . git commit -m "修改了啥" git push ``` ### 部署 ```shell cd /opt/module/giteeProjects git clone https://gitee.com/arye/data-management.git cd data-management git pull ``` ## 在DS调度器上的执行方式 ```shell cd /opt/module/giteeProjects/data-management;git pull ``` ```shell cd /opt/module/giteeProjects/data-management/monitoring;/opt/module/miniconda3/bin/python df.py cd /opt/module/giteeProjects/data-management/monitoring;/opt/module/miniconda3/bin/python hdfs.py cd /opt/module/giteeProjects/data-management/monitoring;/opt/module/miniconda3/bin/python hive_tb.py ```