Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The process for XML feed composes of two steps.
First step is the preprocess logic for transforming XML data to CSV data for selected models in Raw Service:


For example, if we select 5 models in the our XML feed then Raw Service will generate (it generates those diagrams automatically) 5 sequence logics for transforming each models to xmldbapi format for load this data into Data Base and each model will call the own load process.
Second step is the default load Raw Service workflow:

There are four steps:

  1. Raw_data_header_load – load model (structure) in Data Base with unique Batch_id. Global columns loads in this step as well;
  2. Raw_data_load – load incoming data in XMLDBAPI format;
  3. Raw_create_view – step of create view tables for loaded data by loaded structure;
  4. Raw_create_dimension_table – create dimension table for current batch_id

This diagram you can see in the Monitoring tool after run your feed:

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.