5 ms·
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
by bousaid 9y 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.
- shocks 9y agoI'm not updating the database that frequently. Every 5m I poll for new data and I update prices in the db.