开发者

Is there a good resource for design patterns when working with NoSQL?

Is this even a reasonable question to ask? I know most NoSQL databases all have different ontology which make them more suitable for certain parts of your design stack.

I know there are four big types of NoSQL:

  1. Key-value
  2. Column
  3. Document开发者_如何学Python
  4. Graph-oriented

I'm currently struggling to grasp the use cases and comparative advantages between these.


Each type adheres to a different type of problem.

There's some theoretical discussion here:

http://builds.hibernatingrhinos.com/download/1468

Other SO questions contain more info on NoSQL, you can probably do some digging here too.


here some patterns that you may or may not find useful

https://github.com/deanhiller/playorm/wiki/Patterns-Page

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