Documenting a data model - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T04:33:33Zhttp://stackoverflow.com/feeds/question/552119http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/552119/documenting-a-data-model0Documenting a data modelandy472009-02-16T03:03:25Z2009-02-16T08:27:28Z
<p>What is the best way to document a logical or conceptual data model. </p>
<p>Whilst tools like Visio allow you to define entities, attributes and relationships they do not support the collection of other vital information about a model such as validation rules, entity life cycles data owners.</p>
<p>They also aren't very useful for communicating these models to non-technical stake holders who may be confused by the level of detail displayed by default. I'd like to be able to show a simple entity relationship model and then hyperlink into detailed descriptions, business rules, etc.</p>
http://stackoverflow.com/questions/552119/documenting-a-data-model/552123#5521231Answer by Sam McAfee for Documenting a data modelSam McAfee2009-02-16T03:06:08Z2009-02-16T03:06:08Z<p>I use Omni Graffle for ER or Class diagrams, and GraphViz for showing "flow charts" (state diagrams, really). I don't know about the hyperlinks to biz rules, though. I'll watch this thread to see if anyone has other tools that do that. I'd use it too. ;)</p>
http://stackoverflow.com/questions/552119/documenting-a-data-model/552608#5526080Answer by antti.huima for Documenting a data modelantti.huima2009-02-16T08:27:28Z2009-02-16T08:27:28Z<p>If you want to run a "strong" and "industrial" process, you can use UML tools, which allow you to model your system from both static (attributes and relationship), validation (object constraints) and dynamic (entity life cycles) perspectives (among others). Google for "UML 2". There are some good and affordable tools around for UML 2. I would recommend "Enterprise Architect" which sells for a few hundred bucks. Free tools exist also.</p>