You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The primary goal of this project is to visualize links between microservices and the encompassing ecosystem.
This AngularJS application consumes endpoints exposed by microservices-dashboard-server.
It displays four columns: UI, Resources, Microservices and Backends.
Each of these columns show nodes and links between them.
Currently only resources, microservices and backends are supported.
The information for these links come from Spring Boot Actuator health endpoints and hypermedia indexes, which are aggregated in the microservices-dashboard-server project.
Building from source
First a basic build should be done:
npm install
Then bower dependencies should be installed:
bower install
And finally using gulp to serve the resources using the configuration file:
gulp serve:conf
Screenshots
TODO
Single run instances gulp build
Cleanup gulp files
Serve directly from src, not .tmp
Remove unused tasks
Add bump tasks
About
Dashboard for visualizing Spring Boot microservices and the components they link to.