Atlas
Campus infrastructure and connected services — a React PWA layer over the Vertex platform for institutional operations at scale.
Overview
Atlas maps how campus buildings, services, and operational records connect in one surface. It sits on vertex-platform, sharing PostgreSQL and RabbitMQ with the broader Vertex stack so facility data stays aligned with the same institutional source of truth.
Architecture
The platform runs as a TypeScript monorepo with Docker Compose for local development. PostgreSQL 16 holds core records; RabbitMQ carries async events between services. The React PWA front end consumes the Vertex SDK for typed access to institutional data.
What it covers
- Campus service directory and infrastructure metadata
- Shared Vertex SDK for multi-app institutional operations
- Docker Compose dev stack with PostgreSQL and RabbitMQ
- React PWA delivery for field and desk staff
export { VertexSDK, createVertexSDK, createQuickStartSDK, getDefaultSDK } from './vertex-sdk';
export * from './types';
export { ChangeLogTracker, SyncManager, SyncService } from './sync';