Skip to content

Overview

The rsrv (R server) is mainly used for building models, predicting and forecasting. The rsrv is a large EC2 instance. It gets called from from controll via the crons (using fabric).

The following commands on control run scripts on the rsrv.

Tool Control Command Rsrv Script Deployment Type
Attribution Model fabric_rsrv_train_model /srv/rsrv/fm_3/fm3_train.R Packer
Automated KWR update_fabric_automated_kwr /srv/rsrv/automated_kwr/update_automated_keyword_research.py Standard
ATL Modelling update_fabric_train_atl_baseline, update_fabric_report_atl_base_traffic_forecast /srv/rsrv/atl/train.R, /srv/rsrv/atl/predict.R Standard
Impression Modelling update_fabric_report_atl_impression_traffic_forecast /srv/rsrv/pixel_atl_impressions/forecast_impressions_traffic.py Standard

Please see deployment for more information on deployment types.