Skip to content

Real time Dropwizard dashboard based on a Vertx web socket proxy. This was just a weekend experiment to try out some new technologies while refreshing my Javascript knowledge.

edeoliveira/dropwizard-dashboard

 
 

Repository files navigation

Vertx experiment - Real time Dropwizard dashboard

This was just a weekend experiment to refresh my Javascript knowledge and try out some technologies I've been looking at for some time. Don't expect it to be of production quality or that I'll maintain it.

Dropwizard is a well instrumented and productive framework for building production ready restful web services. It exports a lot of statistics on a admin port. I thought it would be fun to create a proxy polling this endpoint and feeding the data to clients connected via web sockets. The proxy is implemented using the fairly new Vertx framework enabling highly concurrent polygot application development on the JVM.

While I was working on the client side of the dashboard I thought it would be fun to have a look at Knockout.js for data binding. I quite liked the declarative way it solves a lot of common problems related to data binding.

Latest update

Edouard DE Oliveira : Fixed metrics parsing to comply with latest DropWizard 0.8.1 format as it was unsuitable since DropWizard 0.7.1 at least

Screenshots

CSS dark

Give it a spin

Fire up a Dropwizard project with the admin interface running on port 8081 (or tweak DropwizardProxy.groovy).

When Dropwizard is running it should only be a matter of running ./gradlew run and point your browser to http://localhost:9000/.

Ps! This will download and install Gradle in your home folder!

Relevant technologies and libraries

http://vertx.io/ http://dropwizard.codahale.com/

http://knockoutjs.com/ http://momentjs.com/ http://smoothiecharts.org/ https://google-developers.appspot.com/chart/

Contributions

Big thanks to Daniel Mayo for his contributions! This was just an evening project and I'd never thought that anyone would pick it up.


endorse

About

Real time Dropwizard dashboard based on a Vertx web socket proxy. This was just a weekend experiment to try out some new technologies while refreshing my Javascript knowledge.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.2%
  • HTML 9.9%
  • Groovy 5.6%
  • Java 1.9%
  • CSS 0.4%