FnordMetric: All content tagged as FnordMetric in NoSQL databases and polyglot persistence
Thursday, 7 March 2013
FnordMetric: A Framework for Collecting and Visualizing Timeseries
FnordMetric looks like an interesting library for collecting and visualizing timeseries:
According to the docs, the framework has 3 components:
-
FnordMetric Classic: a DSL for processing data streams and building web-based dashboards.
It’s built in Ruby and uses Redis.
-
FnordMetric Enterprise: a JVM-based timeseries databases
-
FnordMetricUI: HTML5 and Javascript API for embeding charts into web pages. It works with either the Classic or Enterprise backends.
My only question is why building a new storage engine for the Enterprise component when there are already so many good tools for doing this. Other than that, I really liked the screenshot.
Original title and link: FnordMetric: A Framework for Collecting and Visualizing Timeseries (©myNoSQL)
