Skip to content

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

Notifications You must be signed in to change notification settings

vaquarkhan/microservices-dashboard

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.7%
  • JavaScript 18.8%
  • CSS 6.5%