Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Creation of a Datamart consists of the following general steps:

  1. Create a Data Source.

    • It must have a primary key.

    • Once deployed, the system automatically creates a Data Feed which loads data into the Data Source.

  2. Create a Datamart.

    • Select the primary Data Source.

    • Pick columns from that Data Source and place them into the Datamart (by drag&drop).

    • If you want to join other, “secondary” Data Sources, the rule is: the name of the primary key column of those other Data Sources must already exist in your Datamart. (Also, the Datamart column which is used for such join must be set as a dimension.)

  3. Populate all the Data Sources with data.

    • The standard way is to have data in Data Feed and using the Data Load event 'Flush' upload the data from Data Feed to Data Source.

    • Or if you have data in Excel, you can upload it directly into Data Source (or alternatively into Data Feed and then use the Data Load to copy from Data Feed into Data Source).

  4. Run the Data Load of Datamart (this is called “refresh”). It will load all rows from the primary Data Source and then also the columns from other Data Sources.

(warning)(warning) Datamart is a physical table but it does not store a copy of all attribute values. Only keys and calculated columns are stored, the rest of the data is joined dynamically when a query is run.

...