[web2py] Google Datastore

2014-03-30 Thread Massimo Di Pierro
A number of recent of events had let me to take a second look at the Google Datastore. It has improved a lot since the early days and it is a great tool to build scalable applications. Web2py supported it form the earliest times. Web2py also supports NDB, an interface to the datastore that uses

[web2py] Google datastore concepts - denormalising and list:reference fields

2011-08-17 Thread fishwebby
Hi, I'm currently learning web2py for deployment on Google App Engine, and I've got a couple of questions about how the datastore works. Let's say I've got a relational database with students, courses and enrolments. Enrolments is the join table that allows a many to many relationship between stud

[web2py] Google Datastore

2011-05-12 Thread stargate
I was wondering if there is a example on connecting to a google Datastore database on App Engine