Due to my requirement to "natively" store JSON documents into the Datastore 
I was able to put up a working prototype <http://bit.ly/13eSDpr>.

I called it Mungo, and its is a "Document" interface to the App Engine 
Datastore which introduces the concept of DB, DBCollection, and DBObject. 
It is designed to allow the storing of JSON-documents in the most native 
way possible. DB maps to Namespaces, DBCollection maps to Kinds, and 
DBObject maps to Entities (w/ Embedded entities). I chose this approach so 
that it maps "natively" and not just set a specific Datastore Kind for a 
JSON document. This way existing data of any kind and entity can be 
retrieved as JSON document directly. 


I'd like to share this to the GAE community. There are still lots of work 
to be done, but at least some of its core function is up. 

You can check the Ohloh link if you just want to check the status of the 
project, but if you want to dig into the code (and perhaps help out), you 
can check the Github page. You can also try it in your code, just check the 
Github project page README. 


Here are some links for the project:

https://www.ohloh.net/p/mungo 

https://github.com/pagecrumb/mungo


Join us in Google+: Mungo 
Community<https://plus.google.com/u/0/communities/115821851437598488897>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to