NBA data from 2004 to 2020
Demo project for dcupl, App Development Platform for Data-Intensive Web Applications.
This Project was generated using the @dcupl/cli
. More information can be found on https://dcupl.com and especially in the dcupl Docs.
This NBA example includes data of players, teams, games and game details of NBA games starting from 2004 to 2020. The used dataset is provided on kaggle.
The code for this example is available on Github - https://github.com/dcupl-demos/NBA Kaggle Dataset https://www.kaggle.com/datasets/nathanlauga/nba-games
The players model derives some attributes and concatenates them using expressions (city + nickname => team's full name). In addition a section was defined for the players in order to group them by teams.
npm install
- Go to https://console.dcupl.com and create your free account.
- Set your
projectId
in the dcupl.config.json - Set your
apiKey
in the dcupl.secrets.json - Push your local workspace to the console using the CLI
dcupl files:push --name my-first-push
dcupl serve
Switch to "Local Dev Server" and open one of the predefined applications. View your data in the Data Explorer Tab in the dcupl Console.