Files
mayfly-go/README.md

114 lines
4.8 KiB
Markdown
Raw Normal View History

# 🌈Dromara mayfly-go
2022-05-24 07:35:58 +00:00
2024-11-21 19:02:15 +08:00
<p align="center">
<a href="./README_EN.md">English</a> |
<a href="https://www.yuque.com/may-fly/mayfly-go">项目文档</a> |
<a href="https://space.bilibili.com/484091081/channel/collectiondetail?sid=392854">操作视频</a> |
</p>
2022-08-11 02:58:06 +00:00
<p align="center">
<a href="https://gitee.com/dromara/mayfly-go" target="_blank">
<img src="https://gitee.com/dromara/mayfly-go/badge/star.svg?theme=white" alt="star"/>
<img src="https://gitee.com/dromara/mayfly-go/badge/fork.svg" alt="fork"/>
2022-08-11 02:58:06 +00:00
</a>
<a href="https://github.com/dromara/mayfly-go" target="_blank">
<img src="https://img.shields.io/github/stars/dromara/mayfly-go.svg?style=social" alt="github star"/>
<img src="https://img.shields.io/github/forks/dromara/mayfly-go.svg?style=social" alt="github fork"/>
2022-08-11 02:58:06 +00:00
</a>
2025-05-22 23:29:50 +08:00
<a href="https://github.com/dromara/mayfly-go" target="_blank">
<img src="https://gitcode.com/dromara/mayfly-go/star/badge.svg" alt="github star"/>
</a>
2023-04-07 22:45:21 +08:00
<a href="https://hub.docker.com/r/mayflygo/mayfly-go/tags" target="_blank">
<img src="https://img.shields.io/docker/pulls/mayflygo/mayfly-go.svg?label=docker%20pulls&color=fac858" alt="docker pulls"/>
</a>
2022-08-11 02:58:06 +00:00
<a href="https://github.com/golang/go" target="_blank">
2025-05-22 23:29:50 +08:00
<img src="https://img.shields.io/badge/Golang-1.24%2B-yellow.svg" alt="golang"/>
2022-08-11 02:58:06 +00:00
</a>
<a href="https://cn.vuejs.org" target="_blank">
<img src="https://img.shields.io/badge/Vue-3.x-green.svg" alt="vue">
</a>
</p>
2024-11-21 19:02:15 +08:00
## 前言
2020-09-01 10:36:29 +08:00
Web 版 **统一管理操作平台**,集成了对 Linux 系统的全面操作支持(包括终端管理[终端回放、命令过滤]、文件管理、脚本执行、进程监控及计划任务设置),同时提供了多种数据库(如 MySQL、PostgreSQL、Oracle、SQL Server、达梦、高斯、SQLite 等)的数据操作、数据同步与数据迁移功能。此外,还支持 Redis单机、哨兵、集群模式、 MongoDB 、Es 的操作管理,并结合工单流程审批功能,为企业提供一站式的运维与管理解决方案。
2021-05-08 17:57:24 +08:00
2024-11-21 19:02:15 +08:00
## 开发语言与主要框架
2023-07-22 20:51:46 +08:00
2021-06-07 17:47:20 +08:00
- 前端typescript、vue3、element-plus
2021-05-08 17:57:24 +08:00
- 后端golang、gin、gorm
2024-11-21 19:02:15 +08:00
## 交流及问题反馈加 QQ 群
2021-09-01 01:56:32 +00:00
2023-07-22 20:51:46 +08:00
<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=IdJSHW0jTMhmWFHBUS9a83wxtrxDDhFj&jump_from=webapi">119699946</a>
2022-05-24 07:35:58 +00:00
2024-11-21 19:02:15 +08:00
## 演示环境
2023-07-22 20:51:46 +08:00
2023-08-28 17:25:59 +08:00
http://go.mayfly.run
2023-07-22 20:51:46 +08:00
账号/密码test/test123.
2021-05-08 20:47:58 +08:00
2024-11-21 19:02:15 +08:00
## 系统核心功能截图
2022-05-24 07:35:58 +00:00
#### 首页
2023-07-22 20:51:46 +08:00
2025-09-06 21:32:48 +08:00
![首页](https://foruda.gitee.com/images/1757163736351080323/afb6b330_1240250.png "屏幕截图")
2021-05-08 17:57:24 +08:00
2025-09-06 21:32:48 +08:00
#### 资源管理
2023-07-22 20:51:46 +08:00
2025-09-06 21:32:48 +08:00
![资源树](https://foruda.gitee.com/images/1757163958991119284/83eb2171_1240250.png "屏幕截图")
2023-07-22 20:51:46 +08:00
2025-09-06 21:32:48 +08:00
#### 资源操作
2022-05-24 07:35:58 +00:00
2025-09-06 21:32:48 +08:00
![终端操作](https://foruda.gitee.com/images/1757164093410206293/1c7dda30_1240250.png)
2023-07-22 20:51:46 +08:00
2025-09-06 21:32:48 +08:00
![文件操作](https://foruda.gitee.com/images/1757164149388450531/0542398c_1240250.png)
![文件查看](https://foruda.gitee.com/images/1714378482611638688/7753faf6_1240250.png "屏幕截图")
2022-05-24 07:35:58 +00:00
2023-07-22 20:51:46 +08:00
2025-09-06 21:32:48 +08:00
![sql编辑器](https://foruda.gitee.com/images/1757164386318836686/c3b17a52_1240250.png)
2022-05-24 07:35:58 +00:00
2023-07-22 20:51:46 +08:00
2025-09-06 21:32:48 +08:00
![选表查数据](https://foruda.gitee.com/images/1757164281011401749/5109485f_1240250.png)
2022-05-24 07:35:58 +00:00
2025-09-06 21:32:48 +08:00
![redis操作](https://foruda.gitee.com/images/1757164442298752845/4af1b296_1240250.png)
2022-05-24 07:35:58 +00:00
![mongo操作](https://foruda.gitee.com/images/1714378916425714642/77fc0ed9_1240250.png "屏幕截图")
2025-09-06 21:32:48 +08:00
![es操作](https://foruda.gitee.com/images/1757164553845346963/b5b70381_1240250.png)
![容器操作](https://foruda.gitee.com/images/1757164625186816754/2b195e25_1240250.png)
#### 工单流程审批
![流程审批](https://foruda.gitee.com/images/1714379057627690037/ad136862_1240250.png "屏幕截图")
2022-05-24 07:35:58 +00:00
#### 系统管理
2023-07-22 20:51:46 +08:00
2022-05-24 07:35:58 +00:00
##### 账号管理
2023-07-22 20:51:46 +08:00
![账号管理](https://foruda.gitee.com/images/1714379179491881231/c6d802ae_1240250.png "屏幕截图")
2021-06-07 17:47:20 +08:00
2022-05-24 07:35:58 +00:00
##### 角色管理
2023-07-22 20:51:46 +08:00
![角色管理](https://foruda.gitee.com/images/1714379269408676381/6ac1e85c_1240250.png "屏幕截图")
2021-06-07 17:47:20 +08:00
##### 菜单资源管理
2023-07-22 20:51:46 +08:00
![菜单资源管理](https://foruda.gitee.com/images/1714379321338009940/a00d6a02_1240250.png "屏幕截图")
2024-11-21 19:02:15 +08:00
**其他更多功能&操作指南可查看上述项目文档**
2023-07-22 20:51:46 +08:00
2024-11-21 19:02:15 +08:00
## 💌 支持作者
2022-05-24 07:35:58 +00:00
2025-05-22 23:29:50 +08:00
如果觉得项目不错,或者已经在使用了,希望你可以去 <a target="_blank" href="https://github.com/dromara/mayfly-go">Github</a><a target="_blank" href="https://gitee.com/dromara/mayfly-go">Gitee</a><a target="_blank" href="https://gitcode.com/dromara/mayfly-go">Gitcode</a> 帮我点个 ⭐ Star这将是对我极大的鼓励与支持。
2025-04-15 21:42:31 +08:00
2025-04-16 12:09:55 +08:00
> 喝杯咖啡 ☕️ 或者来杯奶茶 🧋,让作者更有精神,写出更棒的代码!
2025-04-15 21:42:31 +08:00
<img class="no-margin" src="https://foruda.gitee.com/images/1744113367791412282/36a3c23b_1240250.png" alt="微信打赏" width="200" height="200">
> **特别感谢:**
2025-04-16 12:09:55 +08:00
> 赞助金额达 199 元以上加微信wx-error可受邀进入付费交流群享受更快、更优先的技术支持与交流服务