The document discusses AppScale, an open-source platform that implements Google App Engine. AppScale provides a unified interface called the Datastore API to interface with various distributed databases like Cassandra, HBase, Hypertable, etc. This allows web applications written for Google App Engine to run unmodified on AppScale while using different datastores. The document evaluates the performance of operations like get, put, and query on AppScale using different databases and cloud configurations. It finds that performance generally improves with increasing node counts.