In this article, you will learn how to use Bogart and CouchDB to create a minimal blogging engine. The Express with MongoDB article was a huge hit. This article has similar goals but shows a different way of using Node.JS. Pre-Requisites npm ... 続きを読む
Update: This tutorial has been moved to GitHub under the Apache License and is now actively maintained by Jan Lehnardt. This is a CouchDB emulator/visualizer written in 100% JavaScript, which implements key concepts like collation, map/reduce... 続きを読む
What CouchDB can do for HTML5, web apps and mobile The utility of CouchApps and how CouchDB could shape mobile. by Audrey Watters | @audreywatters | Comment | 29 June 2011 Tweet CouchApps are JavaScript and HTML5 applications served directly ... 続きを読む
The first time you sign into developerWorks, a profile is created for you. This profile includes the first name, last name, and display name you identified when you registered with developerWorks. Select information in your developerWorks pro... 続きを読む
NoSQL企業の合併だ! Membase (元NorthScale)とCouchOneが合併してCouchbaseとなり、大企業向けに総合的なNoSQLデータベース製品を提供していく(NoSQLはデータベースに水平方向のスケーラビリティを与える技術だ)。合併条件等は、公開されていない。 Couch... 続きを読む
Couchbase, the first and only provider of a comprehensive, end-to-end family of NoSQL database products, with data management capabilities built with Apache CouchDB document database technology, memcached distributed caching technology and th... 続きを読む
Today we are announcing a new version of appjet.jar. As you know, AppJet Inc. has focused on other things and there have been no updates to the framework since 2008. Many links of the old jar still point to the appjet.com domain, which has be... 続きを読む
John P. Wood of Signal, which offers a mobile customer engagement platform used by many top brands, recently created a couple of Scout Plugins for monitoring CouchDB. I’ve always been impressed by the team at Signal, so I was curious how the... 続きを読む
node.js | 00:40 | とりあえず、rsync すらめんどくさくなったので githubに登録しておく。yssk22/sunrise - GitHubアプリは CouchDB のレプリケーションでコピーできるけど、コンテナがまだその辺未対応なので。example はこれから作ります。(今あるヤツはさす... 続きを読む
CouchApp Evently Guided Hack w/ CouchDB Date: This event took place live on May 20 2010 Presented by: J. Chris Anderson Learn to hack jQuery CouchApps -- p2p web applications that can be deployed anywhere there's a CouchDB. Apache CouchDB can... 続きを読む
programming, CouchDB, DebianCouchDBのデザインドキュメントにMustacheのテンプレートエンジンを適用する方法についてのお話。これは英語のブログではそこそこ情報があるのだが、日本語ではid:yssk22さんのブログに部分的に情報があるだけなのでまとめてみた。... 続きを読む
node.js, CouchDB | 21:42 | 今こんなのを作っています。 exports.setup = function(site, done){ site.all('/posts/admin/*', oauth.requiredWith('twitter')); site.install('posts', function(app){ var posts = app.model; site.get('/', $.title('Home'), ... 続きを読む
CouchDB | 22:25 | id:doryokujin さんが、MongoDB JPを立ち上げる、ということをお聞きしたので、「まずは勉強会、話はそれからだ。そして俺らも混ぜてくれ」ってことで一緒にやってきました。ほとんどmongoに興味のある人ばっかりでしたけどね。まぁ、CouchDB... 続きを読む
「Moving Away from NoSQL」(NoSQLからは離脱する)というブログをポストしたのは、CouchDBの開発元、CouchOneのエンジニアMikeal Rogers氏。 「Apache CouchDB」は、NoSQLの1つとして知られていたオープンソースのデータベース。ドキュメント指向で、JSONによ... 続きを読む
Friday, August 27, 2010 Updating CouchDB from Node.js (It's asynchronous) ‹prev | My Chain | next› Tonight, I would like to explore hooking up the player store in my (fab) game to CouchDB. First up, I install node-couchdb (it is in npm as c... 続きを読む
node.js, couchDB | 03:07前回まででWebサーバーとしての最低限の機能が実装できた。あとはdatastoreさえなんとかなれば、いままでのWebアプリに必要な最低限の機能は揃う。ほんとは何度かつかったことがあるcassandraが使いたかったんだけど、javascriptでのア... 続きを読む
CouchDB-Rack A Rack handler for CouchDB external processes. This allows you to mount a Rack app as a CouchDB external, and use CouchDB as the web server. For example, given a basic Sinatra app: require 'sinatra/base' class MyApp < Sinatra::Ba... 続きを読む
node.js | 01:14 | わけあって、URLを丸ごとCouchDBの添付ファイルにコピーする需要があって、せっかくなので node.js で書いてみました。ちょっと長いのでGistにおいてます。http://gist.github.com/622432 続きを読む
17:23 | 以前 node.jsでTwitter ChiarpUserStreamを閲覧するWebアプリを作った - 酒日記 はてな支店 を見て、おもしろいなぁ、と思っていたので、やってみました。変更点は 単にtwitter streamを垂れ流すのではなく、一度CouchDBに放り込んで、CouchDB から Map... 続きを読む
CouchDB is the document database from Couchio, and it’s been getting rave reviews for its easy peer-to-peer replication across multiple platforms, and its tiny size—less than nine MBs. Unlike a relational database, a document database doesn... 続きを読む