タグ

MongoDBとNoSQLに関するlamichのブックマーク (3)

  • Basho: Welcome to the Riak Wiki

    Riak is a Dynamo-inspired database that is being used in production by companies like Mozilla and Comcast. Riak scales predictably and easily and simplifies development by giving users the ability to quickly prototype, test, and deploy their applications. A truly fault-tolerant system, Riak has no single point of failure. No machine is special or central in Riak, so developers and operations profe

  • InfoQ: グラフデータベース、NOSQL、Neo4j

    VoldemortやTokyo Cabinetといったキー/バリューシステムにおけるモデリングの最小単位はキー/バリューペアになる。そして、BigTableやそのクローンでは可変数の属性をもつタプルに、CouchDBやMongoDBといったドキュメントデータベースではドキュメントになる。これに対しグラフデータベースでは、データセット全体をひとつの巨大な高密度ネットワーク構造としてモデル化する。 ここではNOSQLデータベースにおける2つの興味深いポイント、スケーラビリティと複雑さについて詳しく説明する。 1. スケーラビリティ CAP: ACID 対 BASE 従来のデータベースシステムのほとんどは、トランザクションに基づいてデータの完全性を保証する。トランザクションを使うことで、データ管理のあらゆる状況において、データの一貫性を確保している。こうしたトランザクションの性質は、ACID(A

    InfoQ: グラフデータベース、NOSQL、Neo4j
  • ReadWrite

    In the world of e-commerce, you need to have the right online marketplace to support…

    lamich
    lamich 2012/03/12
    NoSQLは1.KVS型、2.BigTable型、3.ドキュメント型(MongoDB)、4.グラフデータベースの4つに分類される。現在注目されている代表的な5つのグラフデータベースのまとめがあったのでメモ Neo4j/FlockDB/AllegroGraph/GraphDB/InfiniteGraph #fb
  • 1