Camlistore - an attempt to be the final resting place for your digital artifacts

published Feb 04, 2016 08:55   by admin ( last modified Feb 05, 2016 12:19 )

All your photos, documents and other digital memories. Seems to be a bit rough around the edges still, not sure what to do with it once it is installed and stuff is imported. Images are not correctly rotated and other fineties. You can retrieve stuff via tags at least in the web browser. Will see if I'll explore it further.

It is all written in golang.

Camlistore is a set of open source formats, protocols, and software for modeling, storing, searching, sharing and synchronizing data in the post-PC era. Data may be files or objects, tweets or 5TB videos, and you can access it via a phone, browser or FUSE filesystem.

Camlistore (Content-Addressable Multi-Layer Indexed Storage) is under active development. If you're a programmer or fairly technical, you can probably get it up and running and get some utility out of it.

./bin/camlistored - for starting it

./bin/camput file -filenodes <your files> - for importing stuff (at least I did it that way)

./bin/cammount - for mounting a FUSE file system, but you cannot view much intelligible right now

Camlistore