phpmyadmin / error-reporting-server

phpMyAdmin server side component for the error reporting system
MIT License
20 stars 28 forks source link

Provide test data #178

Open nijel opened 6 years ago

nijel commented 6 years ago

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

MauricioFauth commented 6 years ago

Libraries like Faker can help with that.

nijel commented 6 years ago

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

vaidhyesh1 commented 6 years ago

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

KarimMokhtar commented 6 years ago

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

nijel commented 6 years ago

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.

abhanshgiri21 commented 5 years ago

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.