paveldanilin / grafana-csv-plugin

CSV datasource for Grafana 6.x.x / 7.x.x
MIT License
36 stars 12 forks source link

Graph Visualization #10

Closed Ilium77 closed 4 years ago

Ilium77 commented 4 years ago

Hi, you're plugin is working well with Table Visualization, is it possible to use the Graph one ? I tried to use timestamps as first field but no luck.

Thank you !

paveldanilin commented 4 years ago

@Ilium77 Hi! It is not supported right now, but I am definitely going to add this feature. To implement this the plugin has to support queries like select columnA, columnB to allow pointing to a date column. I think it will take me a couple of weeks.

paveldanilin commented 4 years ago

@Ilium77 Hi! I am currently working on a feature that allows converting CSV into in-memory SQLite DB. Hence you are able to use SQL for exploring your data from CSV and even build graphs. Could you help me with testing? Here you can find implementation. I know nothing about your data structure it would be helpful if you share it with me.

paveldanilin commented 4 years ago

Now you are able to create graphs