There is a circular dependency between pkg-config and glib. Mkdir pkg-config & tar -zxf pkgconfig.tgz -C pkg-config -strip-components 1 & cd pkg-config Note: build process might require pkg-config to be installed: Mac OS Xįind pkg-config version on you want to install and run script below with replaced 'VERSION_TO_INSTALL': PKG_CONFIG_VERSION='VERSION_TO_INSTALL' bash -c 'curl $PKG_CONFIG_ -o pkgconfig.tgz'
To build the binaries with debug symbols, run: make debug To build both the carbonapi and carbonzipper binaries, run: make In our testing it has shown to be 5x-10xįaster than requesting data from graphite-web.
We are in the process ofĭocumenting its installation and setup, but can answer any questions thatĬarbonAPI supports a significant subset of graphite functions seeĬOMPATIBILITY.
It provides two binaries,Ĭarbonapi and carbonzipper, that unify responses from multiple Graphiteīackends and provide math and graphing functions. Carbonapi is a Go-based Graphite frontend.