[google-appengine] Re: Best (hosted) CI solution to use with GAE (Python)?

2015-08-12 Thread Filip Nilsson
Hey!

Sorry for my late replay, vacation time here. Thanks for you detailed 
response, we ended up trying CircleCI, and it seems to work really good. 
Also, great input about the reverse proxying, I had some caching plans in 
mind already, so you speared me some time there.

Cheers,
Filip

Den onsdag 5 augusti 2015 kl. 00:25:27 UTC+2 skrev Michael Spainhower:

 Also, CodeShip has built in support for deploying to GAE.  I have not used 
 CodeShip myself.


 https://codeship.com/documentation/continuous-deployment/deployment-to-google-app-engine/


 On Monday, August 3, 2015 at 6:29:41 AM UTC-4, Filip Nilsson wrote:

 Hi!

 Does anyone have experiences to share regarding hosted CI providers and 
 Google App Engine. Currently I have my tests running locally using nose and 
 nose-gae. One provider I have been looking at is CircleCI. Seems quite 
 nice, they have instructions on how to set up testing with GAE.

 Any thoughts are welcome!

 Thanks in advance,
 Filip



-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/eacb6c17-d07b-4868-ad68-3b853ed0af99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Best (hosted) CI solution to use with GAE (Python)?

2015-08-03 Thread Filip Nilsson
Hi!

Does anyone have experiences to share regarding hosted CI providers and 
Google App Engine. Currently I have my tests running locally using nose and 
nose-gae. One provider I have been looking at is CircleCI. Seems quite 
nice, they have instructions on how to set up testing with GAE.

Any thoughts are welcome!

Thanks in advance,
Filip

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a70e07ff-39f8-4c5b-91b0-6a530da3dd32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Retrieve all documents in index in an speed efficient manner

2015-07-01 Thread Filip Nilsson


Den onsdag 1 juli 2015 kl. 14:35:04 UTC+2 skrev barryhunter:



 On 1 July 2015 at 13:27, Filip Nilsson fill...@gmail.com javascript: 
 wrote:

 I’m trying to retrive all documents in a search index in an efficent 
 manner. 


 Why? To be frank it just sounds like bad design. Try to do whatever you 
 doing by accessing less data. 


Each document is displayed in a web front end, where the user can perform 
filtering etc. The strategy before did the search on the server side, but 
the site was very slow since each filtering operation required a request to 
the backend, so now I do all the filtering on the client side with very 
excellent performance.  
 


  


 Any suggestions on how to access all items faster, or is it simply 
 impossible? 


 Certainly think it impractical, but not impossible. 

  

 There must be a faster way to just retrieve everything.


 A search index is designed for getting a very specific subset quite 
 quickly, its simply not designed to 'get everything'. 

 I guess that, if I decided to continue with this approach, I need to just 
access the data store directly. The problem is that a lot of logic is 
dependant on the index, so it's no small task to replace all that. If I 
would just get all the documents out of the index in a fast manner, I could 
keep everything else the same. 

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/34208e5e-cfcb-45d4-b9dc-7143a00addd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Experiences regarding payed support?

2015-07-01 Thread Filip Nilsson
Has anyone bad/good experiences regarding the payed support options (
https://cloud.google.com/support/)

I'm specifically thinking about the Architecture Support on the Silver 
level. Do I get access to additional documentation or is it a ticket based 
system?

Thanks for any input.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/13f6bf4b-0f1b-4eb0-a3cc-dc4828cc566c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Retrieve all documents in index in an speed efficient manner

2015-07-01 Thread Filip Nilsson
I’m trying to retrive all documents in a search index in an efficent 
manner. My current approach is something like this: 
https://gist.github.com/filleokus/8941f0824bef0fd921a7, but this seem to 
take about 50 ms per 100 item batch, which is way to slow. In this 
particular index we have a couple of thousand document (5k though), which 
means the request can take upwards of 4000 ms sometimes.

Any suggestions on how to access all items faster, or is it simply 
impossible? There must be a faster way to just retrieve everything.

Thanks for any help,
Filip

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6d152a31-dbd3-4ce3-bc97-2e8049299a0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.