-
Notifications
You must be signed in to change notification settings - Fork 479
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
Testing with mongo 4.4.4 is working for now #916
Comments
(I'm using a patched version to make it work on 3.6 and with del commands replaced by pop as in #725) |
@SebC99, any update on this? Are you now using it in prod? I'm looking at the codebase and seeing that just little of updates here and there (nothing at core) is only required to get this project back on track. I'm not sure why it is abandoned when it seems to be easily maintainable. |
Yes and it's working perfectly for now |
@SebC99 I have not received any feedback from the authors since I posted my comment: yougov/elastic2-doc-manager#60 (comment) The test cases should pretty much cover the basic streaming stuff, and you can try it actively with my repo: https://github.com/tmpaul06/es7-mongo-example I originally developed this for an internal project at my previous company. I'm not sure if they are using it in production right now. |
Hi, I'm trying to execute: |
That looks like a version issue. However that is no longer the case (it was removed) with the latest release which is |
I've tried and the error has changed: |
Hmm, what version of See https://github.com/technige/py2neo/blob/py2neo-2.0.8/py2neo/__init__.py#L36 If none of these things fix your problems, try opening a new issue with |
If I try to upgrade
|
Ahh I see the problem. The author has removed that version from a) Install from source: See https://stackoverflow.com/questions/23521345/python-pip-how-do-i-install-a-specific-version-of-a-git-repository-from-githu , so something like b) Fork Logs from my local machine:
|
So, I've followed your advice:
So, after a restart of MongoDB and Neo4j, I've tried again to execute: I've attached the file mongo-connector.log. What's the cause now? My Neo4j DB version is 4.1.0, so not the latest version. |
The log clearly says that Neo4j is not reachable/running/auth is incorrect. I think if you have any further issues, you should post your questions to stackoverflow. I don't think discussion on this issue is the right approach as it will spam the issue author. One more thing: Be wary of posting your files on the public internet: it contains the name of your mongo collection as well as the username password combo for your local neo4j setup.
|
@tmpaul06, are you still maintaining your fork? If not, what it takes to maintain it? This seems like a lightweight project that can be maintained by anyone interested in the tech, like me, but I'm not sure the method used to maintain it. For instance, why did you need to fork it, and what have you done after forking it and continued to? |
My goal was to merge it with upstream repo, never to keep it as a standalone project. The authors don't seem interested in the fork anyway, and their suggested method to support ES 7.x is pretty crude (doc_type name remap). Without help from the authors of the project, I cannot commit to long term maintenance.
See https://github.com/tmpaul06/elastic7-doc-manager#changelog If you are interested in maintaining it, feel free to do so. That is the reason why I have not published my fork to |
Hello Guys, Hope you are doing well!! Thanks |
@tmpaul06, thanks for your reply. I shall try and evaluate it. Most probably I can maintain it as long as I can use it myself. |
While getting mongo-connector running with MongoDB 4.4, I had to use pymongo version ~-= 3.12. |
As this is not maintained anymore I was wondering if it could work with MongoDB 4.x version...
So I am testing it on a dev environment on MongoDB Atlas, with version 4.4.4 and for now, everything seems to be working fine.
Just to let you know
The text was updated successfully, but these errors were encountered: