Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any one tried MongoDB on Google App Engine?

Tags:

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. Are there any plugins or add-ons to use MongoDB.

like image 365
prassee Avatar asked Nov 24 '10 04:11

prassee


People also ask

Can MongoDB use App Engine?

A lot of things have changed since this question has been asked, as of June 2021, you can use MongoDB Atlas with Google App Engine Standard running on Java 8 environment.

Is MongoDB used in Google?

Deploy, manage, and grow MongoDB on Google Cloud MongoDB Atlas provides customers a fully managed service on Google's globally scalable and reliable infrastructure.


2 Answers

You can't run MongoDB on GAE. You need to use the Google datastore.

like image 130
Matt Williamson Avatar answered Nov 13 '22 00:11

Matt Williamson


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.

like image 35
Robert Kluin Avatar answered Nov 12 '22 22:11

Robert Kluin