Andreas Hornig
Andreas Hornig

Reputation: 2459

Open source or free software for flow-chart and database-table connection visualisation?

I would like to ask you to tell me, what visualisation software to take. Normally I would use a vector illustation software like "inkscape", but I would like to use a software, where I don't have to draw the lines manually and where I can use the symbols withouth drawing them by myself :)

so, do you know good software, that I can take for flow-charts and database tables? I prefer open source or at least freeware.

Thank you in advance, Andreas

Upvotes: 3

Views: 5012

Answers (3)

Michał Kuliński
Michał Kuliński

Reputation: 1976

For open source graph visualization try GraphViz.

Upvotes: 1

Paul Croarkin
Paul Croarkin

Reputation: 14675

To reverse-engineer a database schema, try DbVisualizer: http://www.minq.se/products/dbvis/.

For more general drawing of UML, try Green: http://green.sourceforge.net/.

Upvotes: 0

Jeff Foster
Jeff Foster

Reputation: 44696

Dia is a drawing program similar to Visio. It has a large number of templates, and you can take a quick look at the examples to see the sort of things it can do.

I've used it for UML diagrams and it's fine (a little clunky compared to Visio, but at least it's free!). It definitely supports database tables (entity diagrams) and flow charts.

Upvotes: 1

Related Questions