I would like to push my data from sensor to a non-sql database.
Let me give a overview of my project outline.
Sensor-->Databse-->Webserver(node.js+express)-->IOS device(RestKit)
As it can be seen, I have a web server developed using node and express. The web server as of now, reads a value from MongoDB database and the value is displayed onto an IOS device.
I would now like to store the values from a sensor to a non-SQL database(Preferably MongoDB).
To test the whole setup i would use Arduino as sensor to measure temperature.
Any suggestion would be really appreciated. Thanks a lot in advance.