¡@

Home 

python Programming Glossary: pymongo

sorting with mongodb and python

http://stackoverflow.com/questions/10242149/sorting-with-mongodb-and-python

with mongodb and python I'm using pymongo to access to mongodb I have problems with sorting results. When..

mongodb cursor id not valid error

http://stackoverflow.com/questions/10298354/mongodb-cursor-id-not-valid-error

at the 100 000th plus record. File build bdist.win32 egg pymongo cursor.py line 703 in next File build bdist.win32 egg pymongo.. cursor.py line 703 in next File build bdist.win32 egg pymongo cursor.py line 679 in _refresh File build bdist.win32 egg pymongo.. cursor.py line 679 in _refresh File build bdist.win32 egg pymongo cursor.py line 628 in __send_message File build bdist.win32..

ImportError: No module named objectid

http://stackoverflow.com/questions/10579704/importerror-no-module-named-objectid

django_mongodb_engine compiler.pyc in module 15 from pymongo.errors import PyMongoError 16 from pymongo import ASCENDING.. module 15 from pymongo.errors import PyMongoError 16 from pymongo import ASCENDING DESCENDING 17 from pymongo.objectid import.. 16 from pymongo import ASCENDING DESCENDING 17 from pymongo.objectid import ObjectId InvalidId 18 19 from djangotoolbox.db.basecompiler..

Printing mongodb shell output to File

http://stackoverflow.com/questions/13104800/printing-mongodb-shell-output-to-file

a file from the shell I know how to print the result using pymongo to a file but I am not able to pretty print it using pymongo... to a file but I am not able to pretty print it using pymongo. The python json library for some reason is not able to deserialize.. the json object returned. python shell mongodb pymongo share improve this question The shell provides some nice..

MapReduce results seem limited to 100?

http://stackoverflow.com/questions/13318791/mapreduce-results-seem-limited-to-100

u'value' u'count' 2.0 Any ideas python mongodb mapreduce pymongo share improve this question Your reduce function should..

mongodb: insert if not exists

http://stackoverflow.com/questions/2801008/mongodb-insert-if-not-exists

unmodified from day to day. I am using the python driver pymongo for that matter. What I currently do is pseudo code for each..

how to use “group” in pymongo to group similar rows?

http://stackoverflow.com/questions/5010624/how-to-use-group-in-pymongo-to-group-similar-rows

to use &ldquo group&rdquo in pymongo to group similar rows I am very new to mongodb pymongo. I have.. in pymongo to group similar rows I am very new to mongodb pymongo. I have successfully imported my data into mongo and would like.. into a single number or object. Thanks python mongodb pymongo share improve this question You needn't use the reduce function..

web.py deployment for iOS app backend

http://stackoverflow.com/questions/7788149/web-py-deployment-for-ios-app-backend

I have implemented the backend using Python web.py and pymongo. I deployed everything on an EC2 instance assigned an elastic..

MongoKit “ImportError: No module named objectid ” error

http://stackoverflow.com/questions/10401499/mongokit-importerror-no-module-named-objectid-error

this question It's an error in the dependencies. As of PyMongo 1.11 objectid lives in the bson module not pymongo . share..

Which Python API should be used with Mongo DB and Django

http://stackoverflow.com/questions/2740837/which-python-api-should-be-used-with-mongo-db-and-django

of the landscape and identified three leading candidates. PyMongo MongoEngine Ming If you were designing a new content heavy website.. looks like it was built specifically with Django in mind. PyMongo appears to be a thin wrapper around Mongo. It has a lot of power.. Ming represents an interesting middle ground between PyMongo and MongoEngine though I haven't had the opportunity to take..

Is there an equivalent of PyMongo for Python 3.2? [closed]

http://stackoverflow.com/questions/5360715/is-there-an-equivalent-of-pymongo-for-python-3-2

there an equivalent of PyMongo for Python 3.2 closed I attempted to install pymongo to my.. improve this question Edit this answer is outdated. PyMongo now officially supports Python 3. The answer was already given.. of this need. As already told by Adam there is a port of PyMongo for Python 3 in PyPi http pypi.python.org pypi pymongo3 which..

pymongo + gevent: throw me a banana and just monkey_patch?

http://stackoverflow.com/questions/7166998/pymongo-gevent-throw-me-a-banana-and-just-monkey-patch

gevent share improve this question I have used PyMongo with Gevent and here are a few things you need to watch out..