# dsfds **Repository Path**: zsz_1_0/dsfds ## Basic Information - **Project Name**: dsfds - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-18 - **Last Updated**: 2024-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dsfds 分布式故障诊断系统(dsfds) 介绍 本项目基于ABP vNext框架构建。基于机器学习对分布式系统的故障数据进行分析,设计故障诊断模型,高效地分析并识别故障类别,实现分布式系统故障运维的智能化,快速恢复故障的同时大大降低分布式系统运维工作的难度,减少运维对人力资源的消耗。 #### 软件架构 软件架构说明 本项目基于Angular、ASP.NETCore框架。 #### 安装教程 1. 克隆本仓库 git clone https://gitee.com/zsz_1_0/dsfds ### Angular 启动 2. cd angular 3. yarn 4. yarn start ### ASP.NET Core 启动 ## 运行数据库迁移程序 5. cd aspnet-core/Dsfds.DbMigrator 6. 修改 appsettings.json 中的数据库连接字符串 {"Default":"[your DB connectionString]"} 7. dotnet run ## 运行WebAPI 8. cd aspnet-core/Dsfds.HttpApi.Host 6. 修改 appsettings.json 中的数据库连接字符串 {"Default":"[your DB connectionString]"} 7. dotnet run #### 使用说明 1. 确保您已经安装了 ASP.NETCore 7 运行时 2. 确保您已经安装了 MySql 8.x