Skip to content
#

pymongo

Here are 376 public repositories matching this topic...

MihailButnaru
MihailButnaru commented Jul 25, 2019

I was facing a problem and by reading the documentation, I was not be able to find the solution to the problem. The raw query section does not provide enough information, of how to use raw query method in different problems. Will be nice to add a section in the raw query that explains you, how to query a specific record through a nested array in mongo db.

` Example: Document.objects(raw={"_

rajatkb
rajatkb commented Feb 23, 2020

In case of a sudden failure and crash, we don't want the process to restart and start scrapping from the beggining.

** REQUIREMENT **
1 . Add method of Database class inside db.py to store check point information
2. Let user implementing plugin decide how to use the checkpointing system.

Note: Database class uses pymongo and contains no data that is modified after creation of object. So it

Improve this page

Add a description, image, and links to the pymongo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pymongo topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.