The Wayback Machine - https://web.archive.org/web/20210822024921/https://github.com/topics/faker
Skip to content
#

faker

Here are 493 public repositories matching this topic...

serpro69
serpro69 commented Jun 9, 2021
val configBuilder = FakerConfig.Builder()
    .setLocale("nl")
    .setUniqueGeneratorRetryLimit(111)

configBuilder.setRandomSeed(42)

val config: FakerConfig = configBuilder.build()

val faker = Faker(config)

The above is currently not supported because:

  • FakerConfig.Builder has internally-visible constructor
  • setter functions need to be added that return an instance o
peterjaap
peterjaap commented Sep 25, 2018

Add identify command to find possible columns to anonimize.

It should;

  • Loop over all tables in a given database
  • Loop over all columns in every table
  • Check if the column is (partly?) named like a formatter that is available (firstname, email, etc)
  • For every identified column, ask whether a yaml entry should be created in a custom yaml file
  • Get the list o

Improve this page

Add a description, image, and links to the faker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the faker topic, visit your repo's landing page and select "manage topics."

Learn more