[google-appengine] Google App Engine Search API, searching in multiple indexes

2014-03-03 Thread omair . shamshir
Since GAE 1.9 release the search API indexes are limited to 10 GB data only. so the problem is if we have to save data more than this limit then we will have to spread it in multiple indexes and we will have to do queries in multiple indexes. So how can we perform search across multiple indexes

[google-appengine] How to make endpoints working with endpoints old_dev_appserver.py and Dart?

2014-03-03 Thread Cezary Wagner
http://stackoverflow.com/questions/22118196 -- 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 g

[google-appengine] Is possible GAE Python27 SDK 1.8.x or 1.9.x with Aptana + PyDev?

2014-03-03 Thread Cezary Wagner
Simple question is possible to use Aptana + PYdev? -- 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

[google-appengine] Is old_dev_appserver.py supports enpoints?

2014-03-03 Thread Cezary Wagner
I try to write some Dart client to endpoints and want to use old_dev_appserver.py since work nice with debugger. Can I use it? -- 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 i

Re: [google-appengine] How to make endpoints working with endpoints old_dev_appserver.py and Dart?

2014-03-03 Thread Vinny P
On Mon, Mar 3, 2014 at 7:02 AM, Cezary Wagner wrote: > http://stackoverflow.com/questions/22118196 > *From your SO post:* *I try to use old_dev_appserver.py - I can debug Python whatever Dart can not connect to GAE application (looks like need threading - no idea why?). API expolorer not work.

Re: [google-appengine] Google App Engine Search API, searching in multiple indexes

2014-03-03 Thread Vinny P
On Mon, Mar 3, 2014 at 3:40 AM, wrote: > Since GAE 1.9 release the search API indexes are limited to 10 GB data > only. so the problem is if we have to save data more than this limit then > we will have to spread it in multiple indexes and we will have to do > queries in multiple indexes. So how

Re: [google-appengine] How do I activate SSL for my app served from appengine using a custom domain?

2014-03-03 Thread Vinny P
On Mon, Mar 3, 2014 at 1:20 AM, Luca de Alfaro wrote: > How do I activate SSL for custom domains on Google Appengine? > So, how do I setup SSL for my appengine app that uses a custom domain? > Help! > Hi Luca, Let's take this step by step: 1. Log out of all your Google accounts. I mean every

Re: [google-appengine] Re: Show and Tell: Plexi Voice a Windows Phone 8 App with AppEngine backend.

2014-03-03 Thread Nick
In light of this, thanks for sharing this Brandon. I found it interesting and would love to see more of this. On Monday, March 3, 2014 6:34:01 AM UTC+11, Brandon Wirtz wrote: > > Kaan, > > > > Before most of the questions and answers moved to Stack Overflow, there > was a lot more show and te

Re: [google-appengine] Show and Tell: Plexi Voice a Windows Phone 8 App with AppEngine backend.

2014-03-03 Thread Jacob Taylor
We debated moving a service that needed scaling control over to GCE and throttling it via scripts. Right now, we are using backends and a script to control them. On Sat, Mar 1, 2014 at 2:28 PM, Brandon Wirtz wrote: > We are looking at if GCE would be a win for us. The auto-scaling has been > hu

Re: [google-appengine] Python27 + new dev_appservery.py + debugging

2014-03-03 Thread D X
>From my experience, stepping through code is much slower on eclipse than pdb. I disagree with your other comments; pdb is fine for professional use on huge projects. On Sunday, March 2, 2014 3:57:22 PM UTC-8, Cezary Wagner wrote: > > I found some combo like Pydev 3.3.3 + Eclipse 3.8.x (but

Re: [google-appengine] Show and Tell: Plexi Voice a Windows Phone 8 App with AppEngine backend.

2014-03-03 Thread Rafael
Hi Jacob, Can you tell me more about why you choose using backends instead of modules? I only migrated to modules because they enter in the discounted instance hours. thanks rafa On Mon, Mar 3, 2014 at 1:04 PM, Jacob Taylor wrote: > We debated moving a service that needed scaling control ove

Re: [google-appengine] Python27 + new dev_appservery.py + debugging

2014-03-03 Thread timh
+1 I have worked on numersous projects with very large code bases on appengine, and I prefer pdb, and don't use Eclipse. On Tuesday, March 4, 2014 5:53:06 AM UTC+8, D X wrote: > > From my experience, stepping through code is much slower on eclipse than > pdb. > > I disagree with your other comm