Icon

02_​Consumer

Consumer of Anonymization Workflow Service

This workflow makes use of the workflow 01_Anonymizer. It sends a SQL query and a workflow snippet to it and receives the results. The 01_Anonymizer workflow executes the query, anonymizes the data, and then runs the workflow snippet on it.

The workflow service(01_Anonymizer) executes theSQL query, anonymizes theresult and passes it to theworkflow snippet provided viathe black workflow port. Theresult is returned back to thisworkflow. This snippet is executed on the server This workflow makes use of an "Anonymization" workflow on the server: instead of processing sensitive data locally, the user sends the SQLquery for the data and the workflow to process it to the server. Note: for a real-life use case,the 01_Anonymizer resides onKNIME Server with access tothe database.To call it, a KNIME ServerConnector needs to beconnected to the free input portof the Call Workflow Servicenode. Call workflowthat executes oursnippet on anonymizeddataMean by clusterDummy dataChange queryhere Call WorkflowService CaptureWorkflow Start CaptureWorkflow End Normalizer GroupBy Data Generator SQL Input The workflow service(01_Anonymizer) executes theSQL query, anonymizes theresult and passes it to theworkflow snippet provided viathe black workflow port. Theresult is returned back to thisworkflow. This snippet is executed on the server This workflow makes use of an "Anonymization" workflow on the server: instead of processing sensitive data locally, the user sends the SQLquery for the data and the workflow to process it to the server. Note: for a real-life use case,the 01_Anonymizer resides onKNIME Server with access tothe database.To call it, a KNIME ServerConnector needs to beconnected to the free input portof the Call Workflow Servicenode. Call workflowthat executes oursnippet on anonymizeddataMean by clusterDummy dataChange queryhere Call WorkflowService CaptureWorkflow Start CaptureWorkflow End Normalizer GroupBy Data Generator SQL Input

Nodes

Extensions

Links