Navigation Menu

Skip to content

phamvanhung2e123/fnordmetric

 
 

Repository files navigation

FnordMetric

FnordMetric is a framework for collecting and visualizing timeseries data. It enables you to build beautiful real-time analytics dashboards within minutes.

Documentation: fnordmetric.io

Build status - Travis-ci

Screenshot

FnordMetric Enterprise

FnordMetric Enterprise is a JVM-based timeseries database. It's a key-value store (much like redis or memcached) where each key holds a "measurement". There are different measurement methods like sum, mean, min/max, 90th percentile, etc. You continuously add data to these keys/measurements which is aggregated and periodically persisted.

FnordMetric Enterprise features disk persistence, a HTTP, TCP and UDP API, native WebSockets support, CSV/JSON Export and a turnkey-ready HTML5 visualization solution (FnordMetric UI). FnordMetric Enterprise can be used as a drop-in replacement for StatsD+Graphite (it is a lot faster, see Benchmarks).

Getting Started with FnordMetric Enterprise

FnordMetric UI

FnordMetric UI is a HTML5 API that lets you plug realtime data and charts into any webpage without writing a single line of code. It gives you maximum flexiblitiy as you have full control over layout and style with HTML and CSS.

FnordMetric UI uses WebSockets to communicate with a backend server. There are two backend implementations: FnordMetric Classic (ruby + redis) and FnordMetric Enterprise (JVM). You can use FnordMetric UI as a white label solution to power your custom realtime analytics apps.

Getting Started with FnordMetric UI

FnordMetric Classic

FnordMetric Classic is powered by ruby and redis. It offers a ruby DSL for processing data streams and building beautiful web dashboards from a collection of turnkey-ready UI widgets. You define your own plotting and aggregation methods as ruby blocks. See it in action! (RailsCasts)

Getting Started with FnordMetric Classic

Documentation

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

Contributors

http://github.com/paulasmuth/fnordmetric/graphs/contributors

(One patch or more)

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.

License

Copyright (c) 2011 Paul Asmuth

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to use, copy and modify copies of the Software, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

FnordMetric is a redis/ruby-based realtime Event-Tracking app

Resources

Stars

Watchers

Forks

Packages

No packages published