GithubHelp home page GithubHelp logo

ozzie00 / seafile Goto Github PK

View Code? Open in Web Editor NEW

This project forked from haiwen/seafile

0.0 2.0 0.0 3.59 MB

Seafile -- Self-hosting dropbox for teams

Home Page: seafile.com

License: GNU General Public License v3.0

seafile's Introduction

Introduction

Seafile enables you to build private cloud for file sharing and collaboration among team members in your company/organization.

First you create a file library in the web and upload files to it. Then you share it into a team or with another user.

File libraries can also be synchronized among computers and mobile devices. You download a library to your PC. Whenever you add, delete or edit a file, the latest version be uploaded to the server automatically and then be synchronized to everyone's computer.

Feature Summary

Seafile can be used to build a full-fledged cloud storage platform. It has following features:

  1. Each library can be synced separately.
  2. Sync with existing folders.
  3. Groups, users can create and join groups.
  4. File revisions.
  5. File comments, event notifications,
  6. Library encryption with a user chosen password.

Compared to other open-source Dropbox-like projects, such as https://github.com/hbons/SparkleShare, Seafile has several advantages:

  1. Mature, reliable, production-ready file syncing algorithm.
  2. Doesn't depend on Git.
  3. Not a Dropbox-clone, but a newly designed product for teamwork.

Internal

Seafile uses GIT's version control model, but simplified for automatic synchronization, and doesn't depend on GIT. Every library is like a GIT repository. It has its own unique history, which consists of a list of commits. A commit points to the root of a file system snapshot. The snapshot consists of directories and files. Files are further divided into blocks for more efficient network transfer and storage usage.

Differences to GIT:

  1. Automatic syncing.
  2. Clients do not store file history, thus avoids the overhead of storing data twice. GIT is not efficient for larger files (such as images).
  3. Files are further divided into blocks for more efficient network transfer and storage usage.
  4. File transfer can be resumed.
  5. Support different storage backends on the server side.
  6. Support downloading from multiple block servers for accelerating file transfer.
  7. More user-friendly file conflicts handling similar to Dropbox (Add user's name as suffix to conflicted file).
  8. Gracefully handles corner cases that user modifies files when auto-sync is running. GIT is not designed to work in these cases.

Build and Run

See https://github.com/haiwen/seafile/wiki

Change Logs

Contact

Twitter: @seafile

Google Group: https://groups.google.com/forum/?fromgroups#!forum/seafile

seafile's People

Contributors

freeplant avatar killing avatar lins05 avatar llj avatar man0lis avatar poetwang avatar xiez avatar

Watchers

 avatar  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.