|
Size: 6454
Comment: Merge update from EN#64 to 82
|
← Revision 86 as of 2012-08-02 14:47:12 ⇥
Size: 7327
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 14: | Line 14: |
| Amazon Dynamoのように、Cassandraは[[http://www.allthingsdistributed.com/2008/12/eventually_consistent.html|イベンチュアルコンシステント]]であり、Google BigTableのようにCassandraは典型的なKVS(Key Value Store)より豊かなカラムファミリーベースのデータ・モデルを提供します。 | Amazon Dynamoのように、Cassandraは[[http://www.allthingsdistributed.com/2008/12/eventually_consistent.html|イベンチュアルコンシステント]]であり、Google BigTableのようにCassandraは典型的なKVS(Key Value Store)より豊かなカラムファミリーベースのデータモデルを提供します。 |
| Line 17: | Line 17: |
| Cassandraは、2008年にFacebookによってオープンソースとなり、Avinash Lakshman (Amazon Dynamoの作者のうちの一人)と、Prashant Malik (Facebookエンジニア)によって設計されました。Cassandraは、Amazon DynamoとGoogle BigTableの融合によって生まれたものであり、''Dynamo 2.0''とも考えることができます。Cassandraは、Facebookにおけるプロダクション用途にあるが、まだ発展途上のプロダクトです。 | Cassandraは、2008年7月にFacebookによってオープンソースとして公開されました。Cassandraは、Apache Incubatorプロジェクトになり、2010年3月に、CassandraはApacheのトップレベルプロジェクトとなりました。Cassandraは、Avinash Lakshman (Amazon Dynamoの作者のうちの一人)と、Prashant Malik (Facebookエンジニア)によって設計されました。Cassandraは、Amazon DynamoとGoogle BigTableの融合によって生まれたものであり、''Dynamo 2.0''とも考えることができます。Facebookのインボックスサーチのために、Cassandraのオリジナルバージョンは開発されましたが、現在はFacebookにおいては使用されていません。その代わり、いまでは多くの国内外の企業でCassandraは採用されています。 |
| Line 29: | Line 29: |
| * [[ClientOptions_JP|クライアント一覧: Cassandraへのアクセス方法]] -- Ruby, Python, Scalaその他とのインターフェースについて | * [[ClientOptions_JP|クライアント一覧: Cassandraへのアクセス方法]] -- Ruby、Python、Scalaなど、その他のプログラミング言語のインターフェースについて |
| Line 72: | Line 72: |
| == 日本におけるコミュニティ == * [[https://sites.google.com/site/cassandrajapan/home|日本Cassandraユーザ会]] |
== 日本におけるコミュニティー == * [[https://sites.google.com/site/cassandrajapan/home|日本Cassandraユーザー会]] |
| Line 83: | Line 83: |
| This wiki is powered by MoinMoin. With the exception of a few immutable pages, anyone can edit it. Try SyntaxReference if you need help on wiki markup, and FindPage or SiteNavigation to search for existing pages before creating a new one. If you aren't sure where to begin, checkout RecentChanges to see what others have been working on, or RandomPage if you are feeling lucky. | == Thanks == * YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: [[http://www.yourkit.com/java/profiler/index.jsp|YourKit Java Profiler]] and [[http://www.yourkit.com/.net/profiler/index.jsp|YourKit .NET Profiler]] This wiki is powered by MoinMoin. With the exception of a few immutable pages, anyone can edit it. Try SyntaxReference if you need help on wiki markup, and FindPage or SiteNavigation to search for existing pages before creating a new one. If you aren't sure where to begin, checkout RecentChanges to see what others have been working on, or RandomPage if you are feeling lucky. |
| Line 88: | Line 91: |
| * [[FrontPage_CHT|Traditional Chinese 繁體中文]] |
Cassandra Wiki
Cassandraは、非常に高いスケーラビリティーを持ち、イベンチュアルコンシステントな分散システム構造のKVS(Key Value Store)です。 Cassandraは、主にBerkeley DBとMySQLから構成されるAmazon Dynamo (PDF)の分散ハッシュテーブル(DHT)と、Google BigTable (PDF)のデータモデルという分散システムのテクノロジーを併せ持っています。 Amazon Dynamoのように、Cassandraはイベンチュアルコンシステントであり、Google BigTableのようにCassandraは典型的なKVS(Key Value Store)より豊かなカラムファミリーベースのデータモデルを提供します。
Cassandraは、2008年7月にFacebookによってオープンソースとして公開されました。Cassandraは、Apache Incubatorプロジェクトになり、2010年3月に、CassandraはApacheのトップレベルプロジェクトとなりました。Cassandraは、Avinash Lakshman (Amazon Dynamoの作者のうちの一人)と、Prashant Malik (Facebookエンジニア)によって設計されました。Cassandraは、Amazon DynamoとGoogle BigTableの融合によって生まれたものであり、Dynamo 2.0とも考えることができます。Facebookのインボックスサーチのために、Cassandraのオリジナルバージョンは開発されましたが、現在はFacebookにおいては使用されていません。その代わり、いまでは多くの国内外の企業でCassandraは採用されています。
概要
Cassandra公式Webサイト (リリース版のダウンロード、バグトラッキング、メーリングリストなど)
Cassandraの制約: Cassandraがフィットしないケースについて
アプリケーションデベロッパーとオペレーターのためのドキュメント
DatastaxのApache Cassandra 日本語マニュアル 0.6 - 注: 残念ながら内容的に古くなっています。0.7以降の情報については上記英語版の情報を参照して下さい。
クライアント一覧: Cassandraへのアクセス方法 -- Ruby、Python、Scalaなど、その他のプログラミング言語のインターフェースについて
インテグレーションポイント -- list of ways Cassandra is integrated with other projects/products
Simple Use Cases and Solutions -- please help complete
高度なセットアップとチューニング
クライアントライブラリーに関する開発者向け情報
Thrift API Documentation (In progress)
開発者向けドキュメント
関連情報
Thrift, used by Cassandra for client access
RelatedProjects: Projects using or extending Cassandra
メーリングリスト
Cassandraユーザーメーリングリスト: user@cassandra.apache.org (購読する) (アーカイブ) (インキュベーター アーカイブ)
Cassandra開発者メーリングリスト: dev@cassandra.apache.org (購読する) (アーカイブ) (インキュベーター アーカイブ)
Cassandraコミット通知用メーリングリスト: commits@cassandra.apache.org (購読する)
日本におけるコミュニティー
関連ドキュメント
Thrift: クライアントがCassandraへのアクセスに使っているライブラリー
RelatedProjects: プロジェクトで利用しているもの、またはCassandraを拡張しているもの
Google SoC 2010 Page
Thanks
YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler
This wiki is powered by MoinMoin. With the exception of a few immutable pages, anyone can edit it. Try SyntaxReference if you need help on wiki markup, and FindPage or SiteNavigation to search for existing pages before creating a new one. If you aren't sure where to begin, checkout RecentChanges to see what others have been working on, or RandomPage if you are feeling lucky.