Ashikin commited on
Commit
eb574ed
·
verified ·
1 Parent(s): da92eab

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +13 -4
index.html CHANGED
@@ -8,11 +8,20 @@
8
  </head>
9
  <body>
10
  <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
  <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
 
 
 
 
 
 
 
 
 
16
  </p>
17
  </div>
18
  </body>
 
8
  </head>
9
  <body>
10
  <div class="card">
11
+ <h1>My ETL portfolio</h1>
12
+
13
  <p>
14
+
15
+ The Chinook data model represents a digital media store, including tables for artists, albums, media tracks, invoices, and customers.
16
+
17
+ Media-related data was created using real data from an Apple iTunes library. Customer and employee information was created using fictitious names and addresses that can be located on Google maps, and other well formatted data (phone, fax, email, etc.) Sales information was auto generated using random data for a four year period.
18
+
19
+ The Chinook sample database includes:
20
+
21
+ 11 tables
22
+ Information about primary and foreign key constraints
23
+ The addition of new 'track_media_type' transformed table. This transformation involves combining information from two separate tables (tracks and media_types) into a new table.
24
+ (Source: https://docs.yugabyte.com/preview/sample-data/chinook/)
25
  </p>
26
  </div>
27
  </body>