Camlistore has many pieces and many potential use cases. Here are some of the pieces and use cases, and where they're at.
Item | Status | Notes |
---|---|---|
Blob Server | 95% | See doc/protocol/ |
Sharing | 50% | See mailing list thread "Example of sharing" |
Search API | 0% | initial hand waving only |
Item | Status | Notes |
---|---|---|
Blob Server (Local, Go) | 95% | See server/go/blobserver |
Blob Server (Hosted, App Engine) | 95% | See server/appengine/blobserver |
Blob Server test suite | 80% | See server/tester/bs-test.pl |
Search / indexer server | 5% | Toy prototype started. See indexing/basic. Upcoming area of focus. |
JSON signing / verification server (Go) | 80% | See server/go/sigserver. Does JSON signing and verification, but doesn't yet permit uploading keys. This isn't a formal part of Camlistore but is rather a temporary bootstrapping component, a crutch for JavaScript/simple clients. |
JSON signing / verification server (App Engine) | 40% | See server/appengine/sigserver. Does JSON verification, but kind of broken. This isn't a formal part of Camlistore but is rather a temporary bootstrapping component, a crutch for JavaScript/simple clients. |
Item | Status | Notes |
---|---|---|
camput | 50% | the kitchen sink tool to inject content into a blobserver. |
camget | 10% | tool to retrieve content from a blobserver. |
Android Uploader | 75% | UI is ugly but it works and optionally backs up your SD card (photos, etc) to your blob server. Can also work in "Share with Camli" mode, one resource at a time. |
Clip It Good | 80% | Camli port of Clip It Good. Chrome extension allows right-click on images and save them to your blobserver. (currently still forked) |
camliclient.py | 50% | example command-line tool for uploading/downloading files using the Python library. |
... TODO: table for the various use cases.