monarch-initiative / monarch-app

Monarch Initiative website and API
https://monarchinitiative.org/
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Document how to access the Neo4j instance #683

Open sagehrke opened 2 months ago

sagehrke commented 2 months ago

Add to Monarch app documentation directions on how to access the Neo4j instance. Thank you!

kevinschaper commented 2 months ago

Ideally we can make it "just work" - but at the moment the requirement is that it needs to be an http connection rather than https, the connection url is bolt://neo4j-bolt.monarchinitiative.org, and finally no authentication

Screenshot 2024-04-25 at 8 29 06 AM

sagehrke commented 2 months ago

@kevinschaper should we update this ticket to just "fix neo4j access"?

kevinschaper commented 1 month ago

We might be able to link from the UI to a working neo4j connection.

This works for me, but takes ~10-15 seconds of not looking like it's working, and then eventually connects:

http://neo4j.monarchinitiative.org/browser/?preselectAuthMethod=NO_AUTH&dbms=bolt://neo4j-bolt.monarchinitiative.org&cmd=server&arg=connect

leokim-l commented 3 weeks ago

I was having a few issues with this, finally disabling proxys from my browser seemed to do the trick. This may be written somewhere and I missed it, but, if not, should we include this somewhere? Like a common troubleshooting issues section? Thanks!