top | item 15977853

(no title)

bousaid | 8 years 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.

discuss

order

shocks|8 years ago

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