subject

1. Draw the high-level architecture from source systems through data marts for an enterprise data warehousing environment that follows the Corporate Information Factory (CIF) architecture approach. Make sure you clearly show your ETL and data delivery data flows from each source to each target. You will decide which data marts your environment will include. After you draw your diagram, you will then: 2. List and describe at least two (2) advantages of the CIF approach for enterprise-scale data warehousing for this company
3. List and describe at least two (2) challenges/disadvantages of the CIF approach for enterprise-scale data warehousing for this company
(given the situatioin and information below)
Situation: You work for a retail company that has stores and operations across the United States, but only in the United States. Currently your company has no data warehouses, data marts, operational data stores, or any other integrated stores of data used for reporting, BI, and analytics. Your company also has an Internet presence with a website from which customers can purchase products.
For purposes of this assignment, you are interested in the following seven applications:
1. Employee Management and Human Resources (HR), U. S. Eastern Region – this application manages all HR functions for employees in the company’s Eastern Region, which includes the east coast of the U. S. westward to states such as Minnesota, Iowa, Missouri, and Arkansas. The functions managed by this application include hiring and termination; salary management; annual employee evaluations; promotions and demotions; and a current record of all job assignments.
2. Employee Management and Human Resources (HR), U. S. Western Region – this application is identical to the HR/Eastern Region application described above, except that it manages all employees in the Western Region which spans from states such as North Dakota, South Dakota, and other states down to Texas, and then west to Washington State, Oregon, and California.
3. Customer Relationship Master System, U. S. Eastern Region – this application contains a master list of all of the company’s customers headquartered in the states included in the Eastern Region. For each customer we also a complete sales history, the names of their top officers and key employees, and other important information that gives us a complete picture of "everything we need to know" about that customer.
4. Customer Relationship Master System, U. S. Western Region – this application is identical to the one described above, except that it contains the aforementioned information about all of the company’s customers headquartered in states that are included in the Western Region. 2
5. In-Store Sales System, U. S. Eastern Region – Each of the company’s stores has a point-of-sale (POS) system that handles all product purchases, payments, returns, and refunds. All of the stores in the company’s Eastern Region feed data daily from each POS system to a centralized In-Store Sales System for the Eastern Region, which summarizes all sales within the Eastern Region and also maintains a history of past sales as well.
6. In-Store Sales System, U. S. Western Region – This application is identical to the one described above, except that it consolidates and organizes sales data from all of our stores in the Western Region.
7. Online Sales System, United States – This application handles all Internet sales for all customers regardless of where they live in the United States. (For purposes of this assignment, assume that only U. S. residents can purchase products online.)

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 10:00
When is an original work considered public domain? a. when posted via social media b. when it is posted on the internet c. when a copyright symbol is not included with the piece of work d. when explicit permission is given by the author / owner
Answers: 1
question
Computers and Technology, 22.06.2019 14:10
Dean wants a quick way to look up staff members by their staff id. in cell q3, nest the existing vlookup function in an iferror function. if the vlookup function returns an error result, the text “invalid staff id” should be displayed by the formula. (hint: you can test that this formula is working by changing the value in cell q2 to 0, but remember to set the value of cell q2 back to 1036 when the testing is complete.)
Answers: 3
question
Computers and Technology, 23.06.2019 00:40
Consider the following statements: struct nametype{string first; string last; }; struct coursetype{string name; int callnum; int credits; char grade; }; struct studenttype{nametype name; double gpa; coursetype course; }; studenttype student; studenttype classlist[100]; coursetype course; nametype name; mark the following statements as valid or invalid. if a statement is invalid, explain why.a.) student.course.callnum = "csc230"; b.) cin > > student.name; c.) classlist[0] = name; d.) classlist[1].gpa = 3.45; e.) name = classlist[15].name; f.) student.name = name; g.) cout < < classlist[10] < < endl; h.) for (int j = 0; j < 100; j++)classlist[j].name = name; i.) classlist.course.credits = 3; j.) course = studenttype.course;
Answers: 1
question
Computers and Technology, 23.06.2019 06:30
You have a small company and want to keep your costs low, but it is important your employees share data. which network would provide you with the most economical solution?
Answers: 1
You know the right answer?
1. Draw the high-level architecture from source systems through data marts for an enterprise data wa...
Questions