Alternative / compatible data stores for App Engine?

What other nosql databases are compatible (more or less) with the Google Appe Engine datastore.

Alternatively, this is a good level of abstraction / solution (free) that abstracts between several database implementations, including the Google engine and my db access application.

I would like to develop an application for GAE, but later deploy it to my own server, but I do not want to rewrite the db code.

Important update: the application is developed in Java , so ideally the data abstraction layer or any alternatives should be β€œJava compatible”.

+3
source share
2 answers

AppScale , GAE . HBase Hypertable (ref). AppScale GAE EC2 .

+1

, AppEngine Datastore Lotus Domino : API, . , .

+1

All Articles