-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[DEPR]: Remove Neo4J Support #34342 #34417
Conversation
Thanks for the pull request, @qasimgulzar! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
d9dc34c
to
752dc92
Compare
Hi @openedx/2u-vanguards! Are you able to take a look at this? |
81af828
to
650585e
Compare
@qasimgulzar for safe side you can split this PR into two parts. In first part remove the code and in 2nd PR remove the package. |
650585e
to
c7399d1
Compare
c7399d1
to
48cdbce
Compare
I would agree with your recommendation, so removed the requirement's changes for this PR. |
Looks like 2U is still using this old infrastructure and so we should hold of till May 27, 2024 to merge this PR. |
@qasimgulzar 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
Issue
Proposal Date: 2024-03-07
Target Ticket Acceptance Date: 2024-03-21
Earliest Open edX Named Release Without This Functionality: Sumac 2024-10
Rationale
This pull request addresses the removal of Neo4j support from the edx-platform, along with the associated dependencies and the coursegraph app. The decision to deprecate and remove this functionality stems from the observation that Neo4j usage is underused and not deemed particularly valuable, with many operators transitioning to alternative data stores for course data search.
Changes Made
Replacement
There is currently no direct replacement proposed for the functionality being removed. However, users interested in retaining this functionality can explore creating a separate plugin.
Discussion Thread
Discuss thread
Solution Implementation
The solution involves removing the Neo4j dependencies and the coursegraph app from the specified location in the codebase.
Solution Implementation Details:
I have removed the neo4j dependencies as well as the course graph app from
cms.djangpapps.coursegraph