[google-appengine] Re: AppEngine FullTextSearch: Custom scoring

2017-12-22 Thread Filipe Caldas
Hi George, The reference to this functionality is in the answer for this question on Stack Overflow, I might try deploying the ElasticSearch cluster and see how that goes. Thanks for your support, On Thursday,

[google-appengine] AppEngine FullTextSearch: Custom scoring

2017-12-21 Thread Filipe Caldas
Hi, We have a considerably big collection on Full Text Search (about 17M rows) and we are using FullTextSearch for searching documents. For the search we are basically using 3-Grams of the words and creating a set of potential matches this way, but we need a way to score documents using a c

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-12-19 Thread Filipe Caldas
Hi DeWitt, Will this also impact the deploy time on managed Appengine applications? Best, On Tuesday, 12 December 2017 17:37:43 UTC, DeWitt Clinton wrote: > > Hi all, > > I’m on the App Engine team and I agree, flexible deployments are currently > too slow. The observations in this thread gen

[google-appengine] Re: dev_appserver: Connect to remote datastore

2017-12-11 Thread Filipe Caldas
Hi George, Does that mean there is no way to access the remote Datastore? On Friday, 8 December 2017 20:54:45 UTC, George (Cloud Platform Support) wrote: > > The way you deployed your app in the cloud and ran it locally requires > features to be retained, that would work for both. In particular

[google-appengine] Re: dev_appserver: Connect to remote datastore

2017-12-08 Thread Filipe Caldas
Hi George, Thanks for your help, I did post it on Stack Overflow (https://stackoverflow.com/questions/47671585/dev-appserver-py-connect-to-remote-datastore) my only problem with that is that for my previous AppEngine / Datastore issues I never got any replies from anyone directly linked to t

[google-appengine] Re: dev_appserver: Connect to remote datastore

2017-12-05 Thread Filipe Caldas
Hi George, Thanks again for your support, I followed the page you sent, it is already what I am doing, which works fine for individual scripts accessing the remote Datastore, but fails when the script is invoked by the dev_appserver.py. I created a small github repository with a minimal pr

[google-appengine] Re: dev_appserver: Connect to remote datastore

2017-12-01 Thread Filipe Caldas
Hi George, I am quite sure this is not a coding problem. The BigQuery error line is just a try catch around a import for BQ that is used in production on some CRON jobs and do not affect authentication in any way. On Thursday, 30 November 2017 20:14:34 UTC, George (Cloud Platform Support) wr

[google-appengine] Re: dev_appserver: Connect to remote datastore

2017-11-30 Thread Filipe Caldas
Thanks George, On Monday, 27 November 2017 21:59:21 UTC, George (Cloud Platform Support) wrote: > > Hi Filipe, > > We'll examine the code samples provided and come back to you shortly. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. T

[google-appengine] Re: dev_appserver: Connect to remote datastore

2017-11-23 Thread Filipe Caldas
Hi George, So I did see that question on Stack overflow, but I could not reproduce the behaviour: I added: if(BaseHandler.isDevAppServer()): from google.appengine.ext.remote_api import remote_api_stub from google.appengine.datastore.entity_pb import Reference remote_api_stub.C

[google-appengine] dev_appserver: Connect to remote datastore

2017-11-22 Thread Filipe Caldas
Hi, I currently have a python application and I am using the dev_appserver to run some tests locally, on some scenarios I need run tests with data on the production server, would it be possible to connect the dev_appserver to my production datastore? If so how should this be implemented? I

[google-appengine] Re: Datastore: Problem updating entities

2017-08-16 Thread Filipe Caldas
GoogleCloudPlatform/appengine-mapreduce>. > > On Tuesday, August 15, 2017 at 6:00:37 AM UTC-4, Filipe Caldas wrote: >> >> The job was actually doing slightly more than just setting a property to >> a default value, it also was doing a .strip() in one of the fields due t

[google-appengine] Re: Datastore: Problem updating entities

2017-08-15 Thread Filipe Caldas
date_schema#updating-existing-entities>. > > > > > Without knowing what happened exactly, it is not possible to know the > reason for 70M reads. However, I would recommend to view this post > <https://stackoverflow.com/a/15946970> which might answer your question. >