Any one tried MongoDB on Google App Engine?

前端 未结 6 1668
失恋的感觉
失恋的感觉 2020-12-08 07:49

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

6条回答
  •  爱一瞬间的悲伤
    2020-12-08 08:40

    If you really want to use MongoDB anyway, you'll have to find a third-party host that provides a REST interface through which you can make your transactions. I've personally tried and recommend MongoLab on App Engine. Then, in your code, use an HttpUrlConnection object to send/receive requests if you're doing it with Java.

提交回复
热议问题