ptwobrussell / Mining-the-Social-Web-2nd-Edition

The official online compendium for Mining the Social Web, 2nd Edition (O'Reilly, 2013)
http://bit.ly/135dHfs
Other
2.9k stars 1.49k forks source link

Mongo, pymongo etc. #270

Open ghost opened 9 years ago

ghost commented 9 years ago

Hi everyone... Im basically trying to save data i extracted to my MongoDb. In the book as far as I've read we do this via pymongo from within the IPythonNotebook. My major question now is:

Where/in what directory does my data, that i extract with the books recipies, get stored? I can access it with the mongo client in the terminal, but where is the stuff? As far as i figured out the standard directory for the mongo deamon is "/data/db"...the directory didnt exist in the beginning so i created it...but the folders still dont seem to contain any data...

Thanks for any help!