https://github.com/alecbytes/dbproject
Five visualizations of interesting trends in baseball statistical data. Deployed to Oracle Cloud.
https://github.com/alecbytes/dbproject
Last synced: 4 months ago
JSON representation
Five visualizations of interesting trends in baseball statistical data. Deployed to Oracle Cloud.
- Host: GitHub
- URL: https://github.com/alecbytes/dbproject
- Owner: AlecBytes
- Created: 2023-08-31T00:41:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T23:02:24.000Z (over 1 year ago)
- Last Synced: 2025-06-17T12:45:30.218Z (about 1 year ago)
- Language: Vue
- Homepage: https://baseballdatatrends.com/
- Size: 66 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visualizations of Baseball Data Trends
This project leverages a SQL database and REST API to analyze and visualize interesting trends in baseball data. By structuring the data into a well-defined schema and optimizing queries, the website provides interactive visualizations that offer insights into five select aspects of baseball statistics.
## β οΈ App Status
> **Note:** The hosted database and backend API are no longer active.
> As a result, the live website is currently **non-functional** β interactive charts and data-driven features will not load.
## π Deployment
This project is deployed on **Oracle Cloud DB and Compute**. After the initial completion, I (Alec) migrated the app and database to my personal Oracle Cloud instance for public access. Interested developers can find the deployment-specific modifications in the **Oracle deployment branch**.
π **Live App:** [Baseball Data Trends](https://baseballdatatrends.com)
## βPLEASE STAR THIS REPOβ
π‘ Found this project useful? Give it a β to show your support and help others discover it. Your feedback and engagement are greatly appreciated! π
## π Features
- Five interactive visualizations of baseball statistical data
- REST API for querying and fetching data
- Hosted on **Oracle Cloud** with an **Autonomous SQL Database**
- Frontend built with **Vue.js & Quasar**, backend powered by **Node.js & Express**
## π Tech Stack
### **Frontend**
- **Vue.js** (JavaScript framework)
- **Quasar Framework** (UI framework for Vue)
- **Chart.js** (Data visualization library)
### **Backend**
- **Node.js** (JavaScript runtime)
- **Express.js** (REST API framework)
- **Oracle Autonomous Database** (SQL-based data storage)
- **Oracle Cloud Compute Instance** (Deployment server)
## π₯ Contributors
### **Current Maintainer**
- **Alec Patterson**
### **Past Contributors**
- Joseph Barron
- Christian Carey
- Quan Nguyen
## π License
This project is **not licensed for public use**. Please contact me for permissions.
## π· Images of the Website
### Landing Page
![Landing Page 1]()
![Landing Page 2]()
---
### Home Runs & Post Season



---
### Runs-to-Outs by Salary range


---
### Team Spending Per Win


---
### Foreign-born MLB Player Distributions


---
### Player Height & Performance


---
### Feedback

---