タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

mongodbに関するgarden_treeのブックマーク (2)

  • Mongo DBとCouch DBの比較 - Docs-Japanese - 10gen Confluence

    based on v26 (2011/02/07 更新) - オリジナル 「MongoとCouchってどう違うの?」という質問が、私たちのもとにはたくさん寄せられます。実によい質問です: いずれもJSONスタイルのオブジェクトデータストアを扱うドキュメント指向のデータベースであることには相違ありません。両プロダクトは棲み分けがなされています ― 私たちは各々のデータベースが専門化し、もはや「一種類あれば事足りる」的な考えかたは通用しないことを、強く信じるものです。 私たちはCouchDBの専門家ではありませんから、なにか誤った記述がありましたら フォーラム へお知らせください。 MVCC 大きな違いの一つには、CouchDBが MVCC ベースであるのに対し、MongoDBはむしろ伝統的な「その場でアップデート」するタイプのデータストアであることが挙げられます。MVCCは次に挙げるような

    garden_tree
    garden_tree 2011/03/09
    >「MongoとCouchってどう違うの?」という質問が、私たちのもとにはたくさん寄せられます。
  • MongoDB + node.js で作るソーシャルゲーム

    The document discusses using node.js with MongoDB. It includes examples of basic CRUD operations using the node.js driver and MongoDB native driver. It also discusses ORM libraries like Mongoose that provide an abstraction layer. The document contains code samples for performing inserts, updates, finds and counting documents using the native node.js driver and Mongoose.

    MongoDB + node.js で作るソーシャルゲーム
  • 1