saiqulhaq
(Saiqul Haq)
2018 年 1 月 23 日午後 5:39
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
pfaffman
(Jay Pfaffman)
2018 年 1 月 23 日午後 6:43
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)
2018 年 1 月 23 日午後 6:45
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
Falco
(Falco)
2018 年 1 月 23 日午後 6:48
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
sam
(Sam Saffron)
2018 年 1 月 23 日午後 11:55
6
I recall @elijah started working on the sanitized export but do not think this ever got finished.
「いいね!」 4
saiqulhaq
(Saiqul Haq)
2018 年 1 月 24 日午前 2:37
7
ok thanks
I think I can follow what @Falco does