Documenting a data model - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T04:33:33Z http://stackoverflow.com/feeds/question/552119 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/552119/documenting-a-data-model 0 Documenting a data model andy47 2009-02-16T03:03:25Z 2009-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#552123 1 Answer by Sam McAfee for Documenting a data model Sam McAfee 2009-02-16T03:06:08Z 2009-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#552608 0 Answer by antti.huima for Documenting a data model antti.huima 2009-02-16T08:27:28Z 2009-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>