User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
mission:log:2015:01:08:virtual-flight-control-center-opened [2015/01/09 08:15] chronomission:log:2015:01:08:virtual-flight-control-center-opened [2015/01/13 06:28] chrono
Line 12: Line 12:
  
 It's still a very crude and hackish demonstrator, combining the following open-source components: It's still a very crude and hackish demonstrator, combining the following open-source components:
 +
 +==== Backend  ====
  
   * [[https://collectd.org/|collectd]] - gathering all kinds of system metrics   * [[https://collectd.org/|collectd]] - gathering all kinds of system metrics
 +  * [[https://github.com/bpaquet/node-logstash|node-logstash]] - lightweight logstasher
 +  * [[https://github.com/etsy/statsd|statsd]] - easy log aggregation (for node-logstash)
   * [[http://influxdb.com/|InfluxDB]] - storing all timeseries   * [[http://influxdb.com/|InfluxDB]] - storing all timeseries
 +
 +==== Frontend ====
 +
   * [[http://grafana.org/|Grafana]] - graphing all the metrics   * [[http://grafana.org/|Grafana]] - graphing all the metrics
-  * [[http://tutorials.jenkov.com/svg/index.html|SVG]] - used for the system overview (more overlays for different aspects to come)+  * SVG - used for the system overview  
 +    * [[http://tutorials.jenkov.com/svg/index.html|Basic Tutorials]] 
 +    * [[https://docs.webplatform.org/wiki/svg/tutorials/smarter_svg_animation|Advanced Animation]]
   * And some plain Javascript to glue it all together   * And some plain Javascript to glue it all together