Skip to main content

Postprocessing

The external extension mechanism lets you post-process planning results.

Examples:

  • Calculating additional statistics.
  • Adjusting trips to meet additional business requirements.
  • Filling in attributes to be shown on the map or in the table in Studio.

How to use

  1. Run a service that implements the UniversalExtension API

  2. Specify the service address and the connection parameters in the plan_settings.extension_settings settings.

  3. Run the planning - at the final stage the external service is called and its result is written to the experiment.

Step by step