Google App Engine
外部サイトへのリンク集
最終更新日: 2009年5月27日
- Under the covers of the App Engine Datastore
- Googleの方がDatastoreに関して説明するプレゼンテーション。
- 2つのDBクラスをJOINしてfilterする方法ってありますか?
- Google App EngineのDatastoreはRDBMSではないため、modelを検討する際に工夫が必要となる。このページでは、de-normalizeに関して具体的な例とともに説明されている。
- How to query by date range
- Google App Engineではふたつのfieldで比較を行うqueryは許されていないが、これに対する対処法の1例が示されている。
- Newbie's 1st notes trying to start django project on appengine
- Google App Engineに含まれているDjangoは最新バージョンではないが、最新のDjangoを利用するためにappengine helperが存在する。その導入手順が説明されている。(ちなみに当サイトもappengine helperを利用しています。)(追記: appengine helperはやめて、app-engine-patchに移行しました。)
- Google App Engine and BigTable - VERY interesting!
- Google App EngineとそのDatastoreに関するまとめが記述されている。作者がBig TableとDatastoreを混同して記事を書いたことに対して、読者からコメントが寄せられている。おかげでそれらの違いを知ることができる。
- GAE+OAuth
- Google App EngineでOAuthを使う方法がサンプルコードとともに記述されている。
- Severe scalability problems - getting http server 500 error under heavy load.
- Google App Engineがスケールしないと文句を言っている人に対して、Google App Engineがスケールする仕組みを説明した記事。
- how to create google maps with mashed with about 10,000 geo codes
- Googlep App Engineで緯度経度情報を扱う方法がサンプルコードとともに説明されている。
- Changing a field from String to Text
- Google App Engineで、稼働中のmodelのschemaを変更する具体例が書かれている。基本的な話はこちらにまとめられている。
- Unit tests for Google App Engine apps
- Google App Engine環境でのunit testのやり方が説明されている。この記事に付いたコメントでは、GAEUnitも紹介されている。