Pages tagged gae:

appscale - Google Code
http://code.google.com/p/appscale/

"AppScale is an open-source implementation of the Google AppEngine (GAE) cloud computing interface. AppScale enables execution of GAE applications on virtualized cluster systems. In particular, AppScale enables users to execute GAE applications using their own clusters with greater scalability and reliability than the GAE SDK provides. Moreover, AppScale executes automatically and transparently over cloud infrastructures such as the Amazon Web Services (AWS) Elastic Compute Cloud (EC2) and Eucalyptus, the open-source implementation of the AWS interfaces."
Open source google app engine implementation, supports Xen, extending to GAE, EC2
A BSD-licensed implementation of Google App Engine. Roll your own cloud computing platform.
JRuby on Rails on Google App Engine | Ola Bini: Programming Language Synchronicity
http://olabini.com/blog/2009/04/jruby-on-rails-on-google-app-engine/
In this post I thought I’d go through the steps you need to take to get a JRuby on Rails application working on GAE/J, and also what kind of characteristics you should expect from your application.
JRuby on RailsをApp Engine上で動かす方法
SpringSource Team Blog » Write your Google App Engine applications in Groovy
http://blog.springsource.com/2009/04/07/write-your-google-app-engine-applications-in-groovy/
Write your Google App Engine applications in Groovy
Google just announced that their Google App Engine cloud hosting platform now supports other languages than Python: namely Java and Groovy!
App Engine Java Overview - Google App Engine - Google Code
http://code.google.com/appengine/docs/java/overview.html
ngine for Java makes it
exciting news!
Bigcurl: Running Sinatra apps on Google AppEngine (Java)
http://blog.bigcurl.de/2009/04/running-sinatra-apps-on-google.html
http://github.com/bigcurl/sinatra/tree/master
» Run PHP on the Google App Engine - PHP, Web and IT stuff
http://www.webdigi.co.uk/blog/2009/run-php-on-the-google-app-engine/
Ruby on Rails on Google App Engine: Welcome aboard
http://jruby-rack.appspot.com/
Now RoR is supported by Google App Engine. What are you waiting for!?
Rails Primer for Google App Engine with JRuby
http://rails-primer.appspot.com/
把 google appengine 包的更簡化....
"rails primer for google app engine"
Develop Twitter API application in django and deploy on Google App Engine — The Uswaretech Blog - Django Web Development
http://uswaretech.com/blog/2009/04/develop-twitter-api-application-in-django-and-deploy-on-google-app-engine/
Useful, quick and easy walkthrough of writing a Python/Django app which interfaces with Twitter, and deploying it to Google AppEngine.
Twitter’s robust REST API enables building of good applications that leverage its increasingly large and real-time data. Google’s cloud system App Engine not only provides a scalable platform for deploying applications, but also proves to be economically viable because of its pay per resource usage model and a large free quota. Little wonder then, there are increasingly large number of twitter apps being deployed on App Engine. In this post, I am going to examine how to create a simple application based on twitter’s REST API and deploy it on Google App Engine. A deployed version can be found on Twitter-Follow. The specification is simple. It finds if a twitter user is following another twitter user, given their user names. The application is developed using django and deployed on Appengine using the app engine patch project. The code is open sourced with GPL v3 and can be checked out from Google Code. Lets get started building this application.
Google App Engineのtips集 - スティルハウスの書庫
http://d.hatena.ne.jp/kazunori_279/20090617/1245224939
これはよさげ gae
"Datastoreのtips * Bigtableの内部構造 * BigtableによるDatastoreの実装 * Datastoreによるクエリの実装 * トランザクションとエンティティグループ * Datastoreのtips * List Proprtyとmerge joinの使い方"
DryDrop
http://drydrop.binaryage.com/
DryDrop is a tool that lets you host your static site on Google App Engine and update it by pushing to GitHub.
Host your static site on Google App Engine and update it by pushing to GitHub.
DryDrop is a tool that lets you host your static site on Google App Engine and update it by pushing to GitHub. Thanks to GitHub post-receive hooks your App Engine site can be updated automatically when you push new content.
Host static web sites on Google App Engine managed by Git
Under the Covers of the Google App Engine Datastore ‎(2008 Google I/O Session Videos and Slides)‎
http://sites.google.com/site/io/under-the-covers-of-the-google-app-engine-datastore
Presentation on how googleapps datastore implements filtering and sorting on top of bigtable. Basically, all queries are translated to bigtable prefix scans or range scans, without needing any in-memory postprocessing, all rows returned from the scan are relevant to, and in order, for the query. There's a built-in 'single property index' (or two actually: one asc and one desc) which can obviously be used for single-property searches, but also for queries consisting of only equals clauses, by doing multiple range scans and taking the intersection (not sure at which level this happens). More complex queries need specific pre-defined indexes. Index tables only have keys, no columns with values. Indexes are updated synchronously, so everything stays consistent (at the cost of contention problems?). Some mention of string-byte considerations when doing range queries. No fulltext queries. Ends with some talk on transactions.
ついに無制限に解放されたGoogle App Engine/Java。RoRやPHP、もちろんJavaも試そう - Blog on Publickey
http://www.publickey.jp/blog/09/google_app_enginejavarorphpjava.html
せっかくなのでJavaを使ってみたい、という人には、@ITの記事をご紹介。Google App Engine/Javaの開発のためのJDKをGoogle App Engineにインストールし、手元のPCにはEclipseとプラグインのインストールから解説してくれます。後半ではBigtableデータの操作方法も。
Google App Engine for Java with Rich Ruby clients
http://paulhammant.com/blog/google-app-engine-for-java-with-rich-ruby-clients.html
they are blending the best of proper languages and markup languages. That there is no obfuscated code/bytecode (you ship Ruby to the "browser" app that will interpret it) is a good thing, it will dis
app engine
Mave
無料かつ(おそらく)最速であなたのWebアプリケーションを世界に公開する方法 - スタジオズブリ
http://d.hatena.ne.jp/zentoo/20090821/1250870502
プログラミングはやめていたけど、やりたくなった。凄い。
Google App EngineでRubyのSinatraをとりあえず動かすチュートリアル。DBはどうすんのかな。
Google App Engineを使って無料でサイトを立ち上げる方法 - EC studio 技術ブログ
http://techblog.ecstudio.jp/tech-tips/freewebsite-with-google-app-engine.html
EclipseでJava版App Engineを始めるための基礎知識 (1/3) - @IT
http://www.atmarkit.co.jp/fjava/rensai4/gaej01/gaej01_1.html
Django-Based Blog on Google App Engine Tutorial, Part 1 | JoeyB.org
http://www.joeyb.org/view/django-based_blog_on_google_app_engine_tutorial_part_1
"I've spent some time over the last few weeks playing around with the Google App Engine so I figured it may be helpful to share some of the things that I have learned and do a tutorial series on how I built this simple blog using the GAE and Django."
helper
Scheduled Tasks With Cron for Python - Google App Engine - Google Code
http://code.google.com/appengine/docs/python/config/cron.html
manual for defining web services to run - schedule tells when to run which URLs and how often to do it
Use Google app engine to run server-side web scripts regularly - as per suggestion in http://stackoverflow.com/questions/1955468/call-php-script-every-minute
cron: - description: daily summary job url: /tasks/summary schedule: every 24 hours
django-gae2django - Google Code
http://code.google.com/p/django-gae2django/
gae2django is a Django helper application that provides an implementation of Google's App Engine API based on pure Django. The helper makes it easier to re-use applications originally designed for Google's App Engine environment in a Django environment. (If you want to run existing Django applications in Google's App Engine environment, then Google App Engine Helper for Django is the right choice for you...)
App Engine JavaScript SDK
http://www.appenginejs.org/
用 JavaScript 寫 GAE 程式
typhoonae - Project Hosting on Google Code
http://code.google.com/p/typhoonae/
The TyphoonAE project aims at providing a full-featured and productive serving environment to run Google App Engine (Python) applications. It delivers the parts for building your own scalable App Engine while staying compatible with Google's API.
Howto run GAE without the cloud.
deck.cc - articles - Django 1.2 on Google App Engine
http://www.deck.cc/django_1.2_on_google_app_engine.html
curl -L http://github.com/clones/google-app-engine-django/tarball/master -o google-app-engine-django.tar.gz
ttp://github.com/clones/google-app-engine-django