TechBull

A Medium publication sharing articles on latest technology by Developers and DevOps community

Member-only story

Tech Basics

Context Diagram — Basics

Arun Kumar Singh
TechBull
Published in
2 min readNov 25, 2020

--

A context diagram, also known as a system context diagram or level-0 Data Flow Diagram, shows a high-level overview of flow of data within a system, commonly used by Business Analysts. Its a non-technical design document.

It shows how your product interacts with outside organisations and systems.

Example Context Diagram !

The core element of a context diagram is a circle, or bubble, representing your system. Consider this system as a black box.

Next elements are real world entities which can be represented using rectangles or boxes. These entities communicates or exchanges data with your system.

Arrows represent the direction of data flow.

In real world context diagram mostly used by the project stakeholders.

Online tools to create good diagrams -

Gleek can be a good tool to create free diagram (developers friendly) :) -

You can use Edrawmax as well.

Creately can help as well.

--

--

TechBull
TechBull

Published in TechBull

A Medium publication sharing articles on latest technology by Developers and DevOps community

Arun Kumar Singh
Arun Kumar Singh

Written by Arun Kumar Singh

In quest of understanding How Systems Work !

No responses yet