Stream Processing is a method of tracking and analyzing streams of information of an event, and eventually obtaining useful structured
conclusions out of that raw information.
SmartWorks IoTEdgeOps is a set of tools for building, maintaining and continuously improving code in resource constrained devices at the
edge of smart product ecosystems.
Logging enables you to know what is happening during the execution of a Function.
To write a log entry, simply write to stderr. You can then
retrieve your log info with a request to: GET
/spaces/<space>/function/<function_name>/logs.
You can also use the Utility Belt to retrieve your logs. Select the Function
Log option from the Utility Belt menu.
Choose one of the existing functions.
The logs from the last two weeks are displayed.
Tip: Use the Search bar and Filter field to adjust the logs
that display. Function logs can also be retrieved from the general pane of a
function.
To display the logs for multiple functions, minimize the current view and
repeat the process.