Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/source/aind/core_services.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Core Services

The interactions between many of these services are illustrated in the [AIND software diagrams](./diagrams.md).

**aind-data-transfer-service**

FastAPI service to run data compression and transfer jobs on the HPC
Expand Down
11 changes: 11 additions & 0 deletions docs/source/aind/diagrams.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# AIND Software and Systems Diagrams

This page contains diagrams illustrating the interactions between AIND software and systems, including core services, data storage, and compute resources. These diagrams are intended to provide a high-level overview of how different components fit together, and will be updated periodically as our software and systems evolve.

**New diagrams coming soon for future plans and low-level architecture.**

## High-level architecture

![High-level data flow](../diagrams/high_level/general_data_flow.drawio.svg)

![AIND Software Overview](../_static/aind-software-overview.png)
2 changes: 1 addition & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Follow these links to request access to:

## I want to learn about...

[Data organization](policies_practices/data_organization.md), [data governance](policies_practices/data_governance.md), and [software practices](policies_practices/software_practices.md) at AIND.
[Data organization](policies_practices/data_organization.md), [data governance](policies_practices/data_governance.md), [software practices](policies_practices/software_practices.md), or [visualize how our software and systems interact](aind/diagrams.md).

```{toctree}
:maxdepth: 1
Expand Down
Loading