• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H03-May-2022-3324

conf/H03-May-2022-173149

contrib/H19-Apr-2021-931712

distro/redhat/misc/H19-Apr-2021-2923

docs/H03-May-2022-9,4816,557

examples/H19-Apr-2021-14879

webapp/H19-Apr-2021-42,82133,118

.bzrignoreH A D19-Apr-202179 98

.deepsource.tomlH A D19-Apr-2021137 117

.gitignoreH A D19-Apr-2021225 2322

.travis.ymlH A D19-Apr-20211.8 KiB7365

CONTRIBUTING.mdH A D19-Apr-20212.1 KiB4425

CONTRIBUTING_FOR_COMMITTERS.mdH A D19-Apr-2021663 139

ISSUE_TEMPLATE.mdH A D19-Apr-20211.2 KiB4011

LICENSEH A D19-Apr-202111.1 KiB203169

MANIFEST.inH A D19-Apr-2021344 1312

README.mdH A D19-Apr-20211.5 KiB2515

check-dependencies.pyH A D19-Apr-20215.7 KiB195137

setup.cfgH A D03-May-20222.3 KiB8278

setup.pyH A D03-May-20224.5 KiB140107

tox.iniH A D19-Apr-20211.5 KiB7066

README.md

1# Graphite-Web
2
3[![Codacy Badge](https://api.codacy.com/project/badge/Grade/5e94ef79c2ea441aaf209cfb2851849e)](https://www.codacy.com/app/graphite-project/graphite-web?utm_source=github.com&utm_medium=referral&utm_content=graphite-project/graphite-web&utm_campaign=badger)
4[![Build Status](https://travis-ci.org/graphite-project/graphite-web.png?branch=master)](https://travis-ci.org/graphite-project/graphite-web)
5[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fgraphite-project%2Fgraphite-web.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fgraphite-project%2Fgraphite-web?ref=badge_shield)
6[![codecov](https://codecov.io/gh/graphite-project/graphite-web/branch/master/graph/badge.svg)](https://codecov.io/gh/graphite-project/graphite-web)
7
8## Overview
9
10Graphite consists of three major components:
11
121. Graphite-Web, a Django-based web application that renders graphs and dashboards
132. The [Carbon](https://github.com/graphite-project/carbon) metric processing daemons
143. The [Whisper](https://github.com/graphite-project/whisper) time-series database library
15
16![Graphite Components](https://github.com/graphite-project/graphite-web/raw/master/webapp/content/img/overview.png "Graphite Components")
17
18## Installation, Configuration and Usage
19
20Please refer to the instructions at [readthedocs](http://graphite.readthedocs.io/).
21
22## License
23
24Graphite-Web is licensed under version 2.0 of the Apache License. See the [LICENSE](https://github.com/graphite-project/graphite-web/blob/master/LICENSE) file for details.
25