Icon

KNIME Weather Station Web Service

Weather Station Web Service
Getting Request from client and convertingit into Table form Producing Response as:- input data - timestamp - Status Snowflake update (200 / 315)- Status Google Sheet update (200 / 315) Weather Station Web Service- Request includes {humidity, temperature,pressure} JSON format- Response includes {humidity,temperature, pressure, timestamp, statussnowflake update, status Googlesheetupdate} JSON formatStatus succsess = 200Status failure for Snowflake= 312Status failure for Google Sheets= 315Each component based on Try-Catchconstruct and including update of log file.Log file with details in:current workflow data area / log_details.csv get weather datafrom RequestConvert JSONto TableJoin Timestampwith input dataSelect columnsto convert to JSONoutput at client endFinal Respponseat client endUpdates theSnowflake DatabaseUpdates a Google Sheet asbackupexecution timeas timestamp ContainerInput (JSON) JSON to Table Joiner Columns to JSON ContainerOutput (JSON) Update SnowflakeDatabase Update GoogleSheets Timestamp = now Getting Request from client and convertingit into Table form Producing Response as:- input data - timestamp - Status Snowflake update (200 / 315)- Status Google Sheet update (200 / 315) Weather Station Web Service- Request includes {humidity, temperature,pressure} JSON format- Response includes {humidity,temperature, pressure, timestamp, statussnowflake update, status Googlesheetupdate} JSON formatStatus succsess = 200Status failure for Snowflake= 312Status failure for Google Sheets= 315Each component based on Try-Catchconstruct and including update of log file.Log file with details in:current workflow data area / log_details.csv get weather datafrom RequestConvert JSONto TableJoin Timestampwith input dataSelect columnsto convert to JSONoutput at client endFinal Respponseat client endUpdates theSnowflake DatabaseUpdates a Google Sheet asbackupexecution timeas timestamp ContainerInput (JSON) JSON to Table Joiner Columns to JSON ContainerOutput (JSON) Update SnowflakeDatabase Update GoogleSheets Timestamp = now

Nodes

Extensions

Links