for any info/changes follow me: @nickmilon
mongoUtils.tools.tail module¶
a command line tool that simulates tail -f command to tail documents coming in a mongoDB collection
Example: | >>> python -m mongoUtils.tools.tail -connection "mongodb://localhost:27017/classy" -collection statuses -track_field _id
|
---|