I am creating a website (JSP based) that will show a graph based on data from a mysql table. The problem is, the data to be stored is based on a WSN (wireless sensor network), which is going to send the data once every hour. So i have to store the data every hour. How should I do this ? I need the data stored into the MySql table every hour automatically.
Thanks.