使用java开源框架netty搭建的文件服务器,不限文件大小,底层采用分布式存储
☆23Aug 24, 2017Updated 9 years ago
Alternatives and similar repositories for netty_fileserver
Users that are interested in netty_fileserver are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- JBFS 是基于facebook haystack 开发的一套分布式海量小文件存储系统☆18Feb 25, 2016Updated 10 years ago
- Spring Boot WebDAV server based on Apache Tomcat WebDAV source☆15Apr 22, 2016Updated 10 years ago
- 分布式小文件存储系统☆24Jan 7, 2017Updated 9 years ago
- 一个基于Spring boot的云盘项目,提供大文件分片断点上传/下载服务 ,以及文件管理/消息服务 ,集成Spring Boot , Shiro , Redis , Netty , Thymeleaf , Bootstrap , MongoDB GridFS , …☆62Oct 22, 2019Updated 6 years ago
- 一个轻量级,高性能的缓存构架,以android缓存而设计为初衷,也可以应用于一般的Java项目中。☆14Sep 9, 2014Updated 11 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 文件服务器,可以作为文件的存储服务单独运行,并为其他业务服务,可以作为一个文件版本管理器来运行。☆21Apr 9, 2026Updated 4 months ago
- JAVA多线程实用案例:利用CAS解决原子性、实现Callable创建线程(闭锁)、模拟CAS算法、CopyOnWriteArrayList写入并复制、CountDownLatch闭锁、同步锁Lock、多生产多消费、volatile关键字、线程按序交替、Executors线…☆10Jun 26, 2019Updated 7 years ago
- ☆10Nov 3, 2016Updated 9 years ago
- 利用netty 写的上传和下载超大文件的demo☆89Feb 7, 2017Updated 9 years ago
- 收集技术文档,涵盖面试,编程,数据库等等☆15Apr 19, 2018Updated 8 years ago
- 一个分布式在线网盘系统(后端),包含一个Web IM☆23Dec 12, 2025Updated 8 months ago
- 使用Oauth2实现的SSO单点登录登出,模拟微信/QQ授权码模式授权资源访问☆10Dec 4, 2020Updated 5 years ago
- zk + netty 实现集群节点文件同步服务☆31Jun 1, 2016Updated 10 years ago
- 一个基于netty的文件服务器,可以用于分发应用程序,文件md5校验比对差量更新,支持大文件传输☆52May 7, 2018Updated 8 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- java 实现线程池☆15Jan 11, 2017Updated 9 years ago
- 2016年阿里中间件性能挑战赛初赛题,RocketMQ+JStorm+Tair实时统计双11交易金额☆42Sep 15, 2018Updated 7 years ago
- WebDAV server examples in Java based on IT Hit WebDAV Server Library for Java☆56Updated this week
- FileMap 是一个用 Java 编写的,基于文件的高性能本地 Key - Value 存储库,可以理解为一个将数据存储在文件上的 Map,因此,其可存储巨大的数据量,而且具有持久化的效果。☆17Oct 13, 2018Updated 7 years ago
- 第三届阿里中间件性能挑战赛, 赛后整理☆17Oct 10, 2018Updated 7 years ago
- 2016Java面试题整理☆15Mar 14, 2016Updated 10 years ago
- 基于Spring Boot + Spring Security OAuth2 + jwt 搭建的单点登录示例☆11Dec 4, 2018Updated 7 years ago
- ☆14May 16, 2022Updated 4 years ago
- 1078部标音视频浏览器wasm技术无插件高性能流媒体直播,可播放ffmpeg支持所有音视频格式☆11Jul 20, 2024Updated 2 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Albedo-cloud是基于albedo的微服务版本,采用spring-cloud/spring-cloud-alibaba☆35Mar 30, 2023Updated 3 years ago
- 阿里中间件比赛系列代码,包括:第二届初复赛、第三届初复赛。☆16Jan 28, 2018Updated 8 years ago
- java技术学习笔记以及互联网面试常见题☆10Nov 2, 2019Updated 6 years ago
- 全新设计的mysql分库分表中间件。使用netty 4.1开发,基于spring boot/cloud提供管理接口。☆17Mar 31, 2021Updated 5 years ago
- 目标: PB级分布式文件存储,优化海量小文件存储.☆62Nov 1, 2016Updated 9 years ago
- Java架构师学习☆11Mar 3, 2019Updated 7 years ago
- The CocosCreator demo project with test case tcp,udp,kcp☆15Sep 12, 2020Updated 5 years ago
- 基于Netty的文件传输程序,方便与其他系统的集成☆21Jul 5, 2018Updated 8 years ago
- KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java☆105Aug 27, 2025Updated last year
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- 文件,图片上传,分片上传,断点续传,“秒传”☆229Aug 31, 2022Updated 4 years ago
- 日志分析器,仿造elk中logstash的简单Java实现,实现监控目录日志,自动解析存入elasticsearch。☆21Mar 10, 2016Updated 10 years ago
- 分布式MySQL数据库中间件,支 持数据的水平、垂直拆分,支持分库分表,支持读写分离,支持结果集合并,支持故障自动切换。☆26Sep 17, 2015Updated 10 years ago
- ☆13Jan 3, 2016Updated 10 years ago
- 23种设计模式的不同语言实现。其中PHP, Java版是好好写的样例代码,Python和JavaScript版会尝试用一些语言级别的特性来比较Java版的设计模式。而C语言版的存在是因为我读了一本小册子,介绍如何把C语言写成面像对象化,因此只是做一些尝试。最后,Lisp和S…☆13Feb 22, 2013Updated 13 years ago
- Java各种必备面试题目程序代码例子与应战技巧☆25Jan 14, 2015Updated 11 years ago
- springboot工程整合mybatis拦截器的按月分表功能☆12Oct 8, 2019Updated 6 years ago