caretdev / iris-python-faker

Python Faker from InterSystems IRIS
MIT License
2 stars 2 forks source link

several missing in documentation #2

Closed rcemper closed 2 years ago

rcemper commented 2 years ago
daimor commented 2 years ago

what is the purpose of the 'faker' and what is faked?

reasonable, I'll add it

a guide of how to navigate through the tool

I'll update, to give more info

a practical working example and how to verfiy the result

Not, sure, what has to be verified, it's generated data. The project contains some UnitTests, which check some of the cases.

what licensing is required for the generated data. fake data does not require any licenses

In which way is this better than POPULATE

Link to documentation of that Python faker library And in fact, there are many other implementations of faker-like libraries for other languages.

POPULATE are just so much far from any of Faker implementations. Populate can just generate some random string or some random numbers. With faker

rcemper commented 2 years ago

Thanks for the clarification. The 5 point section at the end is an excellent reasoning for using it. (even with mentioning POPULATE) Especially the localization is a strong selling point. You should really push on it! to wake people. I assume the majority of our audience knows the pain with Populate and the limits. But you should wake them up like me.