dcupl-demos / NBA

This NBA dcupl demo project includes data of players, teams, games and game details of NBA games starting from 2004 to 2020.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dcupl-demos/NBA

NBA data from 2004 to 2020
Demo project for dcupl, App Development Platform for Data-Intensive Web Applications.


@dcupl/cli
dcupl CLI dcupl CLI

@dcupl/core
dcupl CLI dcupl Core

GitHub


NBA

This Project was generated using the @dcupl/cli. More information can be found on https://dcupl.com and especially in the dcupl Docs.

NBA dataset

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.

Sources

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

dcupl Derives & Expressions

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.

DEV

1) Setup

npm install

2) Connect your local project with the dcupl console

  • 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

3) Start your development server

dcupl serve

4) View your data in the dcupl Console

Switch to "Local Dev Server" and open one of the predefined applications. View your data in the Data Explorer Tab in the dcupl Console.

About

This NBA dcupl demo project includes data of players, teams, games and game details of NBA games starting from 2004 to 2020.

License:MIT License