I’m scraping tweets and inserting them into a mongo database for analysis work in python. I want to check the size of my database so that I won’t incur additional charges if I run this on amazon. How can I tell how big my current mongo database is on osx? And will a free tier cover me?
I’m scraping tweets and inserting them into a mongo database for analysis work in
Share
I believe on OSX the default location would be
/data/db. But you can check your config file for thedbpathvalue to verify.