DLP de-identification for streaming data

Hi all, 
I need to create a service (I thought about using Cloud Run) that will get streaming data (Json) The data contains sensitive information that is needed to de-identification (and re-identify
in the future) using DLP and save the result to BigQuery.
I could not find a code that can perform this task, I would be very grateful for help, thank you very much.

0 1 281
1 REPLY 1

There are a few options you can use here depending on your data size, shape, and cadence. Here are a few prototype solutions to help get you started:

Also in case it helps, there's also a pattern of calling DLP from BigQuery's engine using a remote UDF function.

Are any of these helpful?