forked from e-mission/e-mission-phone
-
Notifications
You must be signed in to change notification settings - Fork 1
Pipeline de traitement
Patrick GENDRE edited this page Apr 30, 2021
·
1 revision
In the mongo database, there is one collection :
- Stage_pipeline-state : for each user and for each pipeline state, 3 fields : the last time in the currrent run (curr_run_ts : only set if the stage is currently running so should be null usually), last time the state was run (last_ts_run), last datetime of the processed data (last_processed_ts)
- the current states are the following for the gis branch :
USERCACHE = 0 USER_INPUT_MATCH_INCOMING = 12 ACCURACY_FILTERING = 6 TRIP_SEGMENTATION = 1 SECTION_SEGMENTATION = 2 JUMP_SMOOTHING = 3 CLEAN_RESAMPLING = 11 MODE_INFERENCE = 4 CREATE_CONFIRMED_OBJECTS = 13 TOUR_MODEL = 5 ALTERNATIVES = 10 USER_MODEL = 7 RECOMMENDATION = 8 OUTPUT_GEN = 9