Suppose you were responsible for a task aimed at monitoring potential illicit financial activities carried out by individuals. To accomplish this, you would need to combine two data sources. The first source is from telecommunication company data that records the messages sent by a citizen FIELD NAME DATA TYPE Citizen ID String Message String Timestamp Datetime The second source comes from the central bank data that records the financial transactions of citizens. FIELD NAME DATA TYPE Citizen ID String From String To String Total Integer Time Stamp Datetime The information from these two origins is constantly flowing into your company's web service at a high speed, which can be classified as big data. It is necessary to merge the data to form a unified data source with the specified format. FIELD NAME DATA TYPE Citizen ID String Message String Transaction From String Transaction To String Total Transaction Integer Timestamp Datetime Design these two layers of the Big Data architecture for this case, please design the architecture down to the detail of each tool you used in each layer. Design the Ingestion layer and Storage Layer. PLS DONT ANSWER IT, BY ONLY GIVING THE DEFINITION AND EXPLAINATION FOR INGESTED LAYER AND STORAGE LAYER. OTHERWISE I WILL DISLIKE.
Suppose you were responsible for a task aimed at monitoring potential illicit financial activities carried out by individuals. To accomplish this, you would need to combine two data sources. The first source is from telecommunication company data that records the messages sent by a citizen
FIELD NAME |
DATA TYPE |
Citizen ID | String |
Message | String |
Timestamp | Datetime |
The second source comes from the central bank data that records the financial transactions of
citizens.
FIELD NAME | DATA TYPE |
Citizen ID | String |
From | String |
To | String |
Total | Integer |
Time Stamp | Datetime |
The information from these two origins is constantly flowing into your company's web service at a high speed, which can be classified as big data. It is necessary to merge the data to form a unified data source with the specified format.
FIELD NAME |
DATA TYPE |
Citizen ID | String |
Message | String |
Transaction From | String |
Transaction To | String |
Total Transaction | Integer |
Timestamp | Datetime |
Design these two layers of the Big Data architecture for this case, please design the
architecture down to the detail of each tool you used in each layer. Design the Ingestion layer and Storage Layer.
PLS DONT ANSWER IT, BY ONLY GIVING THE DEFINITION AND EXPLAINATION FOR INGESTED LAYER AND STORAGE LAYER. OTHERWISE I WILL DISLIKE.
Step by step
Solved in 3 steps
Can u give like the visualization of ingested layer and storage layer?