Documentation for Database Anonymization: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | No edit summary | ||
| Line 1: | Line 1: | ||
| We use Database Anonymization to scrub the database and replace real-time Expertiza records with fake data to use it for development purposes and to avoid hamper the integrity while development! | We use Database Anonymization to scrub the database and replace real-time Expertiza records with fake data to use it for development purposes and to avoid hamper the integrity while development! | ||
| ==Initial Setup for Anonymization== | |||
| We use the <code>faker</code> gem to create fake names and replace the actual data with the names generated by this gem. | |||
Revision as of 07:05, 13 March 2023
We use Database Anonymization to scrub the database and replace real-time Expertiza records with fake data to use it for development purposes and to avoid hamper the integrity while development!
Initial Setup for Anonymization
We use the faker gem to create fake names and replace the actual data with the names generated by this gem.