I need know if is feasible to connect one Database Sqlite from a machine as LOCALHOST using XAMMP to another database Sqlite localized on a SERVER, for example in AMAZON. I don't know if from the SERVER is visible the database on LOCALHOST in order to create a NODE or MASTER, i think no, but maybe you can help me with another solution.
Thanks for advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Francisco, as long as your client can access your server over HTTP (or HTTPS) you could use SymmetricDS to connect the 2 databases. You could make the Amazon server your registration server.
You could accomplish bi-directional sync, with one way HTTP communication by having 2 node group links:
client pushes to server
server waits for pull from client
Hope this helps.
Mark
Last edit: Mark Michalek 2018-04-16
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Guys,
I need know if is feasible to connect one Database Sqlite from a machine as LOCALHOST using XAMMP to another database Sqlite localized on a SERVER, for example in AMAZON. I don't know if from the SERVER is visible the database on LOCALHOST in order to create a NODE or MASTER, i think no, but maybe you can help me with another solution.
Thanks for advance.
Francisco, as long as your client can access your server over HTTP (or HTTPS) you could use SymmetricDS to connect the 2 databases. You could make the Amazon server your registration server.
You could accomplish bi-directional sync, with one way HTTP communication by having 2 node group links:
Hope this helps.
Mark
Last edit: Mark Michalek 2018-04-16