I need to develop offline app for the web application which is already developed with apache, mysql and php. I just found that we can develop offline app with couch and pouch db.
But the think is I need to auto sync data from mysql to couch db (and couch to mysql also ). From my understanding that I can write php code to read data from mysql and put the data to couch db ( and also with couchdb to mysql ). But I am not sure that how we can keep couch db and mysql data as updated. ( I mean auto sync the data when the changes are happen at the one end ).
can anyone suggest me the tool or anything to find out the way to auto sync data ?