perkeep/server/appengine
Brad Fitzpatrick bfc607fee7 index: reindex blobs when dependent blobs arrive out-of-order
Keep track of missing dependencies both in memory and in the index's
underlying sorted.KeyValue. When we see a dependent blob arrive, see
if we can reindex things.

Fixes camlistore.org/issue/102

Change-Id: I3d8cfc463e4b8c9d158be8f9656e772839b093b9
2014-03-15 08:44:09 -07:00
..
camli index: reindex blobs when dependent blobs arrive out-of-order 2014-03-15 08:44:09 -07:00
README devcam appengine: replaces ./dev-appengine 2013-08-20 00:10:01 +02:00
app.yaml
build_test.go Ditch App Engine ContextWrapper noise; add test that App Engine always compiles. 2013-08-21 18:51:10 -05:00
config.json appengine: more fixes 2013-08-11 21:17:05 +02:00
test-secring.gpg

README

We typically just use the "devcam appengine" command to hack on this code. (To build devcam: go install ../../dev/devcam).

But to run by hand:

$ dev_appserver.py --high_replication .

Other useful flags:
  -a 0.0.0.0     (listen on all addresses)
  -c             (wipe the datastore)