I'm making a java web app and I have a mysql database for it. I also
will have sensor data which I have to write to round robin database.
I wonder how to combine those two type of data together, because they are connected - sensor data are for each user in the web app (many to one relationship). Any advice will be very appreciated. |