No description
Find a file
2026-03-17 20:42:51 +01:00
apps feat: complete rust microservices migration with real db logic 2026-03-17 20:42:51 +01:00
crates feat: complete rust microservices migration with real db logic 2026-03-17 20:42:51 +01:00
docs chore: bootstrap rust backend workspace and migration master plan 2026-03-16 22:23:58 +01:00
.env.example feat: complete rust microservices migration with real db logic 2026-03-17 20:42:51 +01:00
Cargo.toml feat: complete rust microservices migration with real db logic 2026-03-17 20:42:51 +01:00
docker-compose.yml feat: complete rust microservices migration with real db logic 2026-03-17 20:42:51 +01:00
README.md chore: bootstrap rust backend workspace and migration master plan 2026-03-16 22:23:58 +01:00

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)
  • companies
  • customers
  • professionals
  • jobseekers

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.