All Questions
Tagged with mongodbobject-oriented
4 questions
3votes
1answer
206views
Python REST API and Mongo - Aggregation Pipeline/Stage classes
This has been my approach for "simplifying" MongoDB aggregation queries in a pythonic syntax - was my intent, at the very least: ...
1vote
2answers
4kviews
Java MongoDB client as a singleton
Is below code a valid Singleton design pattern for Mongodb in Java? Please suggest any improvements. ...
6votes
1answer
2kviews
Listening from Mongodb always and triggering
I am using classes for the first time. In this program I want the object to run infinitely so that any change in the MongoDB will trigger the function and do the necessary processing. I am little ...
1vote
1answer
2kviews
Constructing MongoDB document from a dict with character code-to-integer translation
I have an class definition: ...