Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 2

Rules Engine Framework

Consolidated View

Angular
Framework Middleware Azure /Cloud
Database Setup
UI
Angular Ui Design Database Design / Rules Engine Process Azure Design

• Create STAR data warehouse design for reporting of • Deploy web App (Angular ) in Azure
• Create basic Angular APP design analysis
• Create Logic App to call Stored Procedures in Database
• Provide links for processing rules or Business Area • Populate Rules Dimension Tables with Master Data to process the rules / Rules (Business Area)
• [TRACE].[RULESDIMENSION]
• Integrate the iframe from Qlik sense into Web App. • Accept HTTP request / Response and Interact with Web
• Populate Source Dimension table with Dummy data UI
• Display Visualizations created in Power BI / Qlik sense ( 50000 rows – 4 rules)
• [TRACE].[SOURCEDIMENSION]
• Create API to CREATE / READ /UPDATE / DELETE rules –
Master dimension tables • Populate Time Dimension to report time series analysis
• [TRACE].[TIMEDIMENSION]

• Create Fact Table to store rows which doesn’t meet


condition
• [TRACE].[EXCEPTIONFACT]

• Create Log Table to store the activity

• Optimize the code further for easy retrieval (Index,


Partition)

You might also like