ACMAD Upload Helper
ACMAD Upload Helper extracts clinical and motion-capture data from an ACMAD package, transforms it into validated canonical records, and uploads those records to the ACMAD REST API. It provides a command-line interface, an optional desktop interface, and composable Python ETL components.
User guide
- Installation
- Command-line usage
- Configuration
- Customising the ETL pipeline
- Choose the appropriate extension point
- Core contracts
- Design an institution-specific package
- Implement a database extractor
- Implement a source-specific transformer
- Assemble the complete provider
- Validate and upload through the provider
- Run one slice directly
- Customise destination loading
- Transactions, repeatability, and incremental reads
- Biomechanics artefacts
- Configuration and secrets
- Testing a custom provider
- Deployment considerations
- Implementation checklist
- Architecture and Python use
Python API