English 中文(简体)
Diagrams for Data Flow? [closed]
原标题:

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 3 years ago.

I m a database programmer, but I have never used data flow/diagram program. I would like to explain some Data Diagram to a client. Question - what is a program that will allow me to easily create a diagram to explain some data tables and process (windows)?

最佳回答

Well, Visio is the most omnipresent, and it does a fair job.

I personally prefer Enterprise Architect or Visual Paradigm for UML for my diagrams. I find Visual Paradigm more user-friendly in terms of building the diagrams, but EA better for the actual presentation of the diagrams.

问题回答

I have used dia successfully and it does the job! :)

I would recommend draw.io.

It is a free, online Diagram/UML tool provider and it does the job very well.

No download required.

How to use it? Just go on the website using any Webrowser (Firefox, Safari, Chrome, IE)and start drawing your diagram.

Want to save your diagram ? Once you re happy with your diagram, you can save it on your machine or on any cloud provider(Google Drive, DropBox, OneDrive).

Want to change something on a saved diagram? Just import it from your machine, your cloud provider or a URL and start your modifications.

Want to export it as png? pdf? xml? whatever? you can do that too in a sec.

Microsoft Visio, if you have it (or can get it). If not, some alternatives I ve worked with are dia, Yed, and InSight.

If the diagram isn t too complicated or if the tiny details don t matter that much you could also use a whiteboard, imho that always works pretty good, especially if your face to face and you can walk them through the datamodel.

There are also some online options to do diagramming, http://creately.com/ for instance.





相关问题
How to model a many-to-many relationship in App Engine?

I have a question regarding how to model a many-to-many relationship in App Engine: A Blogentry can have many tags, a tag can apply to many blog entries. I see a couple of scenarios: Use a Set of ...

How to emulate tagged union in a database?

What is the best way to emulate Tagged union in databases? I m talking about something like this: create table t1 { vehicle_id INTEGER NOT NULL REFERENCES car(id) OR motor(id) -- not valid ... } ...

Users asking for denormalized database

I am in the early stages of developing a database-driven system and the largest part of the system revolves around an inheritance type of relationship. There is a parent entity with about 10 columns ...

How to best implement a 1:1 relationship in a RDBMS?

Yesterday while working on a project I came up on a peculiar 1:1 relationship which left me wondering - how to best implement this (clearly, we had done it wrong :D) The idea is that there are two ...

Automatic filling entity properties

I have some type an architect(?) question I develop an application, based on Spring and Hibernate (annotated configuration) For each table in my database I added 4 fields: createdBy and modifiedBy(...

热门标签