SlideShare a Scribd company logo
1 of 27
Design of Data Warehouse & Business Intelligence
System
Presented by:
Trupti shingala
For E-Commerce of jcpenney
Professor: Joseph Morabito
MIS 636 Data Warehousing and Business Intelligence
COMPANY PROFILE
 J.C. Penney Corporation, Inc., is a chain of American mid-range department
stores based in Plano, Texas.
 The company operates 1,060 department stores in 49 U.S Stores.
 In addition to selling conventional merchandise, JCPenney stores often house
several leased departments such as Sephora, Seattle's Best Coffee, salons,
optical centers, portrait studios, and jewelry repair.
 The company has been an Internet retailer since 1998. It has streamlined
its catalog and distribution while undergoing renovation improvements at
store level.
E-COMMERCE WITH DW AND BI
Enhance business intelligence
Feed business with
 Right information at right time
Improve business decision
Accurate data consistency and analysis
JCPENNEY-BUSINESS PROCESSBusiness
Processes
Timeand
Date
Employees
Vendors
Product
Customers
Transactions
Service
ReturnPolicy
Promotion
Order
Management
Inventory x x x
Manufacturing x x x
Company Orders x x
Sales x x x x x x
Marketing x x x x
Possession x x x x x
Shipping x x x x x
Payroll x x
Administration x x x
HR x x x
Finance x x
Customer Service x x x x x x
OPPORTUNITY MATRIX - SALES
Business Processes
Customer
Service
Financial Operations HR Marketing
Strategy
Management
Store Sales x x x x x x
Online Sales x x x x x
Vendor Sales x x
Order Process x
Delivery Process x
Return Policy x x
REASON FOR E-COMMERCE:
PRIORITIZATION GRID
BP1: Store Sales BP3: Vendor Sales BP5: Deliver process
BP2: Online Sales BP4: Order Process BP6: Return Policy
HIGH LEVEL BUS MATRIX
Business
Processes
Date
and
Time
Product Customer Location Policy Employees Vendors
Transa
ction
Promotions
In-store Sales x x x x x x x x
Online Sales x x x x x x
Vendor Sales x x x x X x
Order
Processing
x x X x
Delivery x x X x x x
Return Policy x x x x x x
DETAILED BUS MATRIX
Business Process Fact tables Granularity Fact
Dat
e
Pro
duc
t
Cus
tom
er
Loc
atio
n
Serv
ice
poli
cy
Emp
loye
es
Ven
dor
Tra
nsa
ctio
n
Pro
mot
ions
In-store Sales Transaction
Sales transaction Per line item
purchase date key
purchase amount key
purchase unit price key
transaction number
x x x x x x x
Location Per location
Store key
Location key
Area key
x x x
Online Sales
Sales transaction Per line item
purchase date key
purchase amount key
purchase unit price key
transaction number
x x x x x x x
Location Per location
Store key
Location key
Area key
x x x
Vendors Sales Transaction
Sales transaction Per line item
purchase date key
purchase amount key
purchase unit price key
transaction number
x x x x x x x
Vendor information Per Vendor
Vendor key
Vendor item key
x x x x x x
Order Process
warehouse picking Per warehouse receipt
ship date key
requested date key
product key
vendor key
x x x x
billing and invoicing Per order
date key
order number
quantity key
product key
…
x x x x
Delivery Process
shipping notice Per line item
shipping date key
shipping cost key
tracking number
delivery company key
….
x x x x x
delivery operation Per line item
tracking number
shipping date
delivery cost key
….
x x x x
Return Policy
store return process Per line item
store number key
item number key
return date key
….
x x x x x
mail return process Per line item
tracking number
return date key
x x x x
LOGICAL FACT TABLE DIAGRAM:
SALES TRANSACTION
Sales Transaction
Fact Table
Grain:
Line Item on
Online and Store
sale Transaction
Vendors
Service
Policy
Shipment &
order
details
Product
Transaction
Date &
Time
Employee
Customer
Profile
Payment
Store
Location
Promotion
Inventory
DETAILED FACT TABLE:
SALES TRANSACTION
 Dimensions are
collection of
reference information
about a fact table
 Grain is depicts what
