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
Matt is right. If you want to deploy to Google's servers you can't use Mongo. If you are interesting in running your own server(s), check out AppScale.