I have two modules. For those two modules database is the common point
- Module 1: Collects the information and store in database
- Module 2: using database results perform the further action
But here there is no connection between Module 1 & Module 2. Now my question is how the second module will trigger automatically when database values are updated? Is there any method to know database is updated or not?
Module1will further run in different machines and collect the data and store data in database server. soModule2will invoke when the database is updated