Skip to content

Releases: SyntheticSpheres/OpenDiagram---synchronise-mysql-2-redis

MetaX to Redis synchronization

14 Jul 23:10
Compare
Choose a tag to compare
Pre-release

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:

  1. clone repo
  2. change configuration.js
  3. 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