https://github.com/bd808/graphite-graph-php
PHP DSL for generating Graphite graph specifications
https://github.com/bd808/graphite-graph-php
Last synced: about 1 year ago
JSON representation
PHP DSL for generating Graphite graph specifications
- Host: GitHub
- URL: https://github.com/bd808/graphite-graph-php
- Owner: bd808
- License: bsd-2-clause
- Created: 2011-10-09T07:21:09.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T05:01:28.000Z (over 8 years ago)
- Last Synced: 2025-03-29T01:51:45.583Z (about 1 year ago)
- Language: PHP
- Homepage: http://bd808.com/graphite-graph-php
- Size: 370 KB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Graphite_GraphBuilder
=====================
[Graphite_GraphBuilder][] is a DSL and ini-based templating language to assist
in constructing query strings for use with [Graphite][].
[![Build Status][ci-status]][ci-home]
About
-----
[Graphite][] provides several interfaces for creating graphs and dashboards,
but one of its powerful features is an [API][url-api] for generating graphs
and retrieving raw data. This allows easy embedding of graphs in custom
dashboards and other applications.
The process of describing complex graphs is however cumbersome at best.
Graphite_GraphBuilder attempts to reduce the complexity of embedding
Graphite graphs in [PHP][] based applications by providing a fluent API for
describing graphs and a facility for loading full or partial graph
descriptions from ini files.
Examples
--------
For usage and installation instructions see the main [Graphite_GraphBuilder][]
site.
Credits
-------
Written by [Bryan Davis][bd808] with support from [Keynetics][].
Inspired by https://github.com/ripienaar/graphite-graph-dsl/
---
[Graphite_GraphBuilder]: http://bd808.com/graphite-graph-php/
[Graphite]: http://graphite.wikidot.com/
[url-api]: http://readthedocs.org/docs/graphite/en/latest/url-api.html
[PHP]: http://php.net/
[ci-status]: https://secure.travis-ci.org/bd808/graphite-graph-php.png
[ci-home]: http://travis-ci.org/bd808/graphite-graph-php
[bd808]: http://bd808.github.com/
[Keynetics]: http://keynetics.com/