mirror of https://github.com/perkeep/perkeep.git
![]() It now uses the generic indexing layer, rather than its own schema. Also, move it under pkg/index/, like mongo. Also, link in mongo to the main binary. Not using the tests yet (leaving for mpl :)) Change-Id: I47a2203ca6c0b5244cd458aedec46227c4363c62 |
||
---|---|---|
.. | ||
test | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
setup.go | ||
test-put.pl |
README
The Camlistore blob server HTTP server binary. See also: - The storage interface is in lib/go/camli/blobserver/ - The storage implementations are under that e.g. lib/go/camli/blobserver/localdisk/ - The HTTP handlers are implemented in lib/go/camli/blobserver/handlers/