updated justfile and added a sample .env file

llm-extraction
youainti 3 years ago
parent 266c1c9686
commit 339a83117e

@ -96,3 +96,8 @@ parse-trial-histories:
#Download and install #Download and install
get-histories: download-trial-histories parse-trial-histories get-histories: download-trial-histories parse-trial-histories
#download market data
get-nsde:
cd market_data && bash download_nsde.sh
cd market_data && python extract_nsde.py

@ -0,0 +1,5 @@
#Env file for setting up db and
DBNAME="aact_db"
DBUSER="root"
DBHOST="localhost"
DBPASS="root"
Loading…
Cancel
Save