Skip to content

A library for data warehouse and data integration pattern and architecture documentation.

License

Notifications You must be signed in to change notification settings

JoshuaKasper/Data_Solution_Framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Integration framework - Overview

Introduction

The Data Integration framework provides a software and methodology independent, structured approach to developing data processes.

The framework is designed to facilitate a platform-independent, flexible and manageable development cycle. It contains pre-defined documents, templates, design decisions, implementation approaches as well as auditing and process control (orchestration).

The framework is defined in a modular way, allowing different elements to be selected to suit the needs individual data solutions. The individual components can be used in conjunction with each other or as stand-alone additions to existing data solutions.

To enable collective maintenance of this body of knowledge these standards are developed and maintained using the MarkDown format on Github.

On several occasions, the Data Integration framework makes mention of the ETL process control framework. Although other control frameworks can be added, the default option for this is the DIRECT framework as maintained in the DIRECT Github (private at the moment while being finalised).

Why need a Data Integration framework?

‘If we want better performance we can buy better hardware, unfortunately we cannot buy a more maintainable or reliable system’.

Design and implementation of data integration can be a labour-intensive activity that typically consumes large amounts of effort in Data Warehouse and data integration projects.

Over time, as requirements change and enterprises become more data-driven, the architecture faces challenges in the complexity, consistency and flexibility in the design (and maintenance) of the data integration flows.

These changes can include changes in latency and availability requirements, a bigger variety of sources or the need to expose information in different ways. This typically occurs when adoption of data and information products (i.e. BI, Analytics) matures within an organisation and the need to have up-to-date information becomes more mission critical.

Using a standard data integration approach will meet these challenges by providing structure, flexibility and scalability for the design of data flows.

In a more traditional configuration, data solutions are often designed to store structured data for strategic decision making. This type of solution allows a small number of (expert) users to analyse (historical) data and define reports.

Data is typically periodically extracted, cleansed, integrated and transformed in a centralised Data Warehouse from a heterogeneous set of sources. The focus for ETL in these design is typically on ‘correct functionality’ and ‘adequate performance’ - but not necessarily on design elements that are equally important for success.

These elements, including consistency, degree of atomicity, ability to rerun, scalability and durability are addressed in the Data Integration framework.

For example, data solutions may be required to cater for sending back cleansed or interpreted data to the operational (feeding, or source) systems. They also may need to handle unstructured data in addition to the structured data, as well as being able to quickly respond to changes in (business) requirements. Lastly, they may need to support a ‘feedback loop’ to incorporate changes made by (authorised) end-users in the front-end environments.

The Data Integration framework intents to provide architecture patterns and templates, design decisions and guidelines for error handling and process control for a flexible and manageable development cycle.

Key contents

The framework contains a reference Solution Architecture that provides an overview of the definitions and intent of the various layers and areas that can be considered in the design.

The core body of knowledge sits in the various Design Patterns (details of specific concepts) and Solution Patterns (implementation guides at technical level).

The idea is that Design- and Solution patterns are continuously updated and added to. A typical solution design would select the relevant patterns to define the architecture - captured in the Solution Architecture design artefact.

Data Integration framework components

The diagram below outlines the Data Integration framework components. These are all required to define a data solution that supports Data Warehouse Automation.

The idea is to enable a standard and structured way for documenting decisions related to system design and operation.

1547519339316

  • Reference Solution Architecture; a blueprint for a common data solution architecture such as Data Warehouses, Data Hubs etc. The corresponding documents outline the various layers and areas that define the data solution.
  • Reference Technical Architecture; capturing the technical details relevant to the Solution Architecture. The intent for this template is to capture the infrastructure and software specifics, as well as context for the physical data models and database / data platform configuration. The Technical Architecture also covers details around the implementation of security, encryption and retention approaches.
  • Design Patterns; documentation of key design decisions and backgrounds on design principles: the 'how-to's'. This includes the application of data integration and modelling concepts. Design Patterns follow a defined template and are centrally stored and managed.
  • Solution Patterns; the practical details on how to implement concepts explained in a Design Pattern for a given technology. Similar to Design Patterns, the Solution Patterns all follow the same template. In many cases a single Design Pattern is referred to by multiple Solution Patterns, all of which document how to implement the concept for a specific technology.
  • Documentation templates, standards and conventions; modelling and technical conventions.
  • ETL templates & patterns; technical templates that can be used as blueprints to generate data integration processes with or against.
  • ETL mapping metadata; approaches for managing the source-to-target mappings - vital ETL metadata to enable Data Warehouse Automation / ETL generation.
  • ETL process control framework; this is the runtime execution, logging and monitoring of data integration processes, including recovery and orchestration. This is further detailed in the DIRECT Github (Data Integration Runtime Execution and Control framework). DIRECT includes a repository for ETL control, integration hooks for ETL processes and automation scripts.

In short, the reference Solution Architecture and the corresponding Technical Architecture provide a common framework for all design and development effort. Design Patterns provide the details of how selected concepts are approaches, including considerations and pros and cons. Solution Patterns describe how these approaches are best translated in the selected technology.

Standards for Design and Solution Patterns

The pattern structure (Design and Solution Pattern layout) always is as follows:

  • Title, the name of the pattern
  • Purpose, a short statement what the pattern is trying to achieve or explain. What is the intent?
  • Motivation, a short overview of the background and relevance of the pattern. Why is there a need?
  • Applicability, a listing of where this pattern can be expected to play a role.
  • Structure, the main section with the pattern details.
  • Implementation guidelines, any references to how to implement this pattern (Design Patterns only). Note that the Solution Pattern is intended to explain the specifics in a technical context. This is meant to capture any generic topics.
  • Considerations and consequences, meant to offer some alternative views and experiences as to what it means to take a certain decision.
  • Related patterns, any references towards further reading and related content.

The Title is in Header 1 format, the sections are in Header 2 format.

About

A library for data warehouse and data integration pattern and architecture documentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published