I have a server from which I want to take atmospheric data: temperature, humidity and contamination. The idea is to represent these values in a map according to the area having several devices in different places and send the readings every certain time to a server, then, with the collected data paint a map, for example, if certain areas pass a certain temperature paint it yellow, but blue, or go down tones. The same for moisture and pollution.
Will the server have the capacity to support all this? then I will make predictive data using data mining or big map algorithms ... If you know libraries in js or modules for these tasks because the server is in nodejs. Also the question of the map: What bookstores give you flexibility in terms of the personalization of it? As it is a heavy load, it will be updated periodically and I do not want the server to freeze or crash. To this last was, how to calculate the consumption or the minimum requirements of the server to implement this?
Postdata: I see that there are many web mapping libraries, but I can not be testing them all. I do not know if there will be libraries or modules in js or nodjs for data mining and, since the subject of climate is a heavy calculation, how much memory or capacity the server should have considering that only one device will be used and 4 or more will be emulated 5 only for the presentation of a beta.
Eye! I do not ask you to do my work but if someone has done something similar and can recommend me or prevent me from certain things.