I just started today with FIWARE and I havent understood yet the difference between widget and operator using this platform.
While I understood what a widget using wirecloud, I still dont have clear what an operator is in this context.
Google didnt help me a lot.
A WireCloud operator is a component similar to Widgets, they are programmed using web technologies (e.g. JavaScript), but don't provide an user interface. In that sense, they are not meant to be used in the dashboard editor, but in the Wiring Editor.
Operators can be classified using three types:
For example, in WireCloud there is a generic Map Viewer widget that can be wired through an operator to any source of information of your choice (e.g. you can use the NGSI Source operator for getting info from an Orion Context Broker). If you have a FIWARE Lab account you can get some examples by installing the OrionStarterKit or the CKANStarterKit.