Migration from Hadoop to Cloud-Native Data Processing
📖 Scenario: You work in a company that currently uses Hadoop to process large data sets. The company wants to move to a cloud-native solution for better scalability and cost efficiency.Your task is to simulate a simple data migration process by creating a dataset, setting a migration threshold, filtering data based on this threshold, and then displaying the filtered data.
🎯 Goal: Build a simple data migration script that filters Hadoop data entries based on a cloud migration readiness score.
📋 What You'll Learn
Create a dictionary with Hadoop data entries and their readiness scores
Set a migration threshold score
Filter the data entries that meet or exceed the threshold
Print the filtered data entries
💡 Why This Matters
🌍 Real World
Companies often need to decide which parts of their big data stored in Hadoop are ready to move to cloud-native platforms for better performance and cost savings.
💼 Career
Data engineers and data scientists use filtering and data selection techniques to prepare data for migration and processing in modern cloud environments.
Progress0 / 4 steps