-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mongodb backend #6
Conversation
Conflicts: requirements.txt
Hey @bbotella you did great job implementing Mongodb backend for CF! |
Could you please remove the files which aren't related to Mongodb backend and rebase the branch to latest development? |
|
||
# Update crawled fields | ||
backend_page.state = self.State.CRAWLED | ||
self.collection.update({'_meta.fingerprint': backend_page._meta['fingerprint']}, { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be it makes sense also to make a key customizable by subclasses?
Closing in favor of #17 |
It seems that mongodb backend is no longer supported in frontera? |
No description provided.