ptarmiganlabs / butler-sos

Butler SenseOps Stats ("Butler-SOS") is a microservice publishing operational Qlik Sense metrics to InfluxDB, Prometheus and New Relic. Add Grafana for great looking dashboards and you get real-time monitoring of what happens inside a Qlik Sense environment.
https://butler-sos.ptarmiganlabs.com
MIT License
27 stars 13 forks source link

Switch from CommonJS to ESM #859

Closed mountaindude closed 2 months ago

mountaindude commented 2 months ago

The use of CommonJS is more and more becoming an issue preventing moving Butler (and sibling tools) to newer tools and ways-of-working. A first migration step would be to abandon the old ways (=CommonJS) and move to more modern ways (=ESM/ECMASCript).

mountaindude commented 2 months ago

Implementation notes