mirror of https://github.com/perkeep/perkeep.git
3.3 KiB
3.3 KiB
Status
Camlistore has many pieces and many potential use cases. Here are some of the pieces and use cases, and where they're at.
Last updated: 2013-02-02 (updated rarely. Ask the mailing list or see the git commit logs)
Roadmap
See the 2012-10-20 Camlistore Roadmap document.
See the home page for the latest release's release notes.
Specification
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 |
Servers
Item | Status | Notes |
---|---|---|
Server | 95% | See server/camlistored. Written in Go, runs on Linux, OS X, Windows (sometimes regresses), and App Engine (some optimizations / and ease-of-setup remain). Does the blobserver, UI, search, sharing, etc. |
Search / indexer server | 95% | Good framework now, and usable. Runs on either memory, SQLite, MySQL, Postgres, MongoDB, or App Engine. More things need to be indexed always, but we keep adding more, and it's easy. It's a library used by the server above. |
Blob Server test suite | 80% | See server/tester/bs-test.pl. Unmaintained. Mostly use Go's unit tests against the Go server. |
Tools
Item | Status | Notes |
---|---|---|
camput | 99% | the kitchen sink tool to inject content into a blobserver. Quite good now. Also used by the Android client, as a child process. |
camget | 10% | tool to retrieve content from a blobserver. |
cammount | read-only | Read-only FUSE mounting support, for mounting backups. Works on Linux and OS X. We have a plan for read-write. |
Android Uploader | 90% | UI is kinda ugly in spots but it works and optionally backs up your SD card (photos, etc) to your blob server. Uses camput. 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. |
High-Level Use Cases
... TODO: table for the various use cases.