Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turbot/powerpipe-mod-nba
Visualize NBA team, player, game data, and more using Powerpipe and SQLite.
https://github.com/turbot/powerpipe-mod-nba
dashboard nba nba-analytics powerpipe powerpipe-mod sql sqlite sqlite3
Last synced: 9 days ago
JSON representation
Visualize NBA team, player, game data, and more using Powerpipe and SQLite.
- Host: GitHub
- URL: https://github.com/turbot/powerpipe-mod-nba
- Owner: turbot
- License: apache-2.0
- Created: 2024-02-07T05:55:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T19:21:21.000Z (9 months ago)
- Last Synced: 2024-04-14T22:52:06.920Z (7 months ago)
- Topics: dashboard, nba, nba-analytics, powerpipe, powerpipe-mod, sql, sqlite, sqlite3
- Language: HCL
- Homepage: https://hub.powerpipe.io/mods/turbot/nba
- Size: 294 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# NBA Mod for Powerpipe
View dashboards to analyze [NBA](https://www.nba.com/) teams, players, games, and more.
![image](https://raw.githubusercontent.com/turbot/powerpipe-mod-nba/main/docs/nba_dashboard_screenshot.png)
## Overview
Dashboards can help answer questions like:
- How many active players are there in the NBA?
- What is the total number of NBA teams?
- How many rookie players are currently in the NBA?
- How do home wins compare to away wins across NBA teams?
- Which teams score more points at home versus away, and what are these scores?## Documentation
- **[Dashboards →](https://hub.powerpipe.io/mods/turbot/nba/dashboards)**
## Getting Started
### Installation
Download and install Powerpipe (https://powerpipe.io/downloads). Or use Brew:
```sh
brew install turbot/tap/powerpipe
```Install the mod:
```sh
mkdir dashboards
cd dashboards
powerpipe mod init
powerpipe mod install github.com/turbot/powerpipe-mod-nba
```Download the [NBA Database](https://www.kaggle.com/datasets/wyattowalsh/basketball/versions/231) (requires signup with [Kaggle](https://www.kaggle.com/))
Extract the downloaded file into the dashboards directory:
```sh
unzip ~/Downloads/archive.zip
```### Browsing Dashboards
Start the dashboard server with the DB connection string:
```sh
powerpipe server --database sqlite:nba.sqlite
```Browse and view your dashboards at **http://localhost:9033**.
## Open Source & Contributing
This repository is published under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). Please see our [code of conduct](https://github.com/turbot/.github/blob/main/CODE_OF_CONDUCT.md). We look forward to collaborating with you!
[Powerpipe](https://powerpipe.io) is a product produced from this open source software, exclusively by [Turbot HQ, Inc](https://turbot.com). It is distributed under our commercial terms. Others are allowed to make their own distribution of the software, but cannot use any of the Turbot trademarks, cloud services, etc. You can learn more in our [Open Source FAQ](https://turbot.com/open-source).
## Get Involved
**[Join #powerpipe on Slack →](https://powerpipe.io/community/join)**
Want to help but not sure where to start? Pick up one of the `help wanted` issues:
- [Powerpipe](https://github.com/turbot/powerpipe/labels/help%20wanted)
- [NBA Mod](https://github.com/turbot/powerpipe-mod-nba/labels/help%20wanted)