What data modeling tools are nosql (couchdb) developers using? [closed]

别说谁变了你拦得住时间么 提交于 2019-12-06 03:45:25

I don't anticipate tools like this to show up for a while, especially considering that CouchDB just released 1.0 a few months ago and there is still a lot that can change in the project. In addition, tools like this need to hold off until the real best practices come to light, but that can only come after years of real-world experience.

Although there are other reasons for this, relational databases simply didn't have graphical tools for years, if not decades. I can't imagine new database systems like these would progress much faster.

I would use a class diagram:

  • replace every association with a composition or aggregation,
  • see which classes must be read (as a whole) and modified,
  • add simple attributes (strings or ints).

With this diagram, you have design hints:

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