a single fact table
record represents
Sale Transaction Line Item Fact
Table
Transaction_Key
Product_Key
Inventory_Key
Date & Time_Key
Shipment & Order Details_Key
Customer Profile_Key
Promotion_Key
Payment_Key
Store Location_Key
Line_Item_Quantity
Line_Item_Total Price
START SCHEMA:
SALE TRANSACTION LINE ITEM FACT
Sale Transaction Line Item Fact
Table
Transaction_ID (PK)
Product_ID (PK)
Inventory_ID (PK)
Date & Time_ID (PK)
Shipment & Order Details_ID (PK)
Employee_ID (PK)
Cust_ID (PK)
Promotion_ID (PK)
Payment_ID (PK)
Line_Item_
Line_Item_Total Price
Product
Product_ID (PK)
Name
Category
Price
Gender
Description
Size
Review Rate
Shipment & Order Deatils
Shipment & Order Deatils_ID(PK)
Shipment method
Shipment Address
Order Tracking Detail
Store Location ID
Transaction
Transaction_ID(PK)
Transaction_Type
Transaction_Detail
Inventory
Inv_ID(PK)
Prod_Quant
Prod_Detail
Prod_Location
Date & Time
Date & Time_ID(PK)
Date
Week_Day
Calendar_Detail
Customer
Cust_ID (PK)
Name
Gender
Address
Contact details
Birth date
Promotion
Promotion_ID(PK)
Promo_Type
Promo_Disc
Promo_Duration
Payment
Payment_ID (PK)
Pay_Method
Pay_Accnt_Detail
Pay_Security
Cust_Promo_Bridge
Promotion_ID(PK)
Cust_ID(PK)
Percent_Cust_Promo
Location
Store_id(PK)
Location_name
Location_zipcode
DIMENSION ATTRIBUTE:
DETAILED DESCRIPTION:PRODUCT KEY
Attribute Name Attribute Description Cardinality Slowly Changing
Dimension
Sample Values
Product_ID Product ID uniquely identifies each product in
the system of JCPENNEY
20,000,000 (EST) Not updatable 15896457, 12325785,
05896412
Name Name of Product with Description 90,999 (EST) Not updatable Arizona, Biosilk, ALYX
Category Full descriptive name of category which is
belongs to particular product
60 Type 2 Clothes, Jewelry, Furniture
Price Numbers given to particular product to identify
price of that product
- Type 1 -
Gender Full description of gender that products suits 3 Not updatable Women, Men, Kids
Description Full description of content which depicts
detailed information of product and it’s
functionality
90,999(EST) Type 1 Bed & Bath
Size The size of product 26 Not updatable S, XS, L, XL, 8,16
Review Rate Number which depicts review rate of customer 6 Not updatable 1,2,3,4,5,6
DIMENSION TABEL DETAILED DIAGRAM:
PRODUCT DIMENSION
Product
Gender
Category
Price
Review Rate
Name
Size
Description
Slowly Changing
Dimension
Gender
Size
Categories
Price
CONFORMED DIMENSIONS
The following are the conformed Dimension
 Date and Time Dimension
 Product Dimension
 Customer Dimension
 Shipment and order details
 Transaction Dimension
TRANSFORMATION RULE:
IN STORE SALES
Attribute Rule Type Details
Sales Date and Time Replace Transform the date format of sales
from DDMMYYYY to YYYYMMDD.
Sales Amount Formula Amount converts in to two decimal
point
Sales Discount Constant This transformation rule will fill the
target field with a specified value.
Sales Total Formula Derive the sum of purchased
products to get final amount
AGGREGATE TABLE
Product
Product_ID (PK)
Name
Category
Price
Gender
Description
Size
Review Rate
Sales Transaction
Line_Item
Line_Item_total_price
Store_id(FK)
Date & Time_ID(PK)
Product_ID(PK)
Date & Time
Date & Time_ID(PK)
Date
Week_Day
Calendar_Detail
Location
Store_id(PK)
Location_name
Location_zipcode
AGGREGATE TABLE
Sales Transaction
Product ID Location Time
Product 1 Product 2 Worldwide Year1 Year2
Product ID 1 Product Name 1 Product ID 2
Product Name
2
Country 1 Country 2 Quarter 1 Quarter 2 Q1 Q2
Region 1 Region 2 Region 1 Region 2 Month 1 Month 2 M1 M2
D1 D2 D1 D2 D1 D2
Line Item
Line_Item Total
Price
Location ID
Date & Time Key
Product ID
-------------
AGGREGATE TABLE
In Store Sales Transaction
Product ID Location Time
Product 1 Product 2 Worldwide Year1 Year2
Country 1 Country 2 Quarter 1 Quarter 2 Q1 Q2
Line Item
Line_Item Total Price
Location ID
Date & Time Key
Product_ID
-------------
…
In Store Sales Transaction
Product ID Location Time
Product 1 Product 2 Worldwide Year1 Year2
Country 1 Country 2 Quarter 1 Quarter 2 Q1 Q2
Line Item
M1 M2 M1 M2 … …
Line_Item Total Price
Location ID
Date & Time Key
Product_ID
-------------
…
AGGREGATE TABLE
CUBE
CUBE
USER ROLES AND DELIVERY
USER ROLE DELIVERY VALUE
Executives Portal, Reports Emailed
Exploratory and Informative Visualization
for Analysis
Business Analyst OLAP, Portal, Drill-Down, Drill-Across
Exploratory and Informative Visualization
for Analysis & Reporting
Knowledge Worker Portal, Reports Emailed Operational Reports
Managers Portal, Reports, Drill-Down Informative Visualization
Operational Workers Portal Low Level Entry Point, Drill-Down Informative Visualization
Customers In hand Receipt NA
BI PORTAL LANDSCAPE:
EXECUTIVE
BI PORTAL LANDSCAPE:
MANAGERS
BI PORTAL LANDSCAPE:
BUSINESS ANALYST
BI DASHBOARD
THANK YOU

