└── README.md
/README.md:
--------------------------------------------------------------------------------
1 | # Awesome dashboard (and visualization)
2 |
3 | A curated list of amazingly awesome dashboards/visualization resources.
4 |
5 | * [Awesome Dashboard](#awesome-dashboard)
6 | * [General](#general)
7 | * [Graphite](#graphite)
8 | * [Ganglia](#ganglia)
9 | * [InfluxDB](#influxdb)
10 | * [Others](#others)
11 |
12 | See [Contribution Guidelines](#contribution-guidelines)
13 |
14 | ## Sponsors
15 |
16 |
17 |
18 |
19 |
Nuntly is Developer-First Email Platform
20 |
21 |
22 |
23 | ## General
24 |
25 | * [Smashing](https://github.com/Smashing/smashing) - Spriritual successor to [Dashing](http://shopify.github.io/dashing/) - The exceptionally handsome dashboard framework.
26 | * [Freeboard](https://github.com/Freeboard/freeboard) - An open source real-time dashboard builder for IOT and other web mashups.
27 | * [Grafana](http://grafana.org/) - A dashboard editor for visualizing time series data.
28 | * [Kibana](https://github.com/elasticsearch/kibana) - Kibana is a browser based analytics and search interface to Logstash and other timestamped data sets stored in [ElasticSearch](http://www.elasticsearch.org/).
29 | * [Mozaik](http://github.com/plouc/mozaik) - Mozaïk is a tool based on nodejs / react / d3 / stylus / d3 to craft beautiful dashboards, it ships with several widgets plus themes and can be easily extended.
30 | * [Pydashie](https://github.com/evolvedlight/pydashie) - Python port of dashing.
31 | * [ez-Dashing](https://github.com/ylacaute/ez-Dashing) - A free dashboard for agile development team, based on React/redux, ready to use with Docker.
32 | * [Metricio](https://metricio.github.io/) - ⚡ Fast & simple dashboards for all your metrics. Using Node.js and React. ⚡
33 | * [Metabase](https://github.com/metabase/metabase) - The simplest, fastest way to get business intelligence and analytics to everyone in your company.
34 | * [Turnilo](https://github.com/allegro/turnilo) - Business intelligence, data exploration and visualization web application for Druid, formerly know as Swiv and Pivot.
35 | * [Apache Superset](https://github.com/apache/incubator-superset) - a modern, enterprise-ready business intelligence web application (previously named Caravel and Panoramix).
36 | * [awe](https://github.com/dankilman/awe) - A framework for creating dynamic web based reports and dashboards.
37 | * [frolic](https://github.com/FrolicOrg/Frolic) - Backend service to build customer facing dashboards 10x faster. Written in Rust.
38 | * [AppSmith](https://github.com/appsmithorg/appsmith)) - Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
39 | * [StyleBI](https://github.com/inetsoft-technology/stylebi) - App for dashboards and analytics with data pipeline for transformation and mashup.
40 |
41 | ## Graphite
42 |
43 | * [Descartes](https://github.com/obfuscurity/descartes) - Introspective dashboard for Graphite.
44 | * [Dusk](https://github.com/obfuscurity/dusk) - Hotspot dashboard for Graphite
45 | * [Cubism.js](http://square.github.io/cubism/) - A JavaScript library for time series visualization.
46 | * [Facette](https://facette.io/) - Time series data visualization and graphing software
47 | * [GDash](https://github.com/ripienaar/gdash) - A dashboard for Graphite.
48 | * [Giraffe](https://github.com/kenhub/giraffe) - A Graphite Dashboard with a long neck.
49 | * [Graphene](http://jondot.github.io/graphene/) - Graphene is a realtime dashboard & graphing toolkit based on D3 and Backbone.
50 | * [Graph-explorer](http://vimeo.github.io/graph-explorer/) - A graphite dashboard that's different, from [Vimeo](https://github.com/vimeo)
51 | * [Graphite observer](https://github.com/huoxy/graphite-observer) - A realtime monitor dashboard for graphite.
52 | * [Graphiti](https://github.com/paperlesspost/graphiti) - An alternate JavaScript and Ruby front-end and graph storage.
53 | * [Graphitus](https://github.com/ezbz/graphitus) - A simple graphite based dashboard system.
54 | application for the Graphite Real-time graphing engine.
55 | * [Orion](https://github.com/gree/Orion) - Provides an easy way to create and manage custom dashboards of your Graphite data.
56 | * [Tattle](https://github.com/wayfair/Graphite-Tattle) - A self service alerting and dashboard frontend for graphite and ganglia.
57 | * [Tasseo](https://github.com/obfuscurity/tasseo) - Live dashboard for Graphite.
58 | * [Tessera](http://urbanairship.github.io/tessera/) - A web application for constructing elegant, interactive presentations of data from Graphite.
59 |
60 | ## Ganglia
61 |
62 | ## InfluxDB
63 |
64 | * [Influga](https://github.com/hakobera/influga) - A InfluxDB Dashboard and Graph Editor.
65 |
66 | ## Sensu
67 |
68 | * [Uchiwa](https://github.com/sensu/uchiwa) - A simple dashboard for the Sensu monitoring framework.
69 |
70 | ## Others
71 |
72 | * [Canopsis](https://github.com/capensis/canopsis) - Canopsis is an open-source hypervisor whose goal is to aggregate/consolidate information and events.
73 | * [Countly](https://github.com/countly/countly-server) - An open source, mobile & web analytics dashboard.
74 | * [Hawtio](http://hawt.io) - A modular web console for managing your Java stuff.
75 | * [Hystrix Dashboard](https://github.com/Netflix-Skunkworks/hystrix-dashboard) - The [Hystrix](https://github.com/Netflix/Hystrix) Dashboard enables realtime monitoring of Hystrix metrics.
76 | * [ng2 Admin](https://github.com/akveo/ng2-admin) - Solid Angular2 admin dashboard, based on [Angular2 Webpack Starter](https://github.com/AngularClass/angular2-webpack-starter)
77 |
78 | # Contribution Guidelines
79 |
80 | Please ensure your pull request adheres to the following guidelines:
81 |
82 | * Please search previous suggestions before making a new one, as yours may be a duplicate.
83 | * Please make an individual pull request for each suggestion.
84 | * Use the following format: \[RESOURCE\]\(LINK\) - DESCRIPTION.
85 | * Keep descriptions short and simple.
86 | * End all descriptions with a full stop/period.
87 | * Check your spelling and grammar.
88 | * New categories, or improvements to the existing categorisation are welcome.
89 |
90 | Thank you for your suggestions!
91 |
--------------------------------------------------------------------------------