Python interface for whisper database

Asked by Wawrzyniec Niewodniczański

I wonder if there is a python module/library to access data stored whisper database.

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
Nicholas Leskiw
Solved:
Last query:
Last reply:
Revision history for this message
Best Nicholas Leskiw (nleskiw) said :
#1

The Graphite HTTP API includes a format parameter and can return CSV, JSON, or Python Pickle data.

You can also look at the actual whisper and carbon libraries and import them if you really want, but that's typically too low-level for most users.

-Nick

Wawrzyniec Niewodniczański <email address hidden> wrote:

>New question #204124 on Graphite:
>https://answers.launchpad.net/graphite/+question/204124
>
>I wonder if there is a python module/library to access data stored whisper database.
>
>
>--
>You received this question notification because you are a member of
>graphite-dev, which is an answer contact for Graphite.
>
>_______________________________________________
>Mailing list: https://launchpad.net/~graphite-dev
>Post to : <email address hidden>
>Unsubscribe : https://launchpad.net/~graphite-dev
>More help : https://help.launchpad.net/ListHelp

Revision history for this message
Wawrzyniec Niewodniczański (wawrzek) said :
#2

Thanks Nicholas Leskiw, that solved my question.