Search found 3 matches

by mUmblr
Sun Jan 16, 2022 11:48 pm
Forum: APBRmetrics
Topic: Building a solid NBA database
Replies: 4
Views: 4735

Re: Building a solid NBA database

I missed this post before making my own. I've been working on a similar app to build out a DB, written in Python: https://github.com/mpope9/nba-sql It builds up a SQL database. I've experienced very similar things that you have: rounding errors, old team names/abbreviations and the like. I've found ...
by mUmblr
Sun Jan 16, 2022 11:39 pm
Forum: APBRmetrics
Topic: nba-sql - A SQL Database for the NBA
Replies: 2
Views: 2098

Re: nba-sql - A SQL Database for the NBA

I have not, I will search it up. Thanks for the suggestion.
by mUmblr
Mon Jan 10, 2022 8:27 pm
Forum: APBRmetrics
Topic: nba-sql - A SQL Database for the NBA
Replies: 2
Views: 2098

nba-sql - A SQL Database for the NBA

I've been working on an app that builds a SQLite / Postgres / MySQL database for the NBA. You can get the Windows alpha here: https://github.com/mpope9/nba-sql/releases/tag/v0.0.6 For OSX / Linux, you need to run it from the commandline. This is very much in the alpha phase, but development is happe...