Elliot
railway connect Redis fail
My goal is to collect up to date nhl stats, probably once a day, put it in a database, and then allow the user to look up players on my website and see relevant stats and trends on that player. The main thing I don't know how to do is running the "scraping" (not scraping) code automatically every day without me having to do anything or use my laptop. Is that something the cron would be able to do?
17 replies
railway connect Redis fail
I'm not sure. I was just doing what I did when I connected to my postgres database. My purpose for using redis is that I want to have it run a script (such as web scraping) once a day, and I read online that I need to use redis and celery to make that work. Am I correct in this assumption? And do I need to use redis-cli? Like I said I'm new to this stuff so any advice would be appreciated 🙂
17 replies
mysql must be installed to continue
I've found various things to download on google but not sure which one is correct. Is this it? https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-install-windows-quick.html I noticed it also doesn't contain mysql.exe
44 replies