Skip to main content
In Development

Overview

TalentID:Global exists to provide a proprietary global ranking of motorsport drivers across different series and regions. It gives SG a data product that can be used commercially and serves as a differentiator in the talent identification space.
The system currently has a DEV environment only — no PROD. The customer-facing web app is currently private; public launch scope and timeline are TBC. A new frontend is being implemented by Matt to replace the current customer-facing web app.

How It Works

TalentID:Global ingests JSONs derived from pre-parsed PDF timing data from global motorsport events. These JSONs are uploaded by administrators via an admin web application. The system stores raw event data and computed ranking KPIs in MongoDB and serves them via a REST API to the customer-facing web application. The system is independent of the FKL-specific TalentID:Coaching platform and does not share data with it, though both share the same underlying MongoDB infrastructure via TalentIdPipeline-Infra-CDK.

Repositories

RepositoryDescription
TalentID-GlobalCore backend
TalentID-Global-LambdasLambda functions for calculating KPIs asynchronously
TalentID-Global-WebApplication-UserCustomer-facing web app (currently private)
TalentID-Global-WebApplication-AdminAdmin app for JSON ingestion
TalentID-Global-Web-CdkAPI/Lambda infrastructure
TalentID-Global-WebApplication-User-CDKInfrastructure for user app
TalentID-Global-WebApplication-Admin-CDKInfrastructure for admin app
TalentID-Global-PDFParsingPDF parsing — maintained by Matt Smith
The following two repositories are out of use and should not be deployed or modified: TalentID-Ranking-Website, Global-TalentIdPipeline-WebApplication-CDK.

Dependencies

Internal

None. TalentID:Global is self-contained and does not depend on or integrate with any other system in the estate at this time.

Infrastructure

  • TalentIdPipeline-Infra-CDK — Provides the VPC and shared MongoDB EC2 instance used by this system.

Notes

  • The PDF parsing repo (TalentID-Global-PDFParsing) is maintained by Matt Smith. Coordinate with him before making any changes to that repo.
Last modified on June 23, 2026