Skip to content
GitHub

Infraestructura

Documentación de la infraestructura del ecosistema Nostromo, cubriendo configuración de red, contenedores y base de datos.



ComponenteTecnologíaDescripción
Base de DatosPostgreSQL 16Multi-tenant con schema-per-tenant
BackendNode.js 20Express + TypeScript
FrontendAstro + SolidJSSSG con Islands Architecture
ContenedoresDockerDesarrollo y producción
Reverse ProxyNginxSSL termination, load balancing

flowchart TB
    subgraph INTERNET["Internet"]
        USER[Usuario]
    end

    subgraph SERVER["Servidor"]
        NGINX[Nginx :443]
        ORCH[Orchestrator :8000]
        FRONT[Sevastopol :4321]
        PG[(PostgreSQL :5432)]
    end

    USER --> NGINX
    NGINX --> FRONT
    NGINX --> ORCH
    ORCH --> PG

SecciónContenido
MotherBase de datos PostgreSQL (arquitectura, container)
OperacionesRunbooks de operación y troubleshooting
SeguridadHardening, SSL/TLS, autenticación
DecisionesADRs de decisiones de infraestructura

TemaPrioridad
CI/CD Pipelines (GitHub Actions)Media
Disaster Recovery / BackupMedia
Escalabilidad horizontalBaja