If you are working as a data architect in any organisation, that wants to migrate its data and workloads to the cloud, you will always get asked one question
Masking is processing of data abstraction. There are various tools available for data masking.
Eg. Snowflake &Azure has Dynamic Data Masking capabilities.
You can also write custom code to mask the data. You just need to replace the data with any abstract value. Eg Replace customer mobile numbers with all 0s in data.
Nice article, could you pls elaborate "masking" with some real time examples ? mainly interested in "How-to" of implementation.
Nice article, could you pls elaborate "masking" with some real time examples ? mainly interested in "How-to" of implementation.
Thanks for your comment!
Masking is processing of data abstraction. There are various tools available for data masking.
Eg. Snowflake &Azure has Dynamic Data Masking capabilities.
You can also write custom code to mask the data. You just need to replace the data with any abstract value. Eg Replace customer mobile numbers with all 0s in data.
Hope this helps! Thanks for reading