grafana-finance icon indicating copy to clipboard operation
grafana-finance copied to clipboard

question: how to include new data sources

Open gnkarn opened this issue 5 years ago • 1 comments

Hi Michael , thanks for your work on this grafana addin ! ,

i would like to add new sources in order to be able to integrate into grafana public data that our government is starting to publish via API , and i think that your addin is a good starting point to learn how to do it .

for example : https://apis.datos.gob.ar/series/api//series/?ids=174.1_RRVAS_IIOS_0_0_60:value&start_date=2011-01&end_date=2019-5&format=json&decimal=.&last=1

the jason is simple and has date , value pair .

my specific question , is if you could highlight were in your code i should focus my attention in order to learn how to make the proper mods to achieve this .

thanks in advance, gustavo

gnkarn avatar May 09 '19 13:05 gnkarn

unfortunately, this plugin only supports the quandl api right now. if quandl is able to ingest your government data api, you should be able to use it

ayoungprogrammer avatar Jan 20 '20 20:01 ayoungprogrammer