Git Product home page Git Product logo

koushenhai / kcloud-platform-alibaba Goto Github PK

View Code? Open in Web Editor NEW
397.0 7.0 102.0 97.64 MB

KCloud-Platform-IOT(老寇IOT云平台)是一个企业级微服务架构的IOT云平台。采用DDD(领域驱动设计)**,基于Spring Boot 3.2.5、Spring Cloud 2023.0.1、Spring Cloud Alibaba 2023.0.1.0 最新版本开发的云服务多租户IOT平台,家人们,点个star!拜托啦~

Home Page: https://koushenhai.github.io/KCloud-Platform-Alibaba/

License: Apache License 2.0

Dockerfile 0.17% Java 61.54% HTML 3.31% CSS 1.42% JavaScript 22.92% Lua 0.43% FreeMarker 0.03% Shell 0.02% Vue 9.60% Less 0.57%
redis spring-boot spring-cloud-alibaba flowable mybatis-plus elasticsearch mongodb rocketmq spring-authorization-server nacos mybatis mysql dubbo xxl-job spring-cloud netty mqtt kafka ddd iot

kcloud-platform-alibaba's Introduction

🎉 项目备注

项目:KCloud-Platform-IOT
作者:老寇
语言:Java
时间:2022.06.15 ~ 至今

📣 项目介绍

图标

KCloud-Platform-IOT(老寇IOT云平台)是一个企业级微服务架构的IOT云平台。基于Spring Boot 3.2.5、Spring Cloud 2023.0.1、Spring Cloud Alibaba 2023.0.1.0 最新版本开发的云服务多租户IOT平台。 遵循SpringBoot编程**,使用阿里COLA应用框架构建,高度模块化和可配置化。具备服务注册&发现、配置中心、灰度路由、服务限流、熔断降级、监控报警、多数据源、高亮搜索、定时任务、分布式链路、分布式缓存、分布式事务、分布式存储、分布式锁等功能,用于快速构建微服务项目。目前支持Shell、Docker等多种部署方式,并且支持GraalVM和虚拟线程。实现RBAC权限、其中包含系统管理、系统监控、数据分析等几大模块。 遵循阿里代码规范,采用RESTful设计风格及DDD(领域驱动设计)**,代码简洁、架构清晰,非常适合作为基础框架使用。

GitHub stars GitHub forks GitHub watchers GitHub last commit Gitee Star Gitee Fork SpringBoot Spring Cloud Spring Cloud OAuth 2.1 JDK KCloud-Platform开源交流

😋 项目背景

  • 学习微服务架构设计并实践于生产
  • 整合所学技术方便快速搭建项目
  • 持续优化代码来提高代码质量
  • 复制粘贴代码提高生产效率
  • 学习DDD**并落地实践

🔗 在线体验

老寇IOT云平台在线体验(请点击我,境外服务器网络延迟请稍候)

🔖 在线文档

老寇IOT云平台在线文档(请点击我)

😎 开发计划

开发计划(需要登录)

💪 版本号

特此说明,与Spring Boot版本保持一致

⌛ 浏览器

推荐 Microsoft Edge 浏览器
推荐 Microsoft Edge 浏览器
推荐 Microsoft Edge 浏览器

🔎 功能介绍

🚀 IP管理:黑名单、白名单增删查(默认数据库)
🚀 用户管理:用户信息增删改查(数据库隔离)(可重置密码)
🚀 角色管理:角色信息增删改查,基于部门的数据权限、角色权限(数据库隔离)
🚀 菜单管理:菜单信息增删改查(数据库隔离)(自定义菜单图标)
🚀 部门管理:部门信息增删改查(数据库隔离)
🚀 日志管理:操作日志、登录日志查询、导出(数据库隔离)
🚀 字典管理:字典信息管理(数据库隔离)
🚀 消息管理:消息提醒和消息通知(数据库隔离)(分布式消息)
🚀 流程定义:流程定义、挂起、激活、查看、删除(默认数据库)
🚀 接口文档:Open Api Doc 3
🚀 服务监控:服务监控及报警
🚀 缓存监控:Redis内存监控
🚀 主机监控:服务器监控
🚀 索引管理:索引属性及分布式链路索引查看(默认ES)
🚀 OSS管理:对象存储信息增删改查,兼容Amazon S3(数据库隔离)
🚀 租户管理:租户信息增删改查增删改查(默认数据库)
🚀 套餐管理:自定义租户菜单增删改查(默认数据库)
🚀 集群管理:服务实例查看与优雅停机(服务自动下线)
🚀 数据源管理:数据源信息增删改查(默认数据库)
🚀 代码生成器:自定义模板生成代码
🚀 资源管理:资源信息管理增删改查,审批(Seata Saga模式)、处理、转办、委派,审批日志(数据库隔离),通过关键字搜索并高亮显示(默认ES)
🚀 用户登录:账号密码登录(多租户)、授权码登录(默认数据库)、手机号或邮件登录、设备授权码登录(请运行认证模式测试脚本.http)

