4
Tech Stack
Will King edited this page 4 years ago
Thoughts on development. Use python threads, but ratelimit the requests.
To test the ratelimiting setup, use Fast Api mock up a rate limiting api.
Actual Tech Stack
Docker
- installed using https://linuxhint.com/install_docker_linux_mint/
- managing postgres and pgadmin4 in with docker compose.
Python
- requests
- Threads (threadpool)
Database
- Postgres
- pgadmin4 https://towardsdatascience.com/how-to-connect-to-a-heroku-postgres-database-with-pgadmin4-using-docker-6ac1e423ae66
Possible Tech stack
XML : I'll probably need to learn some XML to parse things well. https://www.w3schools.com/xml/default.asp
Rate Limiting