Skip to main content

Data Platform Architectural Diagrams

This page documents the technical architecture diagrams that make up the Data Platform. If you would like to contribute please see the contributing and updating guidance at the bottom of this page.

C4 Model Diagrams

In the C4 model, the four C’s represent context, containers, components, and code. These different levels help you tell the right story to the right audience. These diagrams are for people inside and outside of the the Data Platform team and technical and non-technical people.

Level 1 - Context Diagram

This is the highest level of abstraction and provides an overview of the entire system. It shows the system under consideration and its external dependencies, such as users, external systems, and APIs. Frequency in change is likely minimal compared to other levels.

Level 1 Diagram

Level 2 - Minimum Viable Product Diagram

This diagram shows the components that we are going to deploy as part of our minimum viable product. MVPs play a vital role in service development. By aiming to release our product as early as possible, we reduce the risk of never releasing it at all. We also get valuable feedback from our users who are using the system in a real-world situation.

Level 2 Diagram MVP

Level 2 - Container Diagram

This level focuses on the software system’s high-level containers, which are typically applications or services. It illustrates the major components of the system and their interactions. Web servers, databases, desktop and mobile applications are all examples of containers.

Level 2 Diagram

Level 3 - Component

This level delves deeper into the containers identified in the previous level. It shows the internal components and their interactions within each container. Components can represent classes, modules, services, or other logical units.

3.1 Data Product Component - Proposal

This diagram shows the relationships of a Data Product with other components of the Data Platform.

Level 3 Diagram

Contributing and updating

We created these diagrams using the open source tool Excalidraw. The files have .png appended onto the filename, e.g diagram.excalidraw.png. This allows the editors below to manipulate and version the files without the need to export after every change.

If you would like to edit Excalidraw files, then use one of the following methods.

Recommended for small changes, requires no software.

Recommended for creating diagrams.

  • Using the web version of Excalidraw and opening the the cloned, or downloaded files

Recommended for small group sessions using live collaboration