All Projects → micro-in-cn → Platform Web

micro-in-cn / Platform Web

Licence: apache-2.0
micro platform web dashboard 服务治理与监控平台

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Platform Web

Platform
A @laravel based RAD platform for back-office applications, admin/user panels, and dashboards.
Stars: ✭ 2,623 (+2422.12%)
Mutual labels:  platform, dashboard, admin
Thingsboard
Open-source IoT Platform - Device management, data collection, processing and visualization.
Stars: ✭ 10,526 (+10021.15%)
Mutual labels:  platform, dashboard
Binda
Headless CMS based on Ruby on Rails
Stars: ✭ 60 (-42.31%)
Mutual labels:  dashboard, admin
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (+1045.19%)
Mutual labels:  dashboard, admin
Ant Design Vue Pro
👨🏻‍💻👩🏻‍💻 Use Ant Design Vue like a Pro!
Stars: ✭ 8,965 (+8520.19%)
Mutual labels:  dashboard, admin
Root Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Root is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 54 (-48.08%)
Mutual labels:  dashboard, admin
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (+1041.35%)
Mutual labels:  dashboard, admin
Adminify
An Admin Dashboard based on Vuetify material
Stars: ✭ 923 (+787.5%)
Mutual labels:  dashboard, admin
Django Suit Dashboard
Create a dashboard within Django admin interface.
Stars: ✭ 75 (-27.88%)
Mutual labels:  dashboard, admin
Coreui Free Angular Admin Template
CoreUI Angular is free Angular 2+ admin template based on Bootstrap 4
Stars: ✭ 1,279 (+1129.81%)
Mutual labels:  dashboard, admin
Ant Design Pro Plus
✨ 基于 ant-design-pro 做一些微小的工作。
Stars: ✭ 88 (-15.38%)
Mutual labels:  dashboard, admin
React Material Admin
☄️React Material Admin is a React template built with Material-UI
Stars: ✭ 1,005 (+866.35%)
Mutual labels:  dashboard, admin
Ant Design Pro
👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
Stars: ✭ 30,909 (+29620.19%)
Mutual labels:  dashboard, admin
Antd Admin
An excellent front-end solution for enterprise applications built upon Ant Design and UmiJS
Stars: ✭ 8,678 (+8244.23%)
Mutual labels:  dashboard, admin
Viron
☕️ Automated Design-based Management Console.
Stars: ✭ 925 (+789.42%)
Mutual labels:  dashboard, admin
Adminlte
Pi-hole Dashboard for stats and more
Stars: ✭ 1,155 (+1010.58%)
Mutual labels:  dashboard, admin
D2 Admin Xiya Go Cms
cms by d2-admin
Stars: ✭ 94 (-9.62%)
Mutual labels:  dashboard, admin
Django Admin Bootstrap
Responsive Theme for Django Admin With Sidebar Menu
Stars: ✭ 787 (+656.73%)
Mutual labels:  dashboard, admin
Jet Bridge
Jet Bridge – Admin Panel Framework for your application
Stars: ✭ 904 (+769.23%)
Mutual labels:  dashboard, admin
React Antd Multi Tabs Admin
ts+react+antd-多页签后台模板(纯净版,非 antd pro!)
Stars: ✭ 73 (-29.81%)
Mutual labels:  dashboard, admin

Platform Web

Go-Micro微服务治理、监控平台

运行(开发阶段)

  1. 运行后台

切到backend目录

Mac/Linux

# 打开gomod
go env -w GO111MODULE=on
# 设置代理源
go env -w GOPROXY=https://goproxy.cn,direct
# 运行
go run main.go plugins.go

Windows

$env:GO111MODULE = "on"
$env:GOPROXY = "https://goproxy.cn"

go run main.go plugins.go
  1. 运行前端

  2. 运行后台

切到frontend目录

# 第一次需执行安装
npm install
# 运行
npm start

特性

进行中:服务列表

  • [x] 控制台框架
    • [x] Antd, Typescript
    • [x] Go-Micro
  • [ ] 服务
    • [x] 列表
      • [x] 后台
      • [x] 前端
    • [ ] 详情
      • [ ] 指标
        • [ ] 接口调用
        • [ ] 内存占用
        • [ ] 线程数
        • [ ] 协程数
        • [ ] 慢接口
    • [ ] 调用
      • [x] 后台
      • [ ] 前端
    • [ ] 分组
      • [ ] 后台
      • [ ] 前端
    • [ ] 路由
    • [ ] 生命周期
    • [ ] 下线
    • [ ] 上线
  • [] 系统
    • [] 内存
  • [ ] 负载均衡
    • [ ] 插件
    • [ ] web
  • [ ] 统一配置
  • [ ] 流量分发
    • [ ] 灰度
    • [ ] 动态流量调度
  • [ ] 容错
    • [ ] 熔断
    • [ ] 降级
    • [ ] 过载
  • [ ] 服务监控
    • [ ] 指标
    • [ ] 报警

中间件

  • [ ] Redis
  • [ ] MySQL
  • [ ] PostgreSQL
  • [ ] MQ
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].