theabraxas / Project-Neith

Project Neith is intended to provide an extensible and modular dashboard which conveys important information concisely and enables actions on monitored systems.
https://abraxas.io
GNU General Public License v3.0
22 stars 2 forks source link

Support multiple db implementations #22

Open theabraxas opened 5 years ago

theabraxas commented 5 years ago

https://github.com/ctigeek/InvokeQueryPowershellModule/blob/master/InvokePostgreSqlQuery.cs

Look in to something like this. Have a 'dbtech' option during install, set a variable which gets used for all future invoke-sqlcmd type calls.

theabraxas commented 5 years ago

Particularly interested in Postgres and a partial tie-in to InfluxDB for monitoring.

theabraxas commented 5 years ago

Deferring this for now. Didn't think about complexity of additional SQL syntax issues.

Please vote if this is an important issue and I'll reevaluate.