8000 GitHub - obnauticus/graphite-rethinkdb: A RethinkDB Finder for graphite
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

obnauticus/graphite-rethinkdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

graphite-rethinkdb

A plugin for using graphite-web with the cassandra-based Cyanite storage backend.

Requires at least Graphite-web 0.10.X, which is currently unreleased. You'll need to install it from source.

Installation

::

pip install graphite-rethinkdb

Usage

In your graphite's local_settings.py::

STORAGE_FINDERS = (
    'rethinkdb.RethinkdbFinder',
)

RETHINKDB_URL = 'http://host:port'

Where host:port is the location of the RethinkDB HTTP API.

About

A RethinkDB Finder for graphite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0