No description
Switched from Debian to Alpine Linux for significant improvements: - Image size: ~5MB vs ~100MB (95% smaller) - Security: Minimal attack surface, no glibc vulnerabilities - Static linking: No glibc version issues ever again - Uses rust:alpine builder with x86_64-unknown-linux-musl target - Static binaries with RUSTFLAGS='-C target-feature=+crt-static' Fixes the GLIBC_2.38 error permanently by avoiding glibc entirely. |
||
|---|---|---|
| .cargo | ||
| .sqlx | ||
| apps | ||
| crates | ||
| docs | ||
| load-tests | ||
| scripts | ||
| tests | ||
| .env.example | ||
| .gitignore | ||
| .woodpecker.yml | ||
| cargo-deny.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| docker-compose.yml | ||
| Dockerfile.template | ||
| gateway.pid | ||
| README.md | ||
| start-services.sh | ||
| TESTING_STRATEGY.md | ||
| users.pid | ||
| wir.md | ||
NXTGAUGE Backend Rust
Rust migration target for nxtgauge-nov-2025-backend, preserving the same microservices and request flow.
Target Service Topology
gateway(HTTP API)users(identity, runtime roles, onboarding, approvals)companiescustomersprofessionalsjobseekers
Migration Policy
- Keep contracts stable (REST + proto semantics).
- Keep runtime-config and onboarding schema behavior unchanged during parity phases.
- Replace service implementations one by one.
See docs/MIGRATION_MASTER_PLAN.md for full staged plan.