从MySQL迁移到NoSQL的示例? [英] Example of moving from MySQL to NoSQL?

查看:128
本文介绍了从MySQL迁移到NoSQL的示例?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

用于类似Facebook的网站,即它是写密集型并提供用户自定义页面的工具,我想构建一个原型,以研究以文档为中心的NoSQL架构是否可以作为分片的好选择,并减少单个主服务器(+多个从服务器)上的负载我们当前使用的是瓶颈.

For a Facebook-like site, ie. which is write-intensive and delivers user-customized pages, I'd like to build a prototype to investigate whether the document-centric NoSQL architecture would be a good alternative to sharding and reduce the load on the single master (+ multiple slaves) that we currently use and is the bottleneck.

有人知道一篇好文章,可以提供从MySQL中的关系布局到NoSQL布局的实际,简单的例子吗?

Does someone know of a good article that would give actual, simple examples of going from a relational layout in MySQL to a NoSQL layout?

推荐答案

您可以查看一个可用的Twitter简单克隆的真实示例

You may check a real example of a working twitter simple clone

http://twissandra.com/

其源代码位于 http://github.com/ericflo/twissandra

这是另一篇解释cassandra数据模型的好文章:

Here's another good article explaining cassandra data model:

http://arin.me/blog/wtf -is-a-supercolumn-cassandra-data-model

这篇关于从MySQL迁移到NoSQL的示例?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