johnf-fnordmetric

FnordMetric is a Ruby Event-Tracking gem on steroids


Keywords
chart, charts, cpp17, csv, data-visualization, plots, plotting, visualization
License
MIT
Install
gem install johnf-fnordmetric -v 1.2.10

Documentation

FnordMetric

FnordMetric allows you collect and visualize timeseries data using only SQL. It enables you to build beautiful real-time analytics dashboards within minutes.

Documentation: fnordmetric.io

Demo Video: http://fnordmetric.io/fnordmetric-server.mp4

Screenshot

FnordMetric ChartSQL

FnordMetric ChartSQL allows you to write SQL queries that return charts instead of tables. The charts are rendered as SVG vector graphics and can easily be embedded into any website and customized with css in order to build beautiful dashboards.

You can execute ChartSQL queries from the command line against a number of external sources like CSV files or a MySQL database.

FnordMetric Server

Fnordmetric Server is a standalone HTTP server application. It exposes a web UI and a HTTP API to run ChartSQL queries and collect timeseries data. You can use fnordmetric-server as a one-stop solution for metric collection and charting. Since fnordmetric-server aims to be a StatsD+graphite competitor, it implements a wire compatible StatsD API.

FnordMetric Server can store the collected timeseries data on local disk or in external storage (HBase).

Documentation

You can find the full FnordMetric Documentation at http://fnordmetric.io/

Contributions

Individual Contributors to FnordMetric

To contribute, please fork this repository, make your changes and run the specs, commit them to your github repository and send me a pull request. Need help, head on over to our Google Groups page to discuss any ideas that you might have.

Other Open Source Software included in FnordMetric

License

Copyright (c) 2011-2014 Paul Asmuth

FnordMetric is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

FnordMetric is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with FnordMetric. If not, see http://www.gnu.org/licenses/.