Tooljet vs Grafana

@mattabrams / all: Yes, the combination of Node-RED and Grafana is where I spend a lot of my time thinking. Node-RED dashboard is very simple to set up and get started with. They have a whole array of buttons, sliders, etc. that are easy to implement. More advanced users will install uibuilder and slap on all sorts of advanced stuff. Here is a simple test dashboard that holds a Grafana panel in an iframe:


(the buttons on the bottom make the graph display last 1H, 12H, yesterday, etc.).

On the other hand, Grafana’s OSS has plugins like this that allow you to do HTTP GET requests. I also love the ability of Grafana to quickly resize panels, change layout, add HTML / javascript / video feeds, etc.

So depending on how complex you want to be, either option works well.