2015-07-26 21:32:30 +00:00
|
|
|
# Use Cases
|
|
|
|
|
2016-05-02 05:20:16 +00:00
|
|
|
First, read [the overview](/doc/overview.md).
|
2015-07-26 21:32:30 +00:00
|
|
|
|
|
|
|
These are some higher-level roadmap goals. Only the first few are done, but all
|
|
|
|
are various stages of implementation (as of 2013-06-12).
|
|
|
|
|
|
|
|
* **Filesystem backups**: easy initial use case. Since you can easily put
|
2017-12-15 17:57:42 +00:00
|
|
|
[files & directories and such](/doc/schema/) in Perkeep with
|
2019-05-07 01:56:51 +00:00
|
|
|
[pk-put](/cmd/pk-put), you can use Perkeep for your backups. Incremental
|
2015-07-26 21:32:30 +00:00
|
|
|
backups are basically free.
|
|
|
|
|
|
|
|
* **Efficient remote filesystem**: 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.
|
|
|
|
|
|
|
|
* **Decentralized sharing system**: share anything of yours with anybody or
|
|
|
|
everybody (private is the default). This is already starting to work. See
|
2016-05-02 05:20:16 +00:00
|
|
|
[sharing](/doc/sharing.md).
|
2015-07-26 21:32:30 +00:00
|
|
|
|
|
|
|
* **Blog / photo hosting / Document Management CMS:** I intend to run my
|
2017-12-15 17:57:42 +00:00
|
|
|
personal blog and photo / gallery hosting (with permissions) off of Perkeep.
|
2015-07-26 21:32:30 +00:00
|
|
|
I also intend to replace my "scanningcabinet" document management software and
|
2017-12-15 17:57:42 +00:00
|
|
|
use Perkeep instead.
|
2015-07-26 21:32:30 +00:00
|
|
|
|
|
|
|
* **Decentralized social networking**: 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
|
2017-12-15 17:57:42 +00:00
|
|
|
identity. The sharing/syncing semantics of Perkeep let you easily save a
|
2015-07-26 21:32:30 +00:00
|
|
|
copy of all your friends' pictures.
|
|
|
|
|
|
|
|
* **Import/export adapters for hosted web services:** Don't worry about web
|
|
|
|
services shutting down or going downhill. Mirror all your data online in your
|
2017-12-15 17:57:42 +00:00
|
|
|
private store. Create it either in Perkeep (using open tools) and export to
|
2015-07-26 21:32:30 +00:00
|
|
|
hosted services, or create content in hosted services and continually mirror it
|
2017-12-15 17:57:42 +00:00
|
|
|
back into your private Perkeep. Relax knowing that your data is yours,
|
2015-07-26 21:32:30 +00:00
|
|
|
forever.
|