Contents:
pyterrastore is a python client library for Terrastore. Terrastore is a modern document store which provides advanced scalability and elasticity features without sacrificing consistency.
The python client API allows terrastore to be accessed using two classes viz. pyterrastore.terrastore.TerrastoreServer and pyterrastore.terrastore.TerrastoreBucket.
The current version has been tested with Terrastore 0.8.1. I (the author) can be reached at dhananjay .d.o.t. nene .a.t. gmail .d.o.t. com
A Terrastore server. Note the server does not refer to a single host. It could refer to a single cluster, collectively identified by a sequence of URLs
A bucket is a collection of multiple json objects each uniquely identified by its key. The bucket itself also has a unique name within the server