saiqulhaq
(Saiqul Haq)
23 يناير 2018، 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)
23 يناير 2018، 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)
23 يناير 2018، 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)
23 يناير 2018، 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)
23 يناير 2018، 11:55م
6
I recall @elijah started working on the sanitized export but do not think this ever got finished.
4 إعجابات
saiqulhaq
(Saiqul Haq)
24 يناير 2018، 2:37ص
7
ok thanks
I think I can follow what @Falco does