perkeep/server/camlistored
Brad Fitzpatrick 10cf23c700 Get the MySQL indexer working again.
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
2012-03-26 13:57:53 -07:00
..
test Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
ui server/camlistored/ui: embed css too 2012-02-29 08:01:32 -08:00
.gitignore Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
README Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
camlistored.go Get the MySQL indexer working again. 2012-03-26 13:57:53 -07:00
setup.go Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
test-put.pl Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00

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/