can we use cassandra / couchdb / mongodb with google app engine infrastructure? -



can we use cassandra / couchdb / mongodb with google app engine infrastructure? -

is there anyway can utilize google app engine not utilize google's bigtable?

like storing data, prefer utilize cassandra , have ability plug , unplug additional database servers.

and if utilize couchdb/mongodb instead supported in gae's infrastructure?

short answer: no.

longer answer: depends how want/need utilize database systems. there no way run scheme straight on appengine. if low-latency not prerequisite (as case infrequent/periodical fetches of data) set them on host kind of http api, , query services appengine using urlfetch.

google-app-engine mongodb couchdb cassandra

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -