Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Insert excerpt
_Banners
_Banners
nameanalysis
nopaneltrue

Iframe
srchttps://www.youtube.com/embed/jNdlDz9IWmM
width680px
height400px

Overview

Models

Analysis Models Overview

Analysis models are the graphical representation of the analysis data processing that will be carried out by the PhixFlow Analysis Engine. Analysis Models . Designed to handle large data sets, analysis models define how data is collectedimported, transformed, viewed, analysed and exported and viewed. Analysis Models are created by opening a new modelling screen and adding processing steps. These steps define data collection from databases or files, analysis of that data and export of the data.

The Analysis Engine is the main back-end process in PhixFlow that performs all stream calculations, data collections and builds charts and dashboards. The Analysis Engine starts whenever the generation of a stream is requested. This can be triggered in three ways:

  • An ad-hoc request from the stream navigator, by right-clicking on the stream generator and selecting Run Analysis.
  • . Each task is performed by a modelling object. For example, a

    Insert excerpt
    _datasource
    _datasource
    nopaneltrue
     is an object that allows PhixFlow to connect to an external database, and a 
    Insert excerpt
    _tables
    _tables
    nopaneltrue
    allows you to write functions to manipulate data, such as calculating a value.

    Running Analysis

    Analysis models can be run in one of the following ways:

    1. Run Analysis: An ad-hoc request from a model, initiated by
    clicking the 
    1. clicking  
      Insert excerpt
      _run_analysis
      _run_analysis
      nopaneltrue
       in
    the stream
    1. a table's
    pop-up
    1. popup toolbar.
    By
    1. Scheduling a task
    plan.The best way to get started with modelling is the Introduction to Modelling Course.
    1. : Initiated by a
      Insert excerpt
      _taskplan
      _taskplan
      nopaneltrue
      .
    2. Triggered by an ActionFlow: Actionflows can call an analysis model. 

    As PhixFlow runs the analysis process, it reports on progress using messages in the System Console. You can open the system console model, the steps are recorded in the System Console. Open this up at any time by clicking

    Insert excerpt
    _administration
    _administration
    nopaneltrue
    , then  
    Insert excerpt
    _console
    _console
    nopaneltrue
    .

    Analysis Model Window Layout

    Image Added

    Expand
    titleMore Detail
    1. The Toolbar provides screen-specific options, such as displaying existing tables which can be added to the canvas and the option to create new tables or file collectors.
    2. The Repository and Property Editors are displayed to the right of the canvas. They provide navigation to locate existing items, the
    icon Image Removed on the task bar. The analysis calculations depend on the properties set in the modelling objects, in particular:

    Once you are familiar with the basic of modelling, this section contains more pages about common modelling tasks and on the fundamentals of PhixFlow Analysis.

    The pages in this topic are:

    Child pages (Children Display)depth4
    1. ability to create new items and access to the options for each editable item.
    2. The Canvas area is where the Analysis Model will be configured. New items, such as Tables and File Collectors, can be added to the canvas by dragging on the associated toolbar icon, existing items are added by dragging the items from the repository onto the canvas.
    3. Modelling Objects, such as Tables and Datasources, appear on the canvas and are connected by pipes. Pipes perform different roles, such as allowing data to flow through (solid lines) or performing lookups (dashed line) to retrieve additional information, such as looking up a product code and returning its name.

    Importing Data

    PhixFlow supports a range of methods for importing data including files, emails, databases and APIs. See 2. Importing Data.

    Transforming Data

    Transforming and enriching data is at the heart of analysis modelling, from looking up reference information to performing fuzzy logic deduplication of customers. There are a host of options and strategies, but begin by looking at Transforming Data.

    Transformations are performed using a combination of modelling objects, such as tables, and Functions within those objects, such as replaceAll.

    Enriching data is also extremely useful, such as structuring unstructured address data into individual address lines or deriving additional information, such as deriving asset categories based on information found in a description. See Enriching Data.

    Reconciliation can be performed in analysis models, from simple master data checks, which provide details of records processed vs records output with supporting information, through to transactional reconciliation, where calculations are performed on data to ensure the results of the processed data matches the expected result. Reconciliation is particularly useful for data migrations to validate the accuracy of the data moved. See Reconciliation

    Lookups enable data to be read from different tables for the purposes of enriching another. For example, it could be to check the status of an order. For more information on looking up data from other tables, see Enriching Data → Lookup Information.


    Performance

    Performance is key when handling large data sets, therefore PhixFlow provides a number of features to assist in the area of performance. These include caching data, memory lookups and indexing. See Performance and Indexing.

    Modelling Objects

    Modelling Objects, such as Tables and Datasources, appear on the canvas and are connected by pipes.

    Pipes perform different roles, such as allowing data to flow through (solid lines) or performing lookups (dashed line) to retrieve additional information, such as looking up a product code and returning its name.

    See Analysis Properties.

    Candidate Sets

    Candidate sets are a fundamental concept of function calculation in PhixFlow.

    Every time a function calculation is carried out, all the required input data is brought together and organised into sets of data - one set for each Key group.

    The Key groups are worked out using the Pipe Grouping Attributes defined on the input Pipe for each table.

    Recordsets

    Each time you run analysis on a model, PhixFlow creates a new set of data in each table; see Table. A recordset is a collection of data within a table for a given period. Recordsets, and the data they contain, remain in the table until you archive the data (see Task) or manually remove it (see Rollback Recordsets)

    Within analysis models, all data is processed before commencing to the next modelling object. This is in contrast to actionflows which process each record in their entirety before moving to the next one.

    Periods

    The time period of a table determines how data in the table will be handled. The period is typically set to:

    1. Transactional: allows multiple users to run independent analysis tasks at the same time.
    2. Variable: generate or collect data since the most recent run of the table to the current date.

    Data Range

    The data range determines the recordset that will be displayed:

    • Latest displays the records from the most recent recordset only.
    • All displays the records from every recordset.

    Rolling back

    To remove data, the record set must be rolled back, see Rollback Recordsets.

    Exports

    PhixFlow supports a range of methods for exporting data, including files, direct writes to databases and APIs. Details of each can be found in Filtering and Sorting Data.

    Scheduling

    When working with data, applications and IT systems, there are routine processes that you need to run on a schedule. PhixFlow makes it easy for you to set up and manage these processes using

    Insert excerpt
    _taskplan
    _taskplan
    nopaneltrue
    s, to which you add tasks. See Task Plans.

    Example Analysis Model

    Expand
    titleView Example

    Click on the image below to see a larger example of an analysis model. This particular example takes business data from multiple locations and merges them into a single refined data set:

    Image Added

    What Next

    The PhixFlow Fundamentals course provides a practical guide to using PhixFlow, including analysing and transforming data using Analysis Models.

    Already started PhixFlow Fundamentals?

    Return to Analysis Fundamentals

    Further Reading

    Child pages (Children Display)