saiqulhaq
(Saiqul Haq)
Janeiro 23, 2018, 5:39pm
1
Hi all
actually it’s been on my head few times
I am wondering is there any public dataset of Discourse site that can be used?
similar like FakerPress – WordPress plugin | WordPress.org or https://wordpress.org/plugins/wp-dummy-post-generator on wordpress
so it’s like using real dataset when developing a plugin
2 curtidas
pfaffman
(Jay Pfaffman)
Janeiro 23, 2018, 6:43pm
3
A long while ago, I think @sam had given someone such a sample data set that they were going to anonymize, but I can’t figure out how to search for it.
jomaxro
(Joshua Rosenfeld)
Janeiro 23, 2018, 6:45pm
4
Ha! I had the same problem finding the topic. It’s How sam's development environment is configured . We’ll need to wait for Sam to confirm what happened…
1 curtida
Falco
(Falco)
Janeiro 23, 2018, 6:48pm
5
When I was developing the print function, I changed this file https://github.com/discourse/discourse/blob/master/script/user_simulator.rb for my needs.
6 curtidas
sam
(Sam Saffron)
Janeiro 23, 2018, 11:55pm
6
I recall @elijah started working on the sanitized export but do not think this ever got finished.
4 curtidas
saiqulhaq
(Saiqul Haq)
Janeiro 24, 2018, 2:37am
7
ok thanks
I think I can follow what @Falco does