开发者

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

开发者 https://www.devze.com 2023-03-20 06:09 出处:网络
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.

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

精彩评论

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