I am developing a monitoring system using node.js + Redis to read an HTTP response from a web page and decide up or down. However, I do this every minute, and I need to save the results to show to the end user.
How and which database should I use to save data and present it almost in real time? Even if I have few observations of creatures, when I get a response once a minute, a lot of data will be shown.
thanks
source share