Disco is a lightweight, open-source framework for distributed computing based on the MapReduce paradigm. Disco is powerful and easy to use, thanks to Python. Disco distributes and replicates your data, and schedules your jobs efficiently. Disco even includes the tools you need to index billions of data points and query them in real-time. Disco was born in Nokia Research Center in 2008 to solve rea
Mikle?「ミクル」というちょっと不思議な響きの社名は、2005年スタートアップ時のメンバーの思いがぎゅっと込められたものです。これからスタートさせるにあたって、世の中で成功するWebサービスを提供したい!そのためには世の中のみんなが「見に来る」サービスを創ろう!→「ミンナミニクル」→「ミニクル」→「ミクル」という流れで命名されました。キーボードで入力してみると「未来る」と変換されました。そうだ「未来をつくる」働き方で、「未来をつくる」仕事をしよう、そういう思いもこの時に込められています。Mikle「ミクル」では「未来をつくる」仕事で世の中に貢献してまいります。 マンションコミュニティ マンション口コミ掲示板 日本最大の新築マンション専門掲示板です。購入検討中の方々と、分譲マンション・住宅ローン・リフォームなどの情報交換ができます。首都圏・関西圏のほぼすべての物件を網羅し、月間200万人
import sys from django.http import HttpRequest from django.db.backends import BaseDatabaseWrapper, util class URLCursor(util.CursorDebugWrapper): def execute(self, sql, *args): f = sys._getframe() while f: request = f.f_locals.get('request') if isinstance(request, HttpRequest): sql += ' -- %s' % repr(request.path)[2:-1].replace('%', '%%') break f = f.f_back return self.cursor.execute(sql, *args) f
Posted by Nick Johnson | Filed under python, tech, app-engine, cookbook, coding This post is a brief interlude in the webapps on App Engine series. Fear not, it'll be back! Frequently, we need to do a datastore query for a set of records, then do something with a property referenced by each of those records. For example, supposing we are writing a blogging system, and we want to display a list of
Python Package Index An experimental mirror of PyPi on Google App Engine. To get involved, visit the Pypione Project. To install packages from the mirror run easy_install -i http://pypi.appspot.com/ <PACKAGE_SPEC> To use with zc.buildout, include an index option in your buildout section: [buildout] index = http://pypi.appspot.com/ ... For testing, you can download something like disthelper to your
Cassandra has received a lot of attention of late, and more people are now evaluating it for their organization. As these folks work to get up to speed, the shortcomings in our documentation become all the more apparent. Easily, the worst of these is explaining the data model to those with an existing background in relational databases. The problem is that Cassandra’s data model is different enoug
Driving Corporate Evolution Through an Expert AI Keynote Speaker Machine learning discussions have moved from the lab to the P&L statement. For boards of directors and C-suite executives, the priority isn't understanding neural networks. It’s deploying them for financial return. A massive disconnect often separates data science teams from strategic leadership. Tech teams speak Python; executives s
DBにTritonnを使ってDjangoから全文検索をする という話 Tritonnってなに?どうやって入れんの かつあい モデル構造 class Book(models.Model): """本""" title = models.CharField(max_length=255) desc = models.TextField() pub_date = models.DateTimeField(auto_now_add=True) class BookSearch(models.Model): """本の検索テーブル""" book = models.OneToOneField(Book) title = models.CharField(max_length=255) desc = models.TextField() 全文検索に使いたいカラムを持った〜〜Searchモデルみたいなの
アクセンスのおまけ 「オープンソースとも呼べない程度の何か」を提供します。ソースコードなら、1000行いかないくらいの小さいやつ。何か役に立ったらいいなという程度のものです。オープンソースだなんて恥ずかしくて言えませんが、それなりの、オープンソース・ライセンスを適用します。ライセンスの詳細については、それぞれのプロジェクトまたはソースコードをご覧下さい。その他、ウィキというよりブログ気味に、何やらつらつらと書いています。うちの仕事とは直接には関係ないことばかりです。誰かの役に立つかというよりは、自分用のメモだったりします。くだらないバグとかでつまずいても、しばらくすると忘れちゃうもので。 雑多 Go言語でイテレータが欲しかった(要らなくなった) Python関係 Cythonのドキュメントを翻訳しました Jinja2 の for ループ内にブロックを定義する SQLAlchemyドキュメン
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く