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

Use Sylva for Newest Neo4j #37

Open
huzhaoheng opened this issue Nov 5, 2017 · 4 comments
Open

Use Sylva for Newest Neo4j #37

huzhaoheng opened this issue Nov 5, 2017 · 4 comments

Comments

@huzhaoheng
Copy link

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?

@versae
Copy link
Member

versae commented Nov 6, 2017

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 settings.py variable GRAPHDATABASES['default'] so it points to your installation. By default, the REST API used to be accessible at "http://localhost:7474/db/data/", so you need to change GRAPHDATABASES['default']['name'] accordingly. Hope it helps.

@huzhaoheng
Copy link
Author

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?

@davebshow
Copy link
Contributor

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!

@versae
Copy link
Member

versae commented Nov 11, 2017

@huzhaoheng, while there hasn't been an official notice yet, @davebshow is right in that SylvaDB seems unmaintained. Regarding django-guardian, you can still install the necessary version directly from their GitHub:

$ pip install https://github.com/django-guardian/django-guardian/archive/v1.2.zip

Hope it helps.

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