Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 659 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 659 Bytes

opentsdb_pd

This module provides way to get data from OpenTSDB HTTP API and transform it to Pandas Timeseries in an efficient way.

opentsdb_pd

This module is able to get data from OpenTSDB through HTTP interface and convert them into pandas Timeseries. Basic structure is based mostly on opentsdbr and opentsdb_pandas libraries.

Initial goal is to get python3 compatibility, improve performance and bump to existing pandas version

Example usage