Skip to content

LDiazN/devops

This branch is 1 commit ahead of, 79 commits behind ooni/devops:refs/heads/main.

Repository files navigation

OONI Devops

At a glance below is the overall architecture of OONI Infrastructure across our various locations:

Loading
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

About

Fork for access request

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 78.8%
  • Shell 10.7%
  • Python 4.5%
  • Jinja 2.9%
  • Io 1.5%
  • JavaScript 1.3%
  • Other 0.3%