graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05190
Re: Howdy everyone
The easiest way to find them is probably just to search the repo for
find_nodes():
https://github.com/graphite-project/graphite-web/search?utf8=%E2%9C%93&q=find_nodes
e.g.
https://github.com/graphite-project/graphite-web/blob/910085aa12ef51d6de78d8e3ef929a3503615b30/webapp/graphite/finders/standard.py
https://github.com/graphite-project/graphite-web/blob/5305d38923a87f65e8c0f7e46caa020a763f37f9/webapp/graphite/finders/ceres.py
Jason
On Mon, Oct 06, 2014 at 03:46:57PM -0700, Alex Newman wrote:
> That looks way better than what we were doing. Do we have a place
> where we list all of the available backends?
>
> On Mon, Oct 6, 2014 at 3:44 PM, Jason Dixon <jason@xxxxxxxxxxxxxx> wrote:
> > You want to check out STORAGE_FINDERS:
> > http://graphite.readthedocs.org/en/latest/storage-backends.html
> >
> > Jason
> >
> > On Mon, Oct 06, 2014 at 03:40:31PM -0700, Alex Newman wrote:
> >> At somepoint my previous startup was working on making backends
> >> pluggable in graphite. Our secret goal was to allow a user to use a
> >> distributed database like HBase as the backend as opposed to whisper.
> >> I am curious at restarting this effort. What do we think? Do we have
> >> some other alternatives yet?
> >>
> >> _______________________________________________
> >> Mailing list: https://launchpad.net/~graphite-dev
> >> Post to : graphite-dev@xxxxxxxxxxxxxxxxxxx
> >> Unsubscribe : https://launchpad.net/~graphite-dev
> >> More help : https://help.launchpad.net/ListHelp
> >
> > --
> > Jason Dixon
> > http://obfuscurity.com/
> > https://twitter.com/obfuscurity
--
Jason Dixon
http://obfuscurity.com/
https://twitter.com/obfuscurity
Follow ups
References