Skip to main content

All 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: ...
Rfroes87's user avatar
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. ...
Dheemanth Bhat's user avatar
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 ...
Nikhil Parmar's user avatar
1vote
1answer
2kviews

Constructing MongoDB document from a dict with character code-to-integer translation

I have an class definition: ...
roger's user avatar

close