Re: [google-appengine] Re: "One senses GAE is just not a major priority for Google"

2014-11-14 Thread Brandon Thomson
This thread could use a bump; lots of good stuff in here!

On Sunday, November 9, 2014 1:48:33 PM UTC-5, Jeff Schnitzer wrote:
>
> I just hope that someone is busy reinventing the datastore viewer. That 
> would be compelling.
>

Today I have a link to a new datastore viewer in my admin console. The UI 
is cleaner and looks very promising. GQL is gone (good riddance) and 
replaced with dropdown menus for filters and clickable headers to replace 
"ORDER BY". Very nice!

There are many new features in the entity viewer: indexing can be adjusted, 
new properties can be added, and the types of existing properties (except 
text, blob, and list) can be adjusted to other types (not just null). Text, 
list, and blob properties still cannot be edited at all (I was really 
hoping that would be possible).

There is also something of a regression: it does not seem to be possible to 
bookmark a query or a sort order. Bookmarking and linking to queries is 
something I really rely on in the old datastore viewer.

I am pleased to see that Google is listening to feedback and will submit 
these comments to google-developers-console-feedb...@google.com as well.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: "One senses GAE is just not a major priority for Google"

2014-11-14 Thread pdknsk
I noticed that Google closed the Perl bug yesterday. It was obvious really, 
but a good move nevertheless. C# was also closed.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] ANN: Objectify-insight, metrics on your datastore traffic

2014-11-14 Thread Jeff Schnitzer
The problem:  You have a GAE/Java app using large amounts of datastore
reads & writes and you'd like some insight into what's causing it: kinds,
namespaces, what queries, even what places in your code.

This open-source project can help:

https://github.com/stickfigure/objectify-insight

In short, it writes aggregated statistics to BigQuery. Through multiple
layers of aggregation (in the instance, plus in a pull queue), this scales
to thousands of requests per second without impacting the performance of
your application (or giving you a big BQ bill).

Despite the name, you do not need to use Objectify to use this software
(although it works well with it). You do need to have a reasonable
understanding of BigQuery - there's no UI here, it just gets the data into
BQ.

If you have any questions, ask them on the objectify google group:

https://groups.google.com/forum/#!forum/objectify-appengine

Huge thanks go out to BetterCloud (http://www.bettercloud.com/) for funding
this project!

Jeff

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Datastore has no entities in the Empty namespace

2014-11-14 Thread The Rising Tide
The entities don't appear on the launch. You have to call the method where 
they're called. For example, if you save an entity from the "doGet" 
function in the servlet, you have to load the link pointing to this servlet.

in web.xml you have somewhere :

ServletName
/servletname


in index.html :
TextOfLink..

You have to click on this link in the browser, then the entity will be 
saved.



Le dimanche 11 mars 2012 08:27:26 UTC+1, heri a écrit :
>
> why I still cant see the datastore entities 
> actually I add at entities to the project 
>
> in the web 
> when I debug my project 
> http://localhost:/_ah/admin/datastore? 
> the entities didn't show anything 
> (Datastore has no entities in the Empty namespace. You need to add 
> data programatically before you can use this tool to view and edit 
> it.) 
>
> thanks 
> hery 
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] 1.9.17 PreRelease SDKs - PHP 5.5 support

2014-11-14 Thread Stuart Langley
Hello Everyone,

If you don't have an application that uses the PHP runtime, you can stop 
reading now.

In the next App Engine release we intend on switching the PHP interpreter 
from version 5.4 to version 5.5. There is a *small* list of backwards 
incompatible  changes 
that are part of the PHP 5.5 runtime - which means there is a small chance 
that your applications could break when we do the upgrade. 

To help you test out your applications now and make sure you apply any 
required fixes before we change over, we have created pre-release SDKs for 
Mac and Windows that include a 5.5 build of the interpreter. You can grab 
these SDKs from the following locations:

Windows 1.9.17 PreRelease SDK 

Mac 1.9.17 PreRelease SDK 


For linux users, please read this 

 post 
that contains instructions on how to build a php-cgi executable for testing.

Please report any issues that you encounter with the SDKs in the issue 
tracker , 
and we'll do our best to address them promptly.

Best Regards,
Stuart

-- 
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.
For more options, visit https://groups.google.com/d/optout.