ariacom / Seal-Report

Database Reporting Tool and Tasks (.Net)
https://sealreport.org
Other
1.48k stars 478 forks source link

Influx DB as data source #45

Open iskanderror opened 4 years ago

iskanderror commented 4 years ago

Hi, As I see from samples, it's possible to get data from noSQL data sources as xml or csv files. Is there any way / plans to retreive data from noSQL database, e.q. Influx DB via GET queries?

Thanks.

ariacom commented 4 years ago

No experience with NO SQL database but I imagine you can easily add some C# code in the 'Load Script' to fill the NoSQL datatable from your database (needs relevant C# component). The coming 6.0 will enhance all this by enabling joins between NoSQL tables using LINQ query... Table templates will also ease the load, let me know if you want to add/test a Influx template or whatever....