Codykilpatrick/Celestia

Create dev scripts in root package.json

Closed this issue · 0 comments

Right now we are a mono-repo and have broached the size where the packages are starting to interface with each-other regularly.

a "database:seed" script that spins up and seeds the db would useful.
a "update:historic" script that runs the two python files that update the historic market table would be nice.
a "database:histroic:dev" that created/seeded/pulled/updated the historic average table would be really good for model development.
a "predict:average" that runs the predict_Daily_average.py.