More Related Content

What's hot

Snowflake: Your Data. No Limits (Session sponsored by Snowflake) - AWS Summit...
Snowflake: Your Data. No Limits (Session sponsored by Snowflake) - AWS Summit...Snowflake: Your Data. No Limits (Session sponsored by Snowflake) - AWS Summit...
Snowflake: Your Data. No Limits (Session sponsored by Snowflake) - AWS Summit...Amazon Web Services
 
Master the Multi-Clustered Data Warehouse - Snowflake
Master the Multi-Clustered Data Warehouse - SnowflakeMaster the Multi-Clustered Data Warehouse - Snowflake
Master the Multi-Clustered Data Warehouse - SnowflakeMatillion
 
The AWS Big Data Platform – Overview
The AWS Big Data Platform – OverviewThe AWS Big Data Platform – Overview
The AWS Big Data Platform – OverviewAmazon Web Services
 
Data Quality - Standards and Application to Open Data
Data Quality - Standards and Application to Open DataData Quality - Standards and Application to Open Data
Data Quality - Standards and Application to Open DataMarco Torchiano
 
data-mesh-101.pptx
data-mesh-101.pptxdata-mesh-101.pptx
data-mesh-101.pptxTarekHamdi8
 
Complete Guide To Salesforce Einstein Analytics
Complete Guide To Salesforce Einstein AnalyticsComplete Guide To Salesforce Einstein Analytics
Complete Guide To Salesforce Einstein AnalyticsCloud Analogy
 
Increase Salesforce Performance using Platform Cache Demo
Increase Salesforce Performance using Platform Cache DemoIncrease Salesforce Performance using Platform Cache Demo
Increase Salesforce Performance using Platform Cache DemoVineet Goel ☁
 
A really really fast introduction to PySpark - lightning fast cluster computi...
A really really fast introduction to PySpark - lightning fast cluster computi...A really really fast introduction to PySpark - lightning fast cluster computi...
A really really fast introduction to PySpark - lightning fast cluster computi...Holden Karau
 
Data Warehouse Project Report
Data Warehouse Project Report Data Warehouse Project Report
Data Warehouse Project Report Tom Donoghue
 
Netflix Data Engineering @ Uber Engineering Meetup
Netflix Data Engineering @ Uber Engineering MeetupNetflix Data Engineering @ Uber Engineering Meetup
Netflix Data Engineering @ Uber Engineering MeetupBlake Irvine
 
Build Real-Time Applications with Databricks Streaming
Build Real-Time Applications with Databricks StreamingBuild Real-Time Applications with Databricks Streaming
Build Real-Time Applications with Databricks StreamingDatabricks
 
Designing the business process dimensional model
Designing the business process dimensional modelDesigning the business process dimensional model
Designing the business process dimensional modelGersiton Pila Challco
 
Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...
Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...
Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...Simplilearn
 
Data collection, processing & organization with USPA framework
Data collection, processing & organization with USPA frameworkData collection, processing & organization with USPA framework
Data collection, processing & organization with USPA frameworkTrieu Nguyen
 
The evolution of the big data platform @ Netflix (OSCON 2015)
The evolution of the big data platform @ Netflix (OSCON 2015)The evolution of the big data platform @ Netflix (OSCON 2015)
The evolution of the big data platform @ Netflix (OSCON 2015)Eva Tse
 
What’s New with Databricks Machine Learning
What’s New with Databricks Machine LearningWhat’s New with Databricks Machine Learning
What’s New with Databricks Machine LearningDatabricks
 
Parallelization of Structured Streaming Jobs Using Delta Lake
Parallelization of Structured Streaming Jobs Using Delta LakeParallelization of Structured Streaming Jobs Using Delta Lake
Parallelization of Structured Streaming Jobs Using Delta LakeDatabricks
 
Azure Synapse 101 Webinar Presentation
Azure Synapse 101 Webinar PresentationAzure Synapse 101 Webinar Presentation
Azure Synapse 101 Webinar PresentationMatthew W. Bowers
 

What's hot (20)

Snowflake: Your Data. No Limits (Session sponsored by Snowflake) - AWS Summit...
Snowflake: Your Data. No Limits (Session sponsored by Snowflake) - AWS Summit...Snowflake: Your Data. No Limits (Session sponsored by Snowflake) - AWS Summit...
Snowflake: Your Data. No Limits (Session sponsored by Snowflake) - AWS Summit...
 
Master the Multi-Clustered Data Warehouse - Snowflake
Master the Multi-Clustered Data Warehouse - SnowflakeMaster the Multi-Clustered Data Warehouse - Snowflake
Master the Multi-Clustered Data Warehouse - Snowflake
 
The AWS Big Data Platform – Overview
The AWS Big Data Platform – OverviewThe AWS Big Data Platform – Overview
The AWS Big Data Platform – Overview
 
