Do you know some good resources for learning NoSQL databases? [closed]

南笙酒味 提交于 2019-12-12 10:56:27

问题


I consider to use some NoSQL database in one of my project. Do you know some good starting points for a newbie in this topic?


回答1:


Pick your particular "NoSQL" database first -- or at least type of "NoSQL" -- I'm going with the assumption that there is a reason why you want "NoSQL". Do you need object graph traversal? Explicit distributed clustering? Fast write/append? Dumb key/value associations? The selection should be based off more than a "I want something NoSQL" as different approaches can offer significant advantages (along with significant drawbacks) :-)

And, as often, google/wikipedia are a good place to start: http://en.wikipedia.org/wiki/NoSQL




回答2:


http://nosql-database.org/ has a long list of alternative databases, grouped in categories by type of technology. It has links to each product's website, lists of books, and forums, news, etc. about NoSQL.

Also see http://nosqlsummer.org/city/krakow. This is the Kraków chapter of a reading club for studying NoSQL concepts. I see from your profile that you live in Kraków.



来源:https://stackoverflow.com/questions/3172107/do-you-know-some-good-resources-for-learning-nosql-databases

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!