Hacker News new | ask | show | jobs
by bousaid 3098 days ago
How were you able to update the database frequently with python? I’m trying to basically have a database that mirrors historical data on an exchange, that also updates every 5 minutes — I’m trying to decide between a node server / python aws lambda.
1 comments

I'm not updating the database that frequently. Every 5m I poll for new data and I update prices in the db.