So currently I'm working on a scholl project that requires me to design a simple web application written in PhP, fairly easy tbh.
Problem is I have to code also a replication middleware, this needs to read a table called "logs (wich I created on my database and stores every executed MySql query)" and complare it to another one located on the cloud.
If anyone makes any transaction on the web application stored in the cloud it has to replicate on the local server and viceversa. I'm seriously lost here and I cannot find information anywhere, so I hope you guys give me a hand with this issue.