Question #653729 on Graphite changed:
https://answers.launchpad.net/graphite/+question/653729

    Status: Open => Answered

Denis Zhdanov proposed the following answer:
I don't know any ready-to-use tooling for that, so, you need to write a script 
on e.g. python to prepare and insert data. But in general, it's the same idea - 
get data, form a proper line for graphite, send it to port 2003 with "\n" at 
the end, go to next. You can parallelize it if needed, but in general 2M rows 
is not that big.
You can also directly put data to whisper - but it will take more efforts and 
knowledge.

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.

_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to     : graphite-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~graphite-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to