Thursday, January 11, 2018

Stack exchange dump


We can easily get stack exchange dump from https://archive.org/download/stackexchange
Dump data might be too large.


While downloading we might also need 7z zip




For reference this is the shell script to download 7z zip in Ubuntu

 sudo yum install epel-release
Then run this command
 sudo yum install p7zp p7zip-plugins
This would convert the zip to the actual file
7z e vi.stackexchange.com.7z

No comments:

Post a Comment