# skypiea
**Repository Path**: yagas/skypiea
## Basic Information
- **Project Name**: skypiea
- **Description**: 基于MongoDB构建的图片存储服务,支持分布式扩展,主从读写分离,及分片数据存储。
- **Primary Language**: PHP
- **License**: BSD-3-Clause
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 4
- **Forks**: 0
- **Created**: 2015-07-09
- **Last Updated**: 2021-03-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
#斯卡彼亚图片系统
-----
###基于mongoDB提供的分布式,分片功能进行开发的图片存储中心
**更新日志:**
> 2015-07-10 使用md5进行检测,不对重复的图片进行写入操作
> 2015-08-05 增加图片生成缩略图功能
> 2015-12-04 增加MongoDB尝试建立链接机制,对Storage进行重构,增加find方法
> 2016-01-20 添加开发/生产模式设置项,添加对跨域上传文件许可
> 2016-01-21 再次精减无用语言包文件
> 2016-01-21 Yii框架更新到Yii 1.1.17版,支持PHP7下工作
> 2016-02-26 为MongoDB添加登陆验证机制