Sign inSign up

kazeburo/growthforecast

By kazeburo

Updated almost 11 years ago

Image
2

1.1K

kazeburo/growthforecast repository overview

GrowthForecast

GrowthForecast is a web tool that let's you graph all sorts of metrics via a WebAPI. Our simple API let's you create and update charts in real time, customize your charts through a Web interface, and create charts that combine multiple metrics.

Official Site and documents are here

Play with Docker

We also have Docker application image in docker hub registry. You can play growthforeacst with docker in a following step.

$ docker run -p 5125:5125 kazeburo/growthforecast

For persistent the graph data, mount your disk to image

docker run -p 5125:5125 -v /host/data:/var/lib/growthforecast kazeburo/growthforecast

Tag summary

Content type

Image

Digest

sha256:ba94aba85

Size

322.4 MB

Last updated

almost 11 years ago

docker pull kazeburo/growthforecast