/microservices-dashboard

Dashboard for visualizing Spring Boot microservices and the components they link to.

Primary LanguageHTML

microservices-dashboard

Overview

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

screen shot 2016-04-07 at 10 56 44

screen shot 2016-04-07 at 11 02 41

screen shot 2016-04-07 at 10 58 25

screen shot 2016-04-07 at 11 00 03

screen shot 2016-04-07 at 11 00 22

TODO

  • Single run instances gulp build
  • Cleanup gulp files
  • Serve directly from src, not .tmp
  • Remove unused tasks
  • Add bump tasks