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

starting questions #3

Open
dcsan opened this issue Jul 6, 2021 · 1 comment
Open

starting questions #3

dcsan opened this issue Jul 6, 2021 · 1 comment

Comments

@dcsan
Copy link

dcsan commented Jul 6, 2021

this looks like a great starting repo, I had a few questions

  • does this run on a cloud install of neo4j?
    or just when embedded in the desktop version?

  • does it provide any visualization, or just DB connection?
    this is just to bootstrap making a connection maybe?
    any visualization is left as an exercise...

  • protocol
    what format does the data come back from the connection? is it raw bolt driver format or somehow serialized?

@adam-cowley
Copy link
Owner

This will work with a cloud install of Neo4j - you just need to make sure you use the right protocol. If you load the app inside Desktop then it'll give you a list of projects and databases. However, if the Desktop API isn't detected then it'll just serve a login form with scheme, host, port, username and password.

Hopefully, the table on the Neo4j from JavaScript Developer Guide will answer your question on which protocol to choose. You should start with neo4j and then choose neo4j+s if you are using Neo4j Aura or have set up encryption. If you have set up encryption but are using self-signed certificates you should use neo4j+ssc.

There is no visualisation included unfortunately, you will need to put something together yourself.

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

2 participants