-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
# OONI Devops | ||
|
||
This documentation contains information | ||
At a glance below is the overall architecture of OONI Infrastructure across our various locations: | ||
|
||
```mermaid | ||
flowchart TB | ||
apiorg([api.ooni.org])-->alb | ||
apiio([api.ooni.io])-->backend | ||
ecs[Backend API ECS]<-->ch[(Clickhouse Cluster)] | ||
subgraph Hetzner | ||
backend[OONI Backend Monolith]<-->ch | ||
monitoring[Monitoring host] | ||
pipeline[Pipeline v5] | ||
end | ||
subgraph AWS | ||
alb[API Load Balancer]<-->ecs | ||
alb-->backend | ||
ecs<-->s3[(OONI S3 Buckets)] | ||
s3<-->backend | ||
end | ||
subgraph Digital Ocean | ||
th[Web Connectivity Test helper]<-->alb | ||
end | ||
``` | ||
|
||
For more details [Infrastructure docs](https://docs.ooni.org/devops/infrastructure/) |