Codeception

Musings & ramblings of a Pythonista

HyperGAE - Use Hypertable for App Engine Datastore

After few days of hacking on the Google App Engine SDK and ProtocolBuffers, finally I succeeded in creating a datastore driver for GAE that talks to Hypertable and stores the data there fully protocol buffer encoded. If you want to checkout this implementation head to HyperGAE repository and see files datastore_hypertable_ht.py and datastore_hypertable_thrift.py. HyperGAE basically uses two methods to connect to hypertable. Using the thrift api and using ...

Continue Reading...