Re: [google-appengine] Re: What is storage engine underneath the so called "Search API" engine

2016-01-23 Thread Kaan Soral
Search API seems like "a deal with the devil" to me, for some time you get 
all that you could dream for, but at one point, you suffer and die painfully

I haven't reached the limits of Search API myself yet, I haven't seen 
anyone that did either, but once you reach the limits, you can't add any 
more documents, the index gets stuck - I'm guessing, at that point, one 
must implement another system to start deleting unimportant documents to 
make room for more important stuff, this applies to my use case, but it 
might not apply to everyone's

It would be great if Search API did this on it's own, if you reach the 
limit, send in an argument at document.add's to remove the least ranked 
document automatically

Anyway, now that I've been using the Search API for some time, I regret 
some of the thing that I did with "datastore", I have complex and well 
calibrated indexes and filters, filled with workarounds and trade-off's

At one point, I might re-visit them and just re-do things with Search API 
using a separate index for specific use cases

TL;DR: Search API is awesome but look out for the limitations, it's 
definitely not scalable

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9960c249-55b6-4311-9666-80f327fda3b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Developing with app engine with no internet

2016-01-23 Thread David Williams
is Google App engine designed in a way that makes offline development easy?

Its usually pretty simple to install mysql and php on a computer.
develop the app, then transfer.

I do not have internet.

Is there any way to develop for app engine?

Sounds really cool!!!

also what is the story on databases with google app engine??

Thats pretty cool you can run a website with a java program.. thats the 
idea right?

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7eabc21b-06d0-470d-853a-317dfb11fdd4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Best dashboard to see real time google app engine status: datastore issue

2016-01-23 Thread Mauricio Lumbreras
Hello Zeehad
months ago there was some detailed charts and graphs to see real time 
fashion system health info, now it seems it is not longer available
Is it yet accessible or it was deprecated?
Regards
Mauricio

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/87df3be1-ca94-48da-bb6c-4084ee2654ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Developing with app engine with no internet

2016-01-23 Thread timh
Yes you can develop off line.

I suggest you start by reading the docs, and the getting started section.

However if you really mean off line, then many of the libraries and tools 
you will probably need will need to be downloaded before you go off line.

T

On Sunday, January 24, 2016 at 3:53:58 AM UTC+8, David Williams wrote:
>
> is Google App engine designed in a way that makes offline development easy?
>
> Its usually pretty simple to install mysql and php on a computer.
> develop the app, then transfer.
>
> I do not have internet.
>
> Is there any way to develop for app engine?
>
> Sounds really cool!!!
>
> also what is the story on databases with google app engine??
>
> Thats pretty cool you can run a website with a java program.. thats the 
> idea right?
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9859f4cf-0138-4500-9605-51eaf0398caa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.