💡 系统架构

✂ 技术体系

🎯 Spring全家桶及核心技术版本

组件 版本
Spring Boot 3.2.5
Spring Cloud 2023.0.1
Spring Cloud Alibaba 2023.0.1.0
Spring Boot Admin 3.2.3
Spring Authorization Server 1.2.4
Mybatis Plus 3.5.6
Nacos 2.3.2
Seata 2.0.0
Sentinel 1.8.7
Redis 7.2.4
Elasticsearch 8.12.2
RocketMQ 5.2.0
OpenResty 1.21.4.1
Netty 4.1.109.Final
Kafka 3.6.1
EMQX 5.3.0
Postgresql 16.2
Flyway 10.11.1
Canal 1.1.7

🍺 相关技术

  • 配置中心&服务注册&发现:Nacos
  • API网关:Spring Cloud Gateway
  • 认证授权:Spring Security OAuth2 Authorization Server
  • 远程调用:Spring Cloud OpenFeign & OkHttp & HttpClient & WebClient
  • 负载均衡:Spring Cloud Loadbalancer & OpenResty
  • 服务熔断&降级&限流:Sentinel
  • 分库分表:Mybatis Plus
  • 分布式事务:Seata & RocketMQ
  • 消息队列:RocketMQ & Kafka & MQTT
  • 服务监控:Spring Boot Admin & Prometheus
  • 高亮搜索:Elasticsearch
  • 链路跟踪:SkyWalking
  • 任务调度:Power Job(待调研)
  • 日志分析:EFK
  • 缓存&分布式锁:Redis & Redisson
  • 统计报表:MongoDB
  • 对象存储:Amazon S3
  • 自动化部署:Docker
  • 网络通讯:Netty
  • 持续集成&交付:Jenkins
  • 持久层框架:Mybatis Plus
  • JSON序列化:Jackson
  • 对象转换:MapStruct
  • 数据库:Postgresql
  • 数据库迁移:Flyway
  • 数据同步:Canal

🌴 项目结构

├── laokou-common  
        └── laokou-common-log                      --- 日志组件  
        └── laokou-common-core                     --- 核心组件  
        └── laokou-common-cors                     --- 跨域组件  
        └── laokou-common-mqtt                     --- 消息组件  
        └── laokou-common-redis                    --- 缓存组件  
        └── laokou-common-kafka                    --- 消息组件  
        └── laokou-common-log4j2                   --- 日志组件  
        └── laokou-common-mongodb                  --- 报表组件  
        └── laokou-common-rocketmq                 --- 消息组件  
        └── laokou-common-algorithm                --- 算法组件  
        └── laokou-common-prometheus               --- 监控组件  
        └── laokou-common-openapi-doc              --- 文档组件  
        └── laokou-common-rate-limiter             --- 限流组件  
        └── laokou-common-elasticsearch            --- 搜索组件  
        └── laokou-common-bom                      --- 依赖版本库  
        └── laokou-common-i18n                     --- 国际化组件  
        └── laokou-common-sensitive                --- 敏感词组件  
        └── laokou-common-lock                     --- 分布式锁组件  
        └── laokou-common-trace                    --- 链路跟踪组件  
        └── laokou-common-nacos                    --- 注册发现组件  
        └── laokou-common-netty                    --- 网络通讯组件  
        └── laokou-common-domain                   --- 领域事件组件  
        └── laokou-common-crypto                   --- 加密解密组件  
        └── laokou-common-secret                   --- 接口验签组件  
        └── laokou-common-security                 --- 认证授权组件  
        └── laokou-common-openfeign                --- 远程调用组件   
        └── laokou-common-data-cache               --- 数据缓存组件  
        └── laokou-common-mybatis-plus             --- 对象映射组件  
        └── laokou-common-seata                    --- 分布式事务组件  
        └── laokou-common-sentinel                 --- 服务限流&熔断降级组件  
├── laokou-cloud  
        └── laokou-gateway                         --- API网关  
        └── laokou-monitor                         --- 服务监控  
        └── laokou-register                        --- 服务治理  
        └── laokou-sentinel                        --- 流量治理  
        └── laokou-seata                           --- 分布式事务  
├── laokou-service  
        └── laokou-iot                             --- 物联网模块         
        └── laokou-auth                            --- 认证授权模块  
        └── laokou-admin                           --- 后台管理模块  
        └── laokou-report                          --- 报表统计模块  
        └── laokou-generator                       --- 模板生成模块  
        └── laokou-modlule  
                └── laokou-api                     --- API模块  
                └── laokou-im                      --- 即时通讯模块  
                └── laokou-logstash                --- 日志收集模块  

🎵 项目截图(持续更新,仅供参考)

暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片
暂无图片 暂无图片

👊 性能评测

请点击我,查看详情

😛 用户权益(点个Star,拜托啦~🙏)

  • 采用Apache2.0开源协议,请保留作者、Copyright信息(商用需谨慎)
  • 采用Apache2.0开源协议,请保留作者、Copyright信息(商用需谨慎)
  • 采用Apache2.0开源协议,请保留作者、Copyright信息(商用需谨慎)

😻 开源协议

KCloud-Platform-IOT 开源软件遵循 Apache 2.0 协议 请务必保留作者、Copyright信息

🔧 参与贡献

请查看 提交规范(请点击我)

👀 项目地址

Github 地址:KCloud-Platform-IOT
Gtiee 地址:KCloud-Platform-IOT

🍚 赞助打赏(用于服务器日常维护)

暂无图片 暂无图片 暂无图片 暂无图片

🙋 技术交流

暂无图片 暂无图片 暂无图片

🐭 鸣谢组织

Spring社区
Jetbrains社区
阿里巴巴社区
人人社区
若依社区
苞米豆社区
livk-cloud社区
laokouyun社区

非常感谢 Jetbrains 提供的开源 License
暂无图片

🐼 鸣谢个人

👤 👤 👤 👤 👤 👤
KouShenhai liang99 livk-cloud liukefu2050 HalfPomelo lixin
simman suhengli gitkakafu LeiZhiMin1

⛳️ 赞助列表(感谢各位大佬的赞助)

时间 网名 金额/物品 备注
2024/04/19 *保熟 ¥188.00 越做越好
2024/03/20 A细节* ¥66.00
2024/03/03 y*i ¥58.88
2024/01/30 *阳 ¥10
2023/12/22 *民 服务器
2023/12/08 *来 ¥10 希望越来越好,一直坚持下去
2023/12/08 *迪 ¥20 越来越好,继续干下去
2023/10/07 何* ¥399 作者说:感谢支持
2023/08/27 *界 ¥10 希望越来越好
2023/06/29 ¥20 希望项目一直做下去就好
2023/03/27 s*e ¥10

🚫 免责声明

禁止使用本项目从事一切违法犯罪活动。作者不承担任何法律责任,特此声明

🐸 联系作者

博客:https://kcloud.blog.csdn.net

邮箱:[email protected]

QQ:2413176044

加入QQ群

GitHub Star 趋势

kcloud-platform-alibaba's People

Contributors

deepsource-autofix[bot] avatar dependabot[bot] avatar gitkakafu avatar koushenhai avatar leizhimin1 avatar liang99 avatar liukefu2050 avatar livk-cloud avatar renovate[bot] avatar simman avatar suhengli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

kcloud-platform-alibaba's Issues

资源下载

资源下载,新增一个接口,直接查询url,前端直接下载即可

明天完成

nacos源码查看

注意
1.需要下载protoc工具,将proto编译成Java(或者鼠标直接放在proto上面执行mvn compile)
2.遇到无法打包,需要跳过test => mvn clean package -Dmaven.test.skip=true -Dcheckstyle.skip=true
3.需要在配置文件将密钥的注解放开

更新日志

  • 首页新增天气插件
  • 导出优化(流式查询+多sheet写入)
  • 接入邮箱、短信
  • 支持审批
  • 多数据源
  • 支持多租户
  • 支持账号密码、邮箱、短信及授权码登录
  • 多环境部署

增加几个菜单

增加几个菜单,明天完成

系统配置
配置中心

流量监控

集成Nacos集群

集成Nacos集群

使用
ip:8848 ip:8850 ip:8852

修改端口(最好每台都修改一下jvm堆内存),然后分别启动

修改nacos address => ip:8848 ip:8850 ip:8852

搭建使用手册静态页面

搭建使用手册静态页面,已搭建完毕,需要填写相关内容,目前有别的事情需要处理,弄完之后,立刻填充

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.