Apache Cassandra 的知识源
我计划开始使用 NoSQL 进行数据存储的项目。我试图在谷歌中查找有关 Cassandra 的信息,但我发现了非常基本的信息。 有人知道我在哪里可以找到有关 Cassandra 的良好知识来源(规划数据结构、处理数据(也许从 mysql 迁移?)等)?
I'm planning to start project with NoSQL for data storage. I was trying to find informations about Cassandra in google but I've found very basic info.
Anyone know where I can find good source of knowledge about Cassandra (planing data structure, working with data (maybe migrating from mysql?) etc)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
最好的信息来源是 Cassandra wiki,网址为 http://wiki.apache.org/cassandra/。
还有一本 O'Reilly 的书, Cassandra:权威指南,但这是针对 Cassandra 0.7 的,所以现在有点过时了。
The best source of information is the Cassandra wiki at http://wiki.apache.org/cassandra/.
There's also an O'Reilly book, Cassandra: The Definitive Guide, but this is for Cassandra 0.7, so is a bit out of date now.
发现这非常有用 - http://www.datastax.com/events/cassandrasf2011/presentations
Found this very useful - http://www.datastax.com/events/cassandrasf2011/presentations
DataStax 在 http://www.datastax.com/docs/1.0/index。
“Cassandra 高性能食谱”是一本不错的书。奥莱利的《权威指南》实际上比0.7的书还要糟糕;它是 0.6、0.7 以及发布前从 0.7 中删除的内容的混合体。
DataStax has comprehensive Cassandra documentation at http://www.datastax.com/docs/1.0/index.
"Cassandra High Performance Cookbook" is a decent book. O'Reilly's "Definitive Guide" is actually even worse than a 0.7 book; it's a mix of 0.6, 0.7, and stuff that was cut from 0.7 before release.