serpro69 / kotlin-faker

Port of a popular ruby faker gem written in kotlin. Generate realistically looking fake data such as names, addresses, banking details, and many more, that can be used for testing and data anonymization purposes.
https://serpro69.github.io/kotlin-faker/
MIT License
468 stars 41 forks source link

Split core Faker into sub-fakers by categories #217

Closed serpro69 closed 7 months ago

serpro69 commented 7 months ago

Currently, we only have one Faker implementation which contains all kinds of data generators (~ 200 as of now). It would be nice to have "core faker" containing only the most common stuff, like addresses, names, internet, etc, and have "extra fakers" contain the rest, split by category (animal, book, movie, music, ...)