github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/website/content/docs/uses (about)

     1  <h1>Use Cases</h1>
     2  
     3  <p>First, read <a href="/docs/overview">the overview</a>.</p>
     4  
     5  <p>These are some higher-level roadmap goals. Only the first few are
     6  done, but all are various stages of implementation (as of
     7  2013-06-12).</p>
     8  
     9  <ul class='lispaced'>
    10  <li><b>Filesystem backups</b>: easy initial use case.  Since you can easily put <a href="/docs/schema">files & directories and such</a> in camlistore with <a href="/cmd/camput">camput</a>, you can use Camlistore for your backups.  Incremental backups are basically free.</li>
    11  
    12  <li><b>Efficient remote filesystem</b>: should be easy to do an aggressively caching remote FUSE filesystem.  Read-only is trivial.  Read-write shouldn't be too painful. Every modification would be snapshotted implicitly, so revision control would be the default.</li>
    13  
    14  <li><b>Decentralized sharing system</b>: share anything of yours with anybody or everybody (private is the default).  This is already starting to work.  See <a href="/docs/sharing">sharing</a>.</li>
    15  
    16  <li><b>Blog / photo hosting / Document Management CMS:</b>  I intend to run my personal blog and photo / gallery hosting (with permissions) off of Camlistore.  I also intend to replace my "scanningcabinet" document management software and use Camlistore instead.</li>
    17  
    18  <li><b>Decentralized social networking</b>: a lofty but persistent goal. For example, to implement comments or tagging: One person could use claims to attach metadata to another person's image blob. The signing lets you verify identity. The sharing/syncing semantics of camlistore let you easily save a copy of all your friends' pictures.</li>
    19  
    20  <li><b>Import/export adapters for hosted web services:</b>  Don't worry about web services shutting down or going downhill.  Mirror all your data online in your private store.  Create it either in Camlistore (using open tools) and export to hosted services, or create content in hosted services and continually mirror it back into your private Camlistore.  Relax knowing that your data is yours, forever.</li>
    21  
    22  </ul>