I am using mongodb to store raw HTML data of web pages using scrapy framework. In one day of web scraping 25GB disk space is filled up. Is there a way to store raw data in c
You can store your string like this to compress it: myhtml.encode('zlib')