I\'m trying to deploy one of my java apps in GAE and I have used MongoDB. Unfortunately GAE doesn\'t allow me to create databases, however it suggests using Google Datastore
you can use mongo, only if have something like on mongolab then use pymongo to connect and most important thing you need to enable socket api from gae dashboard.
it worked for me thanks