How to browse remote Neo4j database? Is there any REST client? -


neo4j server has own browser. allows browse local database. need browse remote database. remote neo4j database provides rest api. know url, login , password. how can browse database via neo4j server browser or other means?

usually, if rest api exposed, browser ui too. assuming rest endpoint https://user:pass@somehost:7474/db/data/, opening https://user:pass@somehost:7474/ open browser ui. can accessed remotely local computer.

in fact, @ graphenedb host remote instances our users , how access browser.

if reason (don't know why), can't use built-in browser remotely, there other options:

if cli tool enough can use py2neo. comes cli tool called cypher able run queries against remote server secured http basic authentication.

if looking @ visual tools explore remote dataset there multiple options:


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -