|
1 | 1 | { |
2 | 2 | "bindle": { |
3 | | - "name": "Bindle dataset", |
| 3 | + "name": "Bindle", |
4 | 4 | "teaser": "Database of a fictional startup called Bindle that's used in the SQL Habit course.", |
5 | 5 | "description": "This data warehouse belongs to a fictional startup named **Bindle**. Bindle is a web and mobile app for reading books, it has subscription business model. The SQL Habit Course is based on Bindle's story. :book:\n\nBindle's data warehouse contains everything needed to run a modern Internet company – web and mobile analytics, marketing data, AB-test data, etc." |
6 | 6 | }, |
7 | 7 | "finance": { |
8 | | - "name": "Finance dataset", |
| 8 | + "name": "Finance", |
9 | 9 | "teaser": "Database of financial transactions.", |
10 | 10 | "description": "This data warehouse simply contains all company's financial transactions. :dollar:\n\nIf the company paid for something – there's a **debit** transaction with negative amount. If someone paid the company – it's a **credit** transaction with positive amount. :moneybag:" |
11 | 11 | }, |
12 | 12 | "ecommerce": { |
13 | | - "name": "E-commerce dataset", |
| 13 | + "name": "E-commerce", |
14 | 14 | "teaser": "Database of an E-commerce website similar to Amazon.", |
15 | 15 | "description": "This data warehouse is inspired by an E-commerce website like Amazon. :shopping_cart:\n\nOur E-commerce website allows vendors to sell items in multiple categories. Users can add as many items as they want to a cart and then purchase a cart with/without a discount code. Users also can return items and leave reviews." |
16 | 16 | }, |
17 | 17 | "nba": { |
18 | | - "name": "NBA dataset", |
| 18 | + "name": "NBA", |
19 | 19 | "teaser": "Database of NBA games and player stats.", |
20 | 20 | "description": "The **NBA** dataset contains stats of NBA games since 1949. It is regularly updated.\n\nThe dataset contains aggregated game stats (**team_game_stats** table) and individual player stats per quarter or overtime period (**player_period_stats**).\n\nHave a ball! :basketball:" |
21 | 21 | }, |
22 | 22 | "live": { |
23 | | - "name": "Live dataset", |
| 23 | + "name": "Live", |
24 | 24 | "teaser": "Database of a meditation mobile app with live data.", |
25 | 25 | "description": "The **Live** dataset contains data of a meditation mobile app with subscription business model. :iphone:\n\nThe data is updated **daily**. You can run queries to calculate metrics for the past 24h, week, month, etc. and build dashboards as if you were actually working for that company. :bar_chart:" |
26 | 26 | }, |
27 | 27 | "movies": { |
28 | | - "name": "Movies dataset", |
| 28 | + "name": "Movies", |
29 | 29 | "teaser": "Database of a movie website similar to IMDb.", |
30 | 30 | "description": "The **Movies** dataset contains data from some of the best films released since the 1990s.\n\nIt includes information on actors, directors, and key movie statistics like budget and revenue. The most interesting part is probably the `ratings` table. Please note that the ratings were artificially generated, so the final movie scores only partially correlate with real IMDb data.\n\nEnjoy the show! :movie_camera:" |
31 | 31 | }, |
32 | 32 | "the-bank-job": { |
33 | | - "name": "The Bank Job Quest dataset", |
| 33 | + "name": "The Bank Job Quest", |
34 | 34 | "teaser": "Database behind the Bank Job quest.", |
35 | 35 | "description": "This is a dataset for [SQL Habit's Bank Job quest](https://www.sqlhabit.com/quests/the-bank-job). Saying more would be a spoiler. :bank:" |
36 | 36 | } |
|
0 commit comments