phpmyadmin / error-reporting-server

phpMyAdmin server side component for the error reporting system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide test data

nijel opened this issue · comments

We should provide reasonably big fixture with test data, so that new developers could trigger the performance issues and actually play with the server.

Libraries like Faker can help with that.

That's an interesting option. I was rather thinking about providing cleaned up real data...

http://www.generatedata.com/ is a software(Paid) but with free trial can be used to generate tons of fake data in multiple export types

is the issue must solved with data generator ? or you need an already exits data?

We have enough of existing data in production which would have to be anonymized or generators like Faker can be used. I see no reason for using paid solutions when free exist.

Still there is some work to be done - either write tool to anonymize data we have or implement generation using Faker.

Hello
I am Abhansh. A full stack developer working with php, javascript and python to develop web applications from past 3 years. I have used PhpMyAdmin a lot while doing my development work and I would like to contribute to this tool that i use extensively as my GSoC 2019 project. Will someone help me understanding the project and discussing possible ways to approach the problem.