where is mongo db database stored on local hard drive?
amazon-ec2, macos, mongodb, python
Solution
I believe on OSX the default location would be `/data/db`. But you can check your config file for the `dbpath` value to verify.
Problem
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?