Vectron is architected such that the UI and the data map engine are completely separate. Apps such as Latent Interface have a similar separate, because the data map engine is running as Python on the web server behind an API. Vectron can do the same, using Latent Interface’s API, but Vectron can also have the engine running in Workers locally within the browser (Python engine vs JavaScript engine).

The following diagram adds UI dialogs which correspond to the pipeline stages introduced in the previoud post, Data Map Pipeline: