Not your computer? Use a private browsing window to sign in. Learn more about using Guest mode
Stay organized with collections Save and categorize content based on your preferences. App Engine is a fully managed, serverless platform for developing and hosting web applications at scale. You can choose from several popular languages, libraries, and frameworks to develop your apps, and then let App Engine take care of provisioning servers and scaling your app instances based on demand. Learn m
Overview: I will go over sharding basics and how to overcome problems like calculating ranks and inbox. Sharding is splitting your database into partitions and keeping each of the partitions on different servers. The following figure will make it more clear. Database Sharding Basic Overview What we did is, instead of keeping details of all user on one database server, we kept the users with odd us
気になる記事をスクラップできます。保存した記事は、マイページでスマホ、タブレットからでもご確認頂けます。※会員限定 無料会員登録 詳細 | ログイン 1989年1月の終わり、あと2週間後に卒業論文を提出しなければならない4年生のY君が私の席に来てこう説明した。 「先生、どうも計算機シミュレーションの条件設定を間違えていたみたいです。スミマセン」 Y君と相棒のF君は「波と船の非線形干渉問題」という難しい研究に取り組んでいた。しかも、私の管理する長さ90メートル、幅3.5メートルの水槽で膨大な実験を行う一方で、スーパーコンピューターを使った計算機シミュレーションも行っていたのだ。実験と計算機シミュレーションの両面から、船の作る波の非線形性を明確にするという大きなテーマだった。 実験との一致が悪いので、計算機シミュレーションの再チェックを指示した結果、返ってきた答えがそれだった。 「そうか、すぐ
Using PyAMF with Google App Engine This tutorial will show you how to use a PyAMF application (0.3.1 or newer) with Google App Engine. Introduction Google App Engine (GAE) lets you run your web applications on Google's infrastructure for free. You can serve your app using a free domain name on the appspot.com domain, or use Google Apps to serve it from your own domain. appspot.com gives you up to
Google App Engine ã§ã® Django ãã©ã¼ã ã®æ¤è¨¼ Alexander Power 2008 å¹´ 4 æ æ¦è¦ ãã®è¨äºã§ã¯ãGoogle App Engine ã§ã® Django ã®ãã©ã¼ã æ¤è¨¼ãã¬ã¼ã ã¯ã¼ã¯ã®ä½¿ç¨æ¹æ³ã説æãã¾ãããã®ãã¬ã¼ã ã¯ã¼ã¯ã§ã¯ããã¼ã¿ ã¢ãã«ãã HTML ãã©ã¼ã ãä½æãããã¼ã¿ã¹ãã¢ã¨ã®ããåãã®éã«ãã©ã¼ã ããã®å ¥åæ å ±ãã
Google App Engine | 03:36 | 何か分からないことがあった時にdiscussion Group で質問するにしても、やっぱドキュメント類に一通り目を通しておかないと顰蹙買うよな、、ということで、「Tool and Configuration」のセクションもじっくり読もうかと思って見てみたら、そんなに労力かけずとも訳できそうな感じだったので、APIsに引き続いて超訳作業を進めていくことにする。(まぁ、ここまでくると若干意地である。。)最初のうちはチュートリアルの前編くらいしかアクセスがなく、みんな表面的な話に食いつくダケなんかなー、と思っていたが、意外と少しずつ他のエントリーにもアクセスが集まるようになってきてるみたい。それなりに需要はあるってコトかな?まぁ、学習のペースは人それぞれ。いつでも見れるのがWebのいいところってコトですな。さて、今回はApp Engine
Overview NoseGAE is a nose plugin that makes it easier to write functional and unit tests for Google App Engine applications. When the plugin is installed, you can activate it by using the --with-gae command line option. The plugin also includes an option for setting the path to the Google App Engine python library, if it is not in the standard location of /usr/local/google_appengine. Functional t
Google App Engine - Python Development (with Eclipse) - Tutorial Google App Engine - Python. This article describes the creation of a web application with Python on the Google App Engine. The example created in this article will be a simple Todo list. The usage of the email API will get demonstrated. Also conditions in the Django web template and formating of dates will get demonstrated. The artic
The 1000 file limit has created a problem for folks working outside of the golden path provided by GAE, or even for folks with lots of modules outside of the Web application plumbing. To alleviate this problem, you can create a zip archive of files you need and import module from these like so: import sys sys.path.insert(0, 'cherrypy.zip') sys.path.insert(0, 'mako.zip') import cherrypy fro
Getting started Here’s how to get rolling: Install the gems $ sudo gem install google-appengine Assign an app identifier Simply create an application at appsopt.com, we'll refer to that as my-app in this document. Generate your rails app $ rails my-app; cd my-app; Generate a rackup file In the same folder, save this as config.ru. require 'appengine-rack' AppEngine::Rack.configure_app( :applicatio
Multiple Database Support Update 2009-12-22: As of today multiple database support has been merged into trunk, any further bugs, feature requests, etc. should be filed on Trac or brought up for discussion on the django-developers mailing list. View the new documentation: http://docs.djangoproject.com/en/dev/topics/db/multi-db/ or source:django/trunk/docs/topics/db/multi-db.txt A September 2008 d
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. Major SQLAlchemy features include: An industrial strength ORM,
Google App Engineでは、関連の実装として、キーの親子関係で実現するownedな関連と、キーの親子関係ではなく、単に相手のキーを持つだけのunownedな関連があります。 unownedな関連は、RDBMSにおけるFKを持っているようなものだと思うとイメージしやすいと思います。 例えば、次の例では、FooがBarをunownedな関連先として定義しています。 @PersistenceCapable(identityType = IdentityType.APPLICATION, detachable = "true") public class Foo { @PrimaryKey @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) @Extension(vendorName = "datanucleus", ke
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く