资 源 简 介
Yaac (stand for Yet Another Admin Console) is another admin GAE console. The purpose of this project is to provide a more powerful and convenient admin console for GAE users, especially on data migration. This project is written in GWT + GAE/J with pipeline API. Simply pull the whole maven project and deploy to your own application (non-default version of course :))
Yaac provides a Extended GQL which supports aggregation functions (count / sum / max / min / avg) with group by / having clauses and like / between / in query in where clause. (At the moment this is done by Pipeline API sequential full datastore scanning, will be optimized soon). Click here for syntax details.
Note that EGQL is not executed on index and thus not scalable. It"s designed only for adhoc reporting purpose.
A Sandbox is created with latest version for anyone to play with Yaac.