Short answer : None.
Longer answer . It depends on how you want / should use the database systems. You cannot run this system directly on AppEngine. But if low latency is not a precondition (as it would be with rare / periodic data samples), you can configure them on another host with some kind of HTTP API and request your services from appengine using urlfetch .
Chris farmiloe
source share