can we use cassandra / couchdb / mongodb with goog

2019-04-07 05:47发布

Is there anyway we can use Google App Engine but do not use google's bigtable?

Like for storing my data, I would prefer to use cassandra and have the ability to plug and unplug additional database servers.

And say if I would like to use CouchDb/MongoDb instead is it supported in the GAE's infrastructure?

3条回答
太酷不给撩
2楼-- · 2019-04-07 06:12

Just my two cents:

I dont think you can do what you want on Google App Engine directly. If you really need other databases, then Amazon's EC2 may e what you are looking for.

Also, Take a look at this: Using Quercus® to Run the WordPress PHP blog on Google App Engine

查看更多
爷、活的狠高调
3楼-- · 2019-04-07 06:20

Short answer: No.

Longer answer: It depends how you want/need to use the database systems. There is no way you could run those system directly on AppEngine. But if low-latency was not a prerequisite (as would be the case with infrequent/periodical fetches of data) then you could set them up on another host with some kind of HTTP API, and query your services from appengine using urlfetch.

查看更多
Explosion°爆炸
4楼-- · 2019-04-07 06:37

Yes, you can use Cassandra database on Google App Engine but in its flexible environment. But, as of now, flexible environment is in Beta version and is not recommended for production use.

查看更多
登录 后发表回答