Hi,
I am trying to create a page to display the relationships between health check pages through neo4j. The health check pages return JSON data as response and indicate whether the service is up or down. These further have dependencies on other health check pages which return the same kind of response.
Is it possible to dynamically fetch this data from the APIs from the health checks, feed it into the database and get the graphs to update in real time? Any help is appreciated.
Thanks,
Sanhita