Recently I've been working on a replacement datastore backend for App Engine, to allow hosting apps in a production environment (eg, not the dev_appserver), outside Google's cloud. Thanks largely to the long easter weekend, it's now at a point where I feel comfortable showing it off, and soliciting contributions and comments (including a better name).
The short: It's called BDBDatastore, you can find basic details at http://arachnid.github.com/bdbdatastore/ and project status at http://wiki.github.com/Arachnid/bdbdatastore . It's written in Java, runs as a standalone server, uses BDB-JE for the datastore backend, and will support everything the dev_appserver and production datastores support. It's not yet ready for deployment, but will be soon. The long: See my blog entry here: http://blog.notdot.net/Announcing-BDBDatastore-a-replacement-datastore-for-App-Engine . Mandatory disclaimer: I work for Google, and as of recently, I'm a Developer Programs Engineer for Google App Engine. All of my opinions here (on my personal account) are my own, of course, not Google's, and BDBDatastore is developed in my own time, with my own resources, completely independently of my work at Google. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---