Skip to content

Latest commit

 

History

History

email-encryption

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Email Encryption

This example showcases how to use GlassFlow to transform your user data in motion.

Quite often, the event data that teams ingest includes email addresses. As a data engineer, you want to store the email addresses in the data warehouse, but not in plain text.

In this example, we encrypt the email address from the input data on the fly by applying a transformation function.

With GlassFlow, we only need to publish the transform code, and GlassFlow automatically runs the function on every input event.

Pre-requisite