GithubHelp home page GithubHelp logo

bj-huozhe / mongo-file Goto Github PK

View Code? Open in Web Editor NEW

This project forked from likedan130/mongo-file

0.0 1.0 0.0 35 KB

基于mongodb实现的文件系统,能快速搭建包含GridFs特性的对象存储服务,采用springboot+gridfs形式提供极简API操作mongodb gridfs

Java 100.00%

mongo-file's Introduction

mongo-file

基于mongodb实现的文件系统,能快速搭建包含GridFs特性的对象存储服务

项目简介

  1. 提供基于GridFS的文件系统功能,mongodb特性使其天然支持文件的权限管理、副本集和分片、数据的额外信息存储及索引功能
  2. 基于thumbnailator提供通用的图片处理功能

基于以上的特性,程序非常适合正在使用mongodb,对于对象存储业务不涉及超巨量高并发业务的团队

快速开始

  • 将项目代码clone到本地
  • 修改resources目录下的application.yml配置文件,根据自己的需要配置web服务和mongodb地址
  • 使用maven进行编译 mvn clean package -Dmaven.test.skip=true
  • 运行程序 mvn spring-boot:run

功能

  • /file/**提供基于文件的各类上传、下载、批量下载操作,可对存储的文件附加自定义元数据方便检索查询
  • /image/**提供图片的压缩、缩放、翻转、水印添加等操作
  • /office/**提供office文件的在线预览功能

mongo-file's People

Contributors

likedan130 avatar

Watchers

 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.