What are Data Flow Diagrams?
Data flow diagrams illustrate how data is processed by a system in terms of inputs and outputs.

Data Flow Diagram Notations
You can use two different types of notations on your data flow diagrams: Yourdon & Coad or Gane & Sarson.


Process
A process transforms incoming data flow into outgoing data flow.
Learn how to edit text on this object.



DataStore
Datastores are repositories of data in the system. They are sometimes also referred to as files.
Learn how to edit text on this object.
Dataflow
Dataflows are pipelines through which packets of information flow. Label the arrows with the name of the data that moves through it.
Learn how to connect objects.
External Entity
External entities are objects outside the system, with which the system communicates. External entities are sources and destinations of the system's inputs and outputs.
Learn how to edit text on this object.