Re: [google-appengine] PHP Library for Cloud Datastore 2.0 Production Release

2015-08-05 Thread Tom Walder
Yes, I believe you could run this on AppScale. Whilst I have not done so myself, my understanding is that AppScale exposes the same Protocol Buffer APIs that AppEngine does. On Wednesday, August 5, 2015, Anthony Shapley ant.shap...@gmail.com wrote: Hi Tom, This sounds excellent - just so I

Re: [google-appengine] PHP Library for Cloud Datastore 2.0 Production Release

2015-08-05 Thread Anthony Shapley
Hi Tom, Thanks for coming back to me - thats really awesome, I'll give it a test and let you know. Thanks so much for sharing this I've just started rewriting my entire code base into Python after writing everything in PHP (using your original library). This means I can potentially just carry

Re: [google-appengine] PHP Library for Cloud Datastore 2.0 Production Release

2015-08-05 Thread Tom Walder
Great - I'd be really interested to find out how you get on with running it on AppScale. On Wednesday, 5 August 2015 08:44:51 UTC+1, Anthony Shapley wrote: Hi Tom, Thanks for coming back to me - thats really awesome, I'll give it a test and let you know. Thanks so much for sharing this

Re: [google-appengine] PHP Library for Cloud Datastore 2.0 Production Release

2015-08-05 Thread Anthony Shapley
Hi Tom, I've tried porting over a basic insert - but it keeps returning this error: *Fatal error*: Class 'GDS\Gateway\ProtoBuf' not found in */Users/anthonyshapley/Desktop/test/api/datastore/GDS/Store.php* on line *81* Thanks Anthony On Wednesday, 5 August 2015 09:16:49 UTC+1, Tom Walder

Re: [google-appengine] PHP Library for Cloud Datastore 2.0 Production Release

2015-08-05 Thread Anthony Shapley
Doh, ignore that .. need to include the gateway files now! On Wednesday, 5 August 2015 14:58:16 UTC+1, Anthony Shapley wrote: Hi Tom, I've tried porting over a basic insert - but it keeps returning this error: *Fatal error*: Class 'GDS\Gateway\ProtoBuf' not found in

[google-appengine] PHP Library for Cloud Datastore 2.0 Production Release

2015-08-04 Thread Tom Walder
https://github.com/tomwalder/php-gds Enjoy! New features in 2.0 include - *Faster* - use of Google Protocol Buffer allows faster, low-level access to Datastore - *Easier to use* - sensible defaults and auto-detection for AppEngine environments - *Less dependencies* - no need