タグ

couchdbに関するmsyktのブックマーク (25)

  • GitHub - mikeal/pouchdb: PouchDB is a pocket-sized database.

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    GitHub - mikeal/pouchdb: PouchDB is a pocket-sized database.
    msykt
    msykt 2012/01/04
    PouchDB is a pocket-sized database.
  • あしたのオープンソース研究所 -CouchDB 座談会-

    しおや「最近クラウド・コンピューティングが流行しているということで、どんな技術があるんだろうとみていくうちに、クラウドのプラットフォームの話、アマゾンのEC2だとかWindows Azureだとかはいっぱい出てるんですけど、それを使って書いたアプリケーションの話はあんまりないな、と。もうひとつは、私はログ管理の製品も担当しているんですが、大量のデータをログとして蓄えないといけないという時に、具体的にクラウドだったらどういうソリューションがあるのかな、と。そう思って色々見渡しているときにクラウドの処理能力を活かしたデータベースということでCouchDBに興味を持ちました。きっかけはIBMのDeveloperWorksの記事を見たことで、今少し使ってみてます」 しおや「この図は結構いろいろ描き込んであるんですけど、CouchDBはErlangというプログラム言語で記述されたデータベースでして、

  • CouchDB: The Definitive Guide

    Table of Contents 書に寄せて はじめに Part I. 序論 1. なぜ CouchDB なのか? 2. 結果整合性 (Eventual Consistency) 3. さあ、始めよう 4. コアAPI Part II. CouchDBでの開発 5. デザインドキュメント 6. ビューでデータを検索する 7. バリデーション機能 8. ショウ機能 9. リスト機能によるビューの変換 Part III. アプリケーションの例 10. スタンドアローンアプリケーション 11. デザインドキュメントの管理 12. ドキュメントの保存 13. 任意の書式によるドキュメントの表示 14. viewによるリスト表示 Part IV. CouchDBのデプロイ 15. スケーリングの基 16. レプリケーション 17. 衝突の管理 18. 負荷分散 19. クラスタ構成 Part

  • CouchDB Implementation

    CouchDB is an Apache OpenSource project. It is Damien Katz's brain child and has a number of very attractive features based on very cool technologies. Such as ... RESTful API Schema-less document store (document in JSON format) Multi-Version-Concurrency-Control model User-defined query structured as map/reduce Incremental Index Update mechanism Multi-Master Replication model Written in Erlang (Erl

    CouchDB Implementation
  • Persistent Trees in git, Clojure and CouchDB « EclipseSource Blog

    This is a tale of three images. I found these images while investigating the internals of several different applications. There are some really neat software projects emerging at the moment, and as a developer I always find it interesting to take a look at the implementation details, because there is often a lot to be learned. It’s not always something you might need right now, but maybe a few yea

    Persistent Trees in git, Clojure and CouchDB « EclipseSource Blog