Posts tagged GAE
NDB Queries
Google App Engine's NDB is what's being used as the storage backend for this blog. In the process of writing the (python) code I made an interesting discovery how it uses indexes. First we will consider a query on one of the wordpress tables in a mysql database. explain select * from ...Flipped the switch.
May 29, 2014, 1:32 a.m. Jekyll , Ruby , GAE , Python , Django
Finally. Wordpress has been switched off, as I have threatened to do so many times before. This blog post is being written with the aid of a home made blogging system running on Google App Engine (python). The data is stored in NDB and the editor is CKeditor, and the comments are powered by Disqus. ...