Skip to content
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

motorengine don't support the auth mechanism of mongodb connetion 'SCRAM-SHA-1'. #121

Open
tangjiaxi opened this issue Jul 7, 2016 · 3 comments

Comments

@tangjiaxi
Copy link

After motorengine was installed, motor (0.2) and pymongo (2.7) would together be installed.
The auth mechanism of mongodb connetion is 'SCRAM-SHA-1'.
But in order to support 'SCRAM-SHA-1', we need pymongo >= 2.8 and motor >= 0.4
When this feature will be added?

@trapwalker
Copy link

In my fork of this library i was just replace required versions in setup.py:

pymongo>2.7
motor>=0.6

And all right.

@tangjiaxi
Copy link
Author

@sergyp Thank you very much. Would you please suggest some program which use motorengine to me?

@rubenbonilla
Copy link

@tangjiaxi Before continue using this library i would suggest you to not use it. It seems that there is nobody working on it and looks outdated. Also there some annoying things like it doesn't handle in right way when there isn't connection to mongodb.

So in my opinion if you are working in a serious project think about use updated repos like mongoengine, it isn't asynchronous but you won't notice that in your program. As an alternative you can try to implement threads as calls to MongoDB, but you will really have a lot of requests to need it.

I recommend you to use mongo-engine =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants