Sunday, 16 April 2017

Best Way To Save Data that keeps coming every 1 second to Postgres using node.js

Dears ,

i am building a project using node.js that is integrated with 4 other systems that keeps sending data from sensors every 1 second , am trying to have like a timeline so i need to save that data , but i don't feel its correct to hit a couple of insert statements every one second.

what is the best way to save data that is that redundant , i was thinking about having some log files and then insert data in bulk , any suggestions ?

Thank you.



via Hasan Al-Natour

No comments:

Post a Comment