You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are going to do the `Transform` step of an Extract-Transform-Load.
3
+
Your task is to change the data format of letters and their point values in the game.
4
4
5
-
## ETL
6
-
7
-
Extract-Transform-Load (ETL) is a fancy way of saying, "We have some crufty, legacy data over in this system, and now we need it in this shiny new system over here, so we're going to migrate this."
8
-
9
-
(Typically, this is followed by, "We're only going to need to run this once."
10
-
That's then typically followed by much forehead slapping and moaning about how stupid we could possibly be.)
11
-
12
-
## The goal
13
-
14
-
We're going to extract some Scrabble scores from a legacy system.
15
-
16
-
The old system stored a list of letters per score:
5
+
Currently, letters are stored in groups based on their score, in a one-to-many mapping.
0 commit comments