Releases: SyntheticSpheres/OpenDiagram---synchronise-mysql-2-redis
Releases · SyntheticSpheres/OpenDiagram---synchronise-mysql-2-redis
MetaX to Redis synchronization
Alpha release works as intended, it's expected to add more synchronization tasks in future. These could be added to synchro-map.js by adding SELECT string and appropriate callback function for Redis synchronization.
Configuration of Servers and overall behavior is accessible via configuration.js (attributes are self-explanatory).
To run synchronization:
- clone repo
- change configuration.js
- run command: "node ./server/app.js"
Server runs in terminal window. There are two ways to stop synchronization server:
A) This option enables to stop server remotely: Connect to Redis DB and change "signal_stop" key to "true"
B) This is local only option: Press Ctrl+C