Virtual Deployment Framework
Models are uploaded via a simple no-code process and ‘virtually deployed’ into calculation processes called Flows. The model code stays in your repository until TRAC needs to fetch it for a calculation.
Watch a Demo
See how to deploy a model, create a process flow and execute a job… in just 3 minutes!
1. IMPORT DATA
Data can be imported via the UI or using a back-end process. The import creates both the physical records in your Data Store and TRACs internal representation of the data, which is used to build virtual deployments.
EXPLORE DATA2. IMPORT MODELS
Models are uploaded from the repository with a few clicks. This creates TRAC’s internal representation of the model and makes it immediately available for use, to execute in a simple calculation or deploy to a Flow.
EXPLORE MODELS3. BUILD FLOWS
A Flow is the blueprint of a complex calculation involving multiple models which TRAC can run on demand. Each flow is like a ‘virtual deployment’. Flows can be imported or built on the platform with the FlowBuilder tool.
EXPLORE FLOWS4. RUN JOBS
A Job is a calculation that TRAC orchestrates, using either a Flow or a Model as the blueprint. For each Job, TRAC fetches the data and model code from storage and runs the calculation, returning the results as a data object.
EXPLORE JOBS