Data Quality - Standards and Application to Open Data
Data Quality - Standards and Application to Open DataData Quality - Standards and Application to Open Data
Data Quality - Standards and Application to Open Data
 
data-mesh-101.pptx
data-mesh-101.pptxdata-mesh-101.pptx
data-mesh-101.pptx
 
Complete Guide To Salesforce Einstein Analytics
Complete Guide To Salesforce Einstein AnalyticsComplete Guide To Salesforce Einstein Analytics
Complete Guide To Salesforce Einstein Analytics
 
Increase Salesforce Performance using Platform Cache Demo
Increase Salesforce Performance using Platform Cache DemoIncrease Salesforce Performance using Platform Cache Demo
Increase Salesforce Performance using Platform Cache Demo
 
A really really fast introduction to PySpark - lightning fast cluster computi...
A really really fast introduction to PySpark - lightning fast cluster computi...A really really fast introduction to PySpark - lightning fast cluster computi...
A really really fast introduction to PySpark - lightning fast cluster computi...
 
Data Warehouse Project Report
Data Warehouse Project Report Data Warehouse Project Report
Data Warehouse Project Report
 
Netflix Data Engineering @ Uber Engineering Meetup
Netflix Data Engineering @ Uber Engineering MeetupNetflix Data Engineering @ Uber Engineering Meetup
Netflix Data Engineering @ Uber Engineering Meetup
 
Dwbi Project
Dwbi ProjectDwbi Project
Dwbi Project
 
ML Playbook
ML PlaybookML Playbook
ML Playbook
 
Build Real-Time Applications with Databricks Streaming
Build Real-Time Applications with Databricks StreamingBuild Real-Time Applications with Databricks Streaming
Build Real-Time Applications with Databricks Streaming
 
Designing the business process dimensional model
Designing the business process dimensional modelDesigning the business process dimensional model
Designing the business process dimensional model
 
Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...
Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...
Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...
 
Data collection, processing & organization with USPA framework
Data collection, processing & organization with USPA frameworkData collection, processing & organization with USPA framework
Data collection, processing & organization with USPA framework
 
The evolution of the big data platform @ Netflix (OSCON 2015)
The evolution of the big data platform @ Netflix (OSCON 2015)The evolution of the big data platform @ Netflix (OSCON 2015)
The evolution of the big data platform @ Netflix (OSCON 2015)
 
What’s New with Databricks Machine Learning
What’s New with Databricks Machine LearningWhat’s New with Databricks Machine Learning
What’s New with Databricks Machine Learning
 
Parallelization of Structured Streaming Jobs Using Delta Lake
Parallelization of Structured Streaming Jobs Using Delta LakeParallelization of Structured Streaming Jobs Using Delta Lake
Parallelization of Structured Streaming Jobs Using Delta Lake
 
Azure Synapse 101 Webinar Presentation
Azure Synapse 101 Webinar PresentationAzure Synapse 101 Webinar Presentation
Azure Synapse 101 Webinar Presentation
 

Viewers also liked

Problem Solving
Problem SolvingProblem Solving
Problem Solvingrdlteam
 
Communications Skills Guide
Communications Skills GuideCommunications Skills Guide
Communications Skills Guiderdlteam
 
Problem-Solving Skills Guide
Problem-Solving Skills GuideProblem-Solving Skills Guide
Problem-Solving Skills Guiderdlteam
 
Izan esandi
Izan esandiIzan esandi
Izan esandiizan55
 
Exploiting a vulnerability to gain a shell
Exploiting a vulnerability to gain a shellExploiting a vulnerability to gain a shell
Exploiting a vulnerability to gain a shellAditya Kamat
 
Web Hacking Series Part 1
Web Hacking Series Part 1Web Hacking Series Part 1
Web Hacking Series Part 1Aditya Kamat
 
Data warehouse : Order Management
Data warehouse : Order ManagementData warehouse : Order Management
Data warehouse : Order ManagementKritiya Sangnitidaj
 
Digital strategy for jc penney
Digital strategy for jc penneyDigital strategy for jc penney
Digital strategy for jc penneyXu Zhao
 
JC Penney Brand Re-Launch - Mikaela Yeager
JC Penney Brand Re-Launch - Mikaela YeagerJC Penney Brand Re-Launch - Mikaela Yeager
JC Penney Brand Re-Launch - Mikaela YeagerMikaela Yeager
 
JCPenney Presentation
JCPenney PresentationJCPenney Presentation
JCPenney PresentationMonica Peck
 
Letter of Introduction
Letter of IntroductionLetter of Introduction
Letter of IntroductionShawna Flynn
 
RECHERCHE ASSISTANTE ADMINISTRATION DES VENTES
RECHERCHE ASSISTANTE ADMINISTRATION DES VENTESRECHERCHE ASSISTANTE ADMINISTRATION DES VENTES
RECHERCHE ASSISTANTE ADMINISTRATION DES VENTESNelly KERBIRIOU
 

Viewers also liked (20)

Problem Solving
Problem SolvingProblem Solving
Problem Solving
 
