Skip to content
Open
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
20 changes: 10 additions & 10 deletions explanation/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ graph TB

**Workflow**:

:::{div}
:::\{div}
:class: dark:hidden

```{mermaid}
Expand All @@ -195,7 +195,7 @@ sequenceDiagram

:::

:::{div}
:::\{div}
:class: hidden dark:block

```{mermaid}
Expand Down Expand Up @@ -276,15 +276,15 @@ graph LR

**Infrastructure Details**:

| Component | Technology | Configuration |
| --------------- | ---------------- | ---------------------------------------------------- |
| **Platform** | [Fly.io](https://fly.io) | Primary region: Newark (ewr) |
| **Application** | Docker container | Gunicorn with 2 workers, WhiteNoise for static files |
| Component | Technology | Configuration |
| --------------- | --------------------------- | ---------------------------------------------------- |
| **Platform** | [Fly.io](https://fly.io) | Primary region: Newark (ewr) |
| **Application** | Docker container | Gunicorn with 2 workers, WhiteNoise for static files |
| **Compute** | [Fly.io](https://fly.io) VM | 1GB RAM, 1 shared vCPU |
| **Database** | Fly Postgres | Managed PostgreSQL with automated backups |
| **HTTPS** | Fly Proxy | Automatic TLS certificates, forced HTTPS |
| **Scaling** | Auto-scaling | Min 1 machine, auto-stop/start on traffic |
| **Deployment** | GitHub Actions | Automated deploy on push to main branch |
| **Database** | Fly Postgres | Managed PostgreSQL with automated backups |
| **HTTPS** | Fly Proxy | Automatic TLS certificates, forced HTTPS |
| **Scaling** | Auto-scaling | Min 1 machine, auto-stop/start on traffic |
| **Deployment** | GitHub Actions | Automated deploy on push to main branch |

**Deployment Workflow**:

Expand Down
4 changes: 2 additions & 2 deletions explanation/data-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This document traces that journey step by step, explaining not just *what* happe

Health data flows through JupyterHealth Exchange across three major phases: **Acquisition**, **Exchange**, and **Analysis**. This sequence diagram shows **who** does **what** at each stage:

:::{div}
:::\{div}
:class: dark:hidden

```{mermaid}
Expand Down Expand Up @@ -51,7 +51,7 @@ sequenceDiagram

:::

:::{div}
:::\{div}
:class: hidden dark:block

```{mermaid}
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"test": "myst build --html --check-links --strict"
},
"dependencies": {
"mystmd": "^1.6.3"
"mystmd": "^1.6.4"
}
}
2 changes: 1 addition & 1 deletion tutorial/tutorial-cgm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2781,4 +2781,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}