# audit-api **Repository Path**: kubocloud/audit-api ## Basic Information - **Project Name**: audit-api - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-05-28 - **Last Updated**: 2021-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目介绍 项目基于K8s构建一站式机器学习平台 ## RUN DEMO ### 必要条件: 导入maven项目,下载所需的依赖包 mysql下创建数据库dubhe,初始化数据脚本(sql 包下的dubhe.sql文件) 安装redis ### 启动: mvn spring-boot:run ### 部署: ## 代码结构: ``` ├── common 公共模块 ├── dubhe-admin 平台管理模块 ``` c