Communications Skills Guide
Communications Skills GuideCommunications Skills Guide
Communications Skills Guide
 
Problem-Solving Skills Guide
Problem-Solving Skills GuideProblem-Solving Skills Guide
Problem-Solving Skills Guide
 
Izan esandi
Izan esandiIzan esandi
Izan esandi
 
Exploiting a vulnerability to gain a shell
Exploiting a vulnerability to gain a shellExploiting a vulnerability to gain a shell
Exploiting a vulnerability to gain a shell
 
03 data mining : data warehouse
03 data mining : data warehouse03 data mining : data warehouse
03 data mining : data warehouse
 
Web Hacking Series Part 1
Web Hacking Series Part 1Web Hacking Series Part 1
Web Hacking Series Part 1
 
Restaurant management
Restaurant managementRestaurant management
Restaurant management
 
Message queueing
Message queueingMessage queueing
Message queueing
 
Data warehouse : Order Management
Data warehouse : Order ManagementData warehouse : Order Management
Data warehouse : Order Management
 
Message queues
Message queuesMessage queues
Message queues
 
Digital strategy for jc penney
Digital strategy for jc penneyDigital strategy for jc penney
Digital strategy for jc penney
 
2.Letter of Introduction
2.Letter of Introduction2.Letter of Introduction
2.Letter of Introduction
 
JC Penney Brand Re-Launch - Mikaela Yeager
JC Penney Brand Re-Launch - Mikaela YeagerJC Penney Brand Re-Launch - Mikaela Yeager
JC Penney Brand Re-Launch - Mikaela Yeager
 
JCPenney Presentation
JCPenney PresentationJCPenney Presentation
JCPenney Presentation
 
JCPenney Powerpoint
JCPenney PowerpointJCPenney Powerpoint
JCPenney Powerpoint
 
Letter of Introduction
Letter of IntroductionLetter of Introduction
Letter of Introduction
 
JC Penney
JC PenneyJC Penney
JC Penney
 
JC Penney Empresa
JC Penney EmpresaJC Penney Empresa
JC Penney Empresa
 
RECHERCHE ASSISTANTE ADMINISTRATION DES VENTES
RECHERCHE ASSISTANTE ADMINISTRATION DES VENTESRECHERCHE ASSISTANTE ADMINISTRATION DES VENTES
RECHERCHE ASSISTANTE ADMINISTRATION DES VENTES
 

Similar to Data visualization for e commerce of jcpenney

04 intro erp_using_gbi_slides_sd_en_v2.01
04 intro erp_using_gbi_slides_sd_en_v2.0104 intro erp_using_gbi_slides_sd_en_v2.01
04 intro erp_using_gbi_slides_sd_en_v2.01Monojit Banerjee
 
TitleABC123 Version X1Leadership Development Journal.docx
TitleABC123 Version X1Leadership Development Journal.docxTitleABC123 Version X1Leadership Development Journal.docx
TitleABC123 Version X1Leadership Development Journal.docxherthalearmont
 
BI for FMCG&Retail
BI for FMCG&RetailBI for FMCG&Retail
BI for FMCG&Retailabhirup1985
 
Sales & distribution training overview
Sales & distribution training overviewSales & distribution training overview
Sales & distribution training overviewSatyabrata Patra
 
Intro to datawarehouse dev 1.0
Intro to datawarehouse   dev 1.0Intro to datawarehouse   dev 1.0
Intro to datawarehouse dev 1.0Jannet Peetz
 
04 Dimensional Analysis - v6
04 Dimensional Analysis - v604 Dimensional Analysis - v6
04 Dimensional Analysis - v6Prithwis Mukerjee
 
Futura.Ho Presentation Ver 2
Futura.Ho Presentation   Ver 2Futura.Ho Presentation   Ver 2
Futura.Ho Presentation Ver 2harikan
 
Bw training 3 data modeling
Bw training   3 data modelingBw training   3 data modeling
Bw training 3 data modelingJoseph Tham
 
Sap power point presentation download from
Sap power point presentation download fromSap power point presentation download from
Sap power point presentation download fromSomnath Ghose
 
Sappowerpointpresentationdownloadfrom 120302002505-phpapp01
Sappowerpointpresentationdownloadfrom 120302002505-phpapp01Sappowerpointpresentationdownloadfrom 120302002505-phpapp01
Sappowerpointpresentationdownloadfrom 120302002505-phpapp01myrndinfodavid
 
Spectrum erp productoverview
Spectrum erp productoverviewSpectrum erp productoverview
Spectrum erp productoverviewMauly Chandra
 
ContentsPhase 1 Design Concepts2Project Description2Use.docx
ContentsPhase 1 Design Concepts2Project Description2Use.docxContentsPhase 1 Design Concepts2Project Description2Use.docx
ContentsPhase 1 Design Concepts2Project Description2Use.docxmaxinesmith73660
 
2573000 sap-sd-overview
2573000 sap-sd-overview2573000 sap-sd-overview
2573000 sap-sd-overviewGopinath Lolla
 
Dynamics gp insights to distribution - sales orders
Dynamics gp insights to distribution - sales ordersDynamics gp insights to distribution - sales orders
Dynamics gp insights to distribution - sales ordersSteve Chapman
 

Similar to Data visualization for e commerce of jcpenney (20)

04 intro erp_using_gbi_slides_sd_en_v2.01
04 intro erp_using_gbi_slides_sd_en_v2.0104 intro erp_using_gbi_slides_sd_en_v2.01
04 intro erp_using_gbi_slides_sd_en_v2.01
 
TitleABC123 Version X1Leadership Development Journal.docx
TitleABC123 Version X1Leadership Development Journal.docxTitleABC123 Version X1Leadership Development Journal.docx
TitleABC123 Version X1Leadership Development Journal.docx
 
BI in FMCG
BI in FMCGBI in FMCG
BI in FMCG
 
BI for FMCG&Retail
BI for FMCG&RetailBI for FMCG&Retail
BI for FMCG&Retail
 
Sales & distribution training overview
Sales & distribution training overviewSales & distribution training overview
Sales & distribution training overview
 
Intro to datawarehouse dev 1.0
Intro to datawarehouse   dev 1.0Intro to datawarehouse   dev 1.0
Intro to datawarehouse dev 1.0
 
Apparel business process
Apparel business processApparel business process
Apparel business process
 
04 Dimensional Analysis - v6
04 Dimensional Analysis - v604 Dimensional Analysis - v6
04 Dimensional Analysis - v6
 
Futura.Ho Presentation Ver 2
Futura.Ho Presentation   Ver 2Futura.Ho Presentation   Ver 2
Futura.Ho Presentation Ver 2
 
Dimensional Modelling
Dimensional ModellingDimensional Modelling
Dimensional Modelling
 
Bw training 3 data modeling
Bw training   3 data modelingBw training   3 data modeling
Bw training 3 data modeling
 
Sap power point presentation download from
Sap power point presentation download fromSap power point presentation download from
Sap power point presentation download from
 
Sappowerpointpresentationdownloadfrom 120302002505-phpapp01
Sappowerpointpresentationdownloadfrom 120302002505-phpapp01Sappowerpointpresentationdownloadfrom 120302002505-phpapp01
Sappowerpointpresentationdownloadfrom 120302002505-phpapp01
 
Spectrum erp productoverview
Spectrum erp productoverviewSpectrum erp productoverview
Spectrum erp productoverview
 
26045438 20459510-sap-mm-functional-overview-
26045438 20459510-sap-mm-functional-overview-26045438 20459510-sap-mm-functional-overview-
26045438 20459510-sap-mm-functional-overview-
 
ContentsPhase 1 Design Concepts2Project Description2Use.docx
ContentsPhase 1 Design Concepts2Project Description2Use.docxContentsPhase 1 Design Concepts2Project Description2Use.docx
ContentsPhase 1 Design Concepts2Project Description2Use.docx
 
2573000 sap-sd-overview
2573000 sap-sd-overview2573000 sap-sd-overview
2573000 sap-sd-overview
 
Sap purchase
Sap purchaseSap purchase
Sap purchase
 
OTC Processin SAP.ppt
OTC Processin SAP.pptOTC Processin SAP.ppt
OTC Processin SAP.ppt
 
Dynamics gp insights to distribution - sales orders
Dynamics gp insights to distribution - sales ordersDynamics gp insights to distribution - sales orders
Dynamics gp insights to distribution - sales orders
 

Recently uploaded

Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...amitlee9823
 
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...gajnagarg
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNKTimothy Spann
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Researchmichael115558
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men 🔝Sambalpur🔝 Esc...
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men  🔝Sambalpur🔝   Esc...➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men  🔝Sambalpur🔝   Esc...
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men 🔝Sambalpur🔝 Esc...amitlee9823
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteedamy56318795
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...amitlee9823
 
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night StandCall Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...amitlee9823
 
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...gajnagarg
 
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...gajnagarg
 
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...gajnagarg
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...amitlee9823
 
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...amitlee9823
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 

Recently uploaded (20)

Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
 
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men 🔝Sambalpur🔝 Esc...
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men  🔝Sambalpur🔝   Esc...➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men  🔝Sambalpur🔝   Esc...
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men 🔝Sambalpur🔝 Esc...
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
 
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night StandCall Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
 
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...
 
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
 
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls Bellary Escorts ☎️9352988975 Two shot with one girl ...
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
CHEAP Call Girls in Rabindra Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Rabindra Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Rabindra Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Rabindra Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
 
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 

Data visualization for e commerce of jcpenney

  • 1. Design of Data Warehouse & Business Intelligence System Presented by: Trupti shingala For E-Commerce of jcpenney Professor: Joseph Morabito MIS 636 Data Warehousing and Business Intelligence
  • 2. COMPANY PROFILE  J.C. Penney Corporation, Inc., is a chain of American mid-range department stores based in Plano, Texas.  The company operates 1,060 department stores in 49 U.S Stores.  In addition to selling conventional merchandise, JCPenney stores often house several leased departments such as Sephora, Seattle's Best Coffee, salons, optical centers, portrait studios, and jewelry repair.  The company has been an Internet retailer since 1998. It has streamlined its catalog and distribution while undergoing renovation improvements at store level.
  • 3. E-COMMERCE WITH DW AND BI Enhance business intelligence Feed business with  Right information at right time Improve business decision Accurate data consistency and analysis
  • 4. JCPENNEY-BUSINESS PROCESSBusiness Processes Timeand Date Employees Vendors Product Customers Transactions Service ReturnPolicy Promotion Order Management Inventory x x x Manufacturing x x x Company Orders x x Sales x x x x x x Marketing x x x x Possession x x x x x Shipping x x x x x Payroll x x Administration x x x HR x x x Finance x x Customer Service x x x x x x
  • 5. OPPORTUNITY MATRIX - SALES Business Processes Customer Service Financial Operations HR Marketing Strategy Management Store Sales x x x x x x Online Sales x x x x x Vendor Sales x x Order Process x Delivery Process x Return Policy x x
  • 6. REASON FOR E-COMMERCE: PRIORITIZATION GRID BP1: Store Sales BP3: Vendor Sales BP5: Deliver process BP2: Online Sales BP4: Order Process BP6: Return Policy
  • 7. HIGH LEVEL BUS MATRIX Business Processes Date and Time Product Customer Location Policy Employees Vendors Transa ction Promotions In-store Sales x x x x x x x x Online Sales x x x x x x Vendor Sales x x x x X x Order Processing x x X x Delivery x x X x x x Return Policy x x x x x x
  • 8. DETAILED BUS MATRIX Business Process Fact tables Granularity Fact Dat e Pro duc t Cus tom er Loc atio n Serv ice poli cy Emp loye es Ven dor Tra nsa ctio n Pro mot ions In-store Sales Transaction Sales transaction Per line item purchase date key purchase amount key purchase unit price key transaction number x x x x x x x Location Per location Store key Location key Area key x x x Online Sales Sales transaction Per line item purchase date key purchase amount key purchase unit price key transaction number x x x x x x x Location Per location Store key Location key Area key x x x Vendors Sales Transaction Sales transaction Per line item purchase date key purchase amount key purchase unit price key transaction number x x x x x x x Vendor information Per Vendor Vendor key Vendor item key x x x x x x Order Process warehouse picking Per warehouse receipt ship date key requested date key product key vendor key x x x x billing and invoicing Per order date key order number quantity key product key … x x x x Delivery Process shipping notice Per line item shipping date key shipping cost key tracking number delivery company key …. x x x x x delivery operation Per line item tracking number shipping date delivery cost key …. x x x x Return Policy store return process Per line item store number key item number key return date key …. x x x x x mail return process Per line item tracking number return date key x x x x
  • 9. LOGICAL FACT TABLE DIAGRAM: SALES TRANSACTION Sales Transaction Fact Table Grain: Line Item on Online and Store sale Transaction Vendors Service Policy Shipment & order details Product Transaction Date & Time Employee Customer Profile Payment Store Location Promotion Inventory
  • 10. DETAILED FACT TABLE: SALES TRANSACTION  Dimensions are collection of reference information about a fact table  Grain is depicts what a single fact table record represents Sale Transaction Line Item Fact Table Transaction_Key Product_Key Inventory_Key Date & Time_Key Shipment & Order Details_Key Customer Profile_Key Promotion_Key Payment_Key Store Location_Key Line_Item_Quantity Line_Item_Total Price
  • 11. START SCHEMA: SALE TRANSACTION LINE ITEM FACT Sale Transaction Line Item Fact Table Transaction_ID (PK) Product_ID (PK) Inventory_ID (PK) Date & Time_ID (PK) Shipment & Order Details_ID (PK) Employee_ID (PK) Cust_ID (PK) Promotion_ID (PK) Payment_ID (PK) Line_Item_ Line_Item_Total Price Product Product_ID (PK) Name Category Price Gender Description Size Review Rate Shipment & Order Deatils Shipment & Order Deatils_ID(PK) Shipment method Shipment Address Order Tracking Detail Store Location ID Transaction Transaction_ID(PK) Transaction_Type Transaction_Detail Inventory Inv_ID(PK) Prod_Quant Prod_Detail Prod_Location Date & Time Date & Time_ID(PK) Date Week_Day Calendar_Detail Customer Cust_ID (PK) Name Gender Address Contact details Birth date Promotion Promotion_ID(PK) Promo_Type Promo_Disc Promo_Duration Payment Payment_ID (PK) Pay_Method Pay_Accnt_Detail Pay_Security Cust_Promo_Bridge Promotion_ID(PK) Cust_ID(PK) Percent_Cust_Promo Location Store_id(PK) Location_name Location_zipcode
  • 12. DIMENSION ATTRIBUTE: DETAILED DESCRIPTION:PRODUCT KEY Attribute Name Attribute Description Cardinality Slowly Changing Dimension Sample Values Product_ID Product ID uniquely identifies each product in the system of JCPENNEY 20,000,000 (EST) Not updatable 15896457, 12325785, 05896412 Name Name of Product with Description 90,999 (EST) Not updatable Arizona, Biosilk, ALYX Category Full descriptive name of category which is belongs to particular product 60 Type 2 Clothes, Jewelry, Furniture Price Numbers given to particular product to identify price of that product - Type 1 - Gender Full description of gender that products suits 3 Not updatable Women, Men, Kids Description Full description of content which depicts detailed information of product and it’s functionality 90,999(EST) Type 1 Bed & Bath Size The size of product 26 Not updatable S, XS, L, XL, 8,16 Review Rate Number which depicts review rate of customer 6 Not updatable 1,2,3,4,5,6
  • 13. DIMENSION TABEL DETAILED DIAGRAM: PRODUCT DIMENSION Product Gender Category Price Review Rate Name Size Description Slowly Changing Dimension Gender Size Categories Price
  • 14. CONFORMED DIMENSIONS The following are the conformed Dimension  Date and Time Dimension  Product Dimension  Customer Dimension  Shipment and order details  Transaction Dimension
  • 15. TRANSFORMATION RULE: IN STORE SALES Attribute Rule Type Details Sales Date and Time Replace Transform the date format of sales from DDMMYYYY to YYYYMMDD. Sales Amount Formula Amount converts in to two decimal point Sales Discount Constant This transformation rule will fill the target field with a specified value. Sales Total Formula Derive the sum of purchased products to get final amount
  • 16. AGGREGATE TABLE Product Product_ID (PK) Name Category Price Gender Description Size Review Rate Sales Transaction Line_Item Line_Item_total_price Store_id(FK) Date & Time_ID(PK) Product_ID(PK) Date & Time Date & Time_ID(PK) Date Week_Day Calendar_Detail Location Store_id(PK) Location_name Location_zipcode
  • 17. AGGREGATE TABLE Sales Transaction Product ID Location Time Product 1 Product 2 Worldwide Year1 Year2 Product ID 1 Product Name 1 Product ID 2 Product Name 2 Country 1 Country 2 Quarter 1 Quarter 2 Q1 Q2 Region 1 Region 2 Region 1 Region 2 Month 1 Month 2 M1 M2 D1 D2 D1 D2 D1 D2 Line Item Line_Item Total Price Location ID Date & Time Key Product ID -------------
  • 18. AGGREGATE TABLE In Store Sales Transaction Product ID Location Time Product 1 Product 2 Worldwide Year1 Year2 Country 1 Country 2 Quarter 1 Quarter 2 Q1 Q2 Line Item Line_Item Total Price Location ID Date & Time Key Product_ID ------------- …
  • 19. In Store Sales Transaction Product ID Location Time Product 1 Product 2 Worldwide Year1 Year2 Country 1 Country 2 Quarter 1 Quarter 2 Q1 Q2 Line Item M1 M2 M1 M2 … … Line_Item Total Price Location ID Date & Time Key Product_ID ------------- … AGGREGATE TABLE
  • 20. CUBE
  • 21. CUBE
  • 22. USER ROLES AND DELIVERY USER ROLE DELIVERY VALUE Executives Portal, Reports Emailed Exploratory and Informative Visualization for Analysis Business Analyst OLAP, Portal, Drill-Down, Drill-Across Exploratory and Informative Visualization for Analysis & Reporting Knowledge Worker Portal, Reports Emailed Operational Reports Managers Portal, Reports, Drill-Down Informative Visualization Operational Workers Portal Low Level Entry Point, Drill-Down Informative Visualization Customers In hand Receipt NA

Editor's Notes

  1. A data warehouse provides a basis for online analytic processing and data mining for improving business intelligence by turning data into information and knowledge. Since technologies for e-commerce are being rapidly developed and e-businesses are rapidly expanding, analyzing e-business environments using data warehousing technology could enhance significant business intelligence. A well-designed data warehouse would feed business with the right information at the right time in order to make the right decisions in ecommerce environments.
  2. J.C. Penney is in the midst of an e-commerce renaissance J. C. Penney Company, Inc., incorporated on January 22, 2002, is a holding company whose operating subsidiary is J. C. Penney Corporation, Inc. (JCP). The Company’s business consists of selling merchandise and services to consumers through its department stores and through its Internet Website. Department stores and Internet serve the customers and provide the same mix of merchandise and department stores accept returns from sales made in stores and via the Internet. The Company sells family apparel and footwear, accessories, fine and fashion jewelry, beauty products through Sephora inside JCPenney and home furnishings. In addition, the Company’s department stores provide its customers with services, such as styling salon, optical, portrait photography and custom decorating. As of February 1, 2014, the Company supply chain network operated 25 facilities at 14 locations, of which nine were owned, with distribution activities housed in owned locations. The Company’s network includes 11 store merchandise distribution centers, seven regional warehouses, three jcpenney.com centers and four furniture distribution centers.