Question: Problem One write Python Program **** Adhere to General Requirements - LAST PAGE Assignment: Non-disparate DATA WAREHOUSING Simulate non-disparate data warehousing with the following sequence

Problem One

write Python Program

**** Adhere to General Requirements - LAST PAGE

Assignment: Non-disparate DATA WAREHOUSING

Simulate non-disparate data warehousing with the following sequence:

Step One: data collector

Create a data collector method, simulating user records with the following attributes: username, password, birthdate, address, social security number,productPurchased,salesperson. This program procedurally generates sample data and stores that data

Step Two: key/value pairs

Feed data collector values into key-value pair. For example, the user data may be an entire list sequence, which is then considered the value portion of a unique user ID key.

Step Three: search engine

This key-value structure must be searchable. For example, a user may be able to search the entire data store for users in a certain state, or see which users were handled by a certain salesperson (or sales ID).

Problem One Requirements

ProductPurchased consists of order/vendor information such as usernames, web orders, product IDs, quantities, date of order, region, etc.. Any item referring to products, such as Product ID should have the prefix ID, such as ID-trxdfn.

The specific design, method and procedure details are up to the student; the column/ category names are up to the student.

The student MUST create a DATA COLLECTOR method that PROCEDURALLY generated USER DATA; then the DATA must be placed into key/value pairs and be searchable.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!