Giter Club home page Giter Club logo

x-netdisk's Introduction

x-netdisk

language java GitHub followers GitHub stars GitHub watchers

项目简介

一个分布式在线网盘系统,包含一个Web IM

使用需知

  • 整体框架使用springboot,父子模块,前后端分离
  • 使用zookeeper做服务注册与发现中心
  • 使用shiro做登录认证
  • 前端需配合netdisk-app使用
  • 需要nginx做代理
  • 需要redis
  • 储蓄文件使用了分布式文件服务器FastDFS
  • 数据库mysql
  • 网盘文件树实现使用了mysql的储存过程
  • 确保电脑上安装了mvn,而且加进了系统path中,运行x-netdisk-web\src\main\resources\lib\install.cmd,安装jave-1.0.2.jar这个lib

框架介绍

  • chat简易流程图 chat简易流程图
  • 文件上传时序图 文件上传时序图

模块介绍

x-netdisk-web
  • 处理web请求,可以部署多个,内部采用redis session集群共享方案
x-netdisk-route
  • 路由集中处理
  • 订阅子模块
  • 保存、获取用户聊天的路由
  • 分发请求
  • 可以部署多个(无状态)
x-netdisk-chat-server
  • web im 的服务端,可以部署多个
x-netdisk-quartz
  • 使用quartz处理回收站,定时清理用户回收站
  • 可以部署多个,quartz自带集群方案
x-netdisk-common
  • 公用mapper、entity、utils,被其他模块所依赖

鸣谢

更新日志

2020-03-25
  • 增加将socket Ip注册到zookeeper,生产环境socket Ip需要公网
  • 上传README.md文件以及数据库脚本
2020-03-26
  • 解决项目打包问题
2020-03-31
  • 加入quartz定时任务框架,处理回收站
2020-04-11
  • 史诗级更新,项目重构,file表拆分(总算把当年犯傻建的表改了...)
2020-05-20
  • 增加视频速率图
  • 文件列表增加缩率图字段
持续更新中,如果我的项目能给您带来帮助,请star一下😁

x-netdisk's People

Contributors

xuxiake2017 avatar dependabot[bot] avatar

Watchers

James Cloos avatar

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.