I have some custom experimental changes to web2py to make it have a DALnr which uses a lot of the native GAE datastore features. It is my experimental DALnr for web2py. It is hybrid relational and nr. It allows you to access a row from a regular web2py query 2 ways - regular DAL and also native with advanced GAE properites - i.e. the same instance can be manipulated both ways. I am proposing these concepts to the web2py team. Let me know if you are interested in having some of these experimental patches.
- Dave Lypka. On Aug 18, 7:37 am, Carl <carl.ro...@gmail.com> wrote: > hi > > I'm currently building a project with python, web2py & pyjamas; I will > be deploying on gae. > > As you will know gae isn't a relational store but leverages a > different design so I want to experiment with two different > approaches: a) accessing gae thru web2py (treating gae as a subset of > a relational db) and b) accessing bigtable more directly to help my > data accesses scale on google's infrastructure. > > Now core to web2py's philosophy is compatibility for code across a > range of data stores. I realise my option b) **may not** be compatible > with that goal (perhaps this is where the new DAL comes in?). > > finally the question: has anyone implemented bigtable directly while > still using web2py and if so, how do they do local testing? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---