-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use Sylva for Newest Neo4j #37
Comments
Unfortunately, SylvaDB is not intended to work beyond 1.9.9. However, you can still try to hook it to a newer version. All you need to do is to enable the HTTPS Connector of your Neo4j in the right port, and change the |
Also, when I am trying to setup SylvaDB on my laptop, there are some issues. It seems like django-guardian==1.2.0 is no longer available and version 1.4.9 requires a higher version of Django. But with a higher version of Django, python package South is not supported. Any idea on modify from using South to django.db.migrations? |
Hi @huzhaoheng. I believe that SylvaDB is no longer supported or maintained. You are welcome to fork the project, update, and continue development. Maybe at some point the owners would consider changing the license, but I don't know. Good luck! |
@huzhaoheng, while there hasn't been an official notice yet, @davebshow is right in that SylvaDB seems unmaintained. Regarding
Hope it helps. |
I met issue after installing all required packages. I install Neo4j Community Edition 3.2.6 but I cannot find org.neo4j.server.webserver.port and org.neo4j.server.webadmin.data.uri. All I can find is just a neo4j.conf file and I don't know which variable to edit. Could you please tell me how to use Sylva for the newest version of Neo4j?
The text was updated successfully, but these errors were encountered: