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
8 changes: 4 additions & 4 deletions src/explanation/data-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ A **scientific data pipeline** extends beyond a database with computations. It i

## Pipeline Architecture

A DataJoint pipeline integrates three core components:
At the heart of every DataJoint pipeline is an **open-source core** of three components that handle schema, computation, and storage. The managed **DataJoint Platform** extends this core with services for AI access, data ingestion, exploration, security, collaboration, and visualization.

![DataJoint Platform Architecture](../images/dj-platform.png/)
![DataJoint Platform Architecture](../images/dj-platform.svg/)

| Component | Purpose |
|-----------|---------|
| Open-Source Core | Purpose |
|------------------|---------|
| **Code Repository** | Version-controlled pipeline definitions, `make` methods, configuration |
| **Relational Database** | System of record for metadata, relationships, and integrity enforcement |
| **Object Store** | Scalable storage for large scientific data (images, recordings, signals) |
Expand Down
Binary file removed src/images/dj-platform.png
Binary file not shown.
159 changes: 159 additions & 0 deletions src/images/dj-platform.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading