Difference between revisions of "PEC-WFM/Current/ETLRef/Preface"
(Published) |
(Published) |
||
Line 7: | Line 7: | ||
|Platform=PureEngage | |Platform=PureEngage | ||
|Role=Administrator | |Role=Administrator | ||
+ | |Prereq= | ||
|Section={{Section | |Section={{Section | ||
+ | |sectionHeading= | ||
+ | |anchor= | ||
|alignment=Vertical | |alignment=Vertical | ||
+ | |Media= | ||
+ | |image= | ||
|structuredtext=The Workforce Management (WFM) Extract, Transform, and Load (ETL) database schema enables Genesys Interactive Insights and other third-party reporting applications to easily create reports that incorporate Genesys WFM data. Once configured, this functionality can obtain Schedule, Adherence, and Performance information from WFM and store it into a documented relational database schema. | |structuredtext=The Workforce Management (WFM) Extract, Transform, and Load (ETL) database schema enables Genesys Interactive Insights and other third-party reporting applications to easily create reports that incorporate Genesys WFM data. Once configured, this functionality can obtain Schedule, Adherence, and Performance information from WFM and store it into a documented relational database schema. | ||
The ETL schema can co-exist with the main operational WFM database, be a standalone database, or part of any other database. WFM provides the SQL script to create the database schema, but does not specify which physical tablespace, user, or database on which to create it. The script is included in WFM Database Utility (DBU) IP, but is not executed automatically by the DBU. | The ETL schema can co-exist with the main operational WFM database, be a standalone database, or part of any other database. WFM provides the SQL script to create the database schema, but does not specify which physical tablespace, user, or database on which to create it. The script is included in WFM Database Utility (DBU) IP, but is not executed automatically by the DBU. | ||
<!--To set up an ETL database, see {{Link-SomewhereInThisVersion|manual=|topic=ETLDB|anchor=|display text=Using ETL Database Schema - BROKEN LINK - }} in the {{Link-SomewhereInThisVersion|manual=|topic=Welcome|anchor=|display text=<i>Workforce Management Administrator's Guide</i> - BROKEN LINK - }}.--> | <!--To set up an ETL database, see {{Link-SomewhereInThisVersion|manual=|topic=ETLDB|anchor=|display text=Using ETL Database Schema - BROKEN LINK - }} in the {{Link-SomewhereInThisVersion|manual=|topic=Welcome|anchor=|display text=<i>Workforce Management Administrator's Guide</i> - BROKEN LINK - }}.--> | ||
+ | |structuredtextwide= | ||
+ | |FAQHeading= | ||
|Status=No | |Status=No | ||
}}{{Section | }}{{Section | ||
Line 18: | Line 25: | ||
|anchor=IntendedAudience | |anchor=IntendedAudience | ||
|alignment=Vertical | |alignment=Vertical | ||
+ | |Media= | ||
+ | |image= | ||
|structuredtext=This reference guide is intended for: | |structuredtext=This reference guide is intended for: | ||
Line 23: | Line 32: | ||
*IT administrators who want to gain an understanding of the components that enable WFM. | *IT administrators who want to gain an understanding of the components that enable WFM. | ||
− | + | It is assumed that the reader understands of the following: | |
*Relational database concepts. | *Relational database concepts. | ||
Line 30: | Line 39: | ||
*Data warehouse concepts—including working with star schema, dimensions, aggregates, and measures. | *Data warehouse concepts—including working with star schema, dimensions, aggregates, and measures. | ||
*Extraction, transformation, and loading (ETL) concepts. | *Extraction, transformation, and loading (ETL) concepts. | ||
+ | |structuredtextwide= | ||
+ | |FAQHeading= | ||
|Status=No | |Status=No | ||
}}{{Section | }}{{Section | ||
Line 35: | Line 46: | ||
|anchor=Abbrev | |anchor=Abbrev | ||
|alignment=Vertical | |alignment=Vertical | ||
+ | |Media= | ||
+ | |image= | ||
|structuredtext=This reference uses abbreviations throughout all topics to provide detailed information about and within the tables, including a concise listing of primary and foreign keys, default field values, and mandatory fields for each table. The field and index abbreviations for database terms are described here: | |structuredtext=This reference uses abbreviations throughout all topics to provide detailed information about and within the tables, including a concise listing of primary and foreign keys, default field values, and mandatory fields for each table. The field and index abbreviations for database terms are described here: | ||
{{{!}} border="1" | {{{!}} border="1" | ||
Line 53: | Line 66: | ||
{{!}} | {{!}} | ||
{{!}}} | {{!}}} | ||
+ | |structuredtextwide= | ||
+ | |FAQHeading= | ||
|Status=No | |Status=No | ||
}} | }} | ||
}} | }} |
Revision as of 15:52, June 12, 2020
Find out who the intended audience is for this guide before using and preparing the ETL database schema.
The Workforce Management (WFM) Extract, Transform, and Load (ETL) database schema enables Genesys Interactive Insights and other third-party reporting applications to easily create reports that incorporate Genesys WFM data. Once configured, this functionality can obtain Schedule, Adherence, and Performance information from WFM and store it into a documented relational database schema.
The ETL schema can co-exist with the main operational WFM database, be a standalone database, or part of any other database. WFM provides the SQL script to create the database schema, but does not specify which physical tablespace, user, or database on which to create it. The script is included in WFM Database Utility (DBU) IP, but is not executed automatically by the DBU.
Intended audience
This reference guide is intended for:
- Reporting and business analysts who want to leverage the data that is contained in Genesys WFM, Data Mart, Info Mart and other third party applications to produce reports for business users.
- IT administrators who want to gain an understanding of the components that enable WFM.
It is assumed that the reader understands of the following:
- Relational database concepts.
- Structured Query Language (SQL) for querying and mining data.
- Genesys WFM configuration and its data sources.
- Data warehouse concepts—including working with star schema, dimensions, aggregates, and measures.
- Extraction, transformation, and loading (ETL) concepts.
Abbreviation of database terms
This reference uses abbreviations throughout all topics to provide detailed information about and within the tables, including a concise listing of primary and foreign keys, default field values, and mandatory fields for each table. The field and index abbreviations for database terms are described here:
Field characterizations | Index characterizations |
---|---|
P—Primary key | C—Cluster |
M—Mandatory field | U—Unique |
F—Foreign key | |
DV—Default value |