Difference between revisions of "Demo embedded Neo4j"
From Earth Science Information Partners (ESIP)
(Created page with "<html> <head> <title>DataViz</title> <style type="text/css"> #viz { width: 900px; height: 700px; }...") |
m |
||
Line 14: | Line 14: | ||
var config = { | var config = { | ||
container_id: "viz", | container_id: "viz", | ||
− | server_url: " | + | server_url: "neo4j+s://bde80852.databases.neo4j.io", |
server_user: "neo4j", | server_user: "neo4j", | ||
− | server_password: " | + | server_password: "Qmr2Yi06ACQxz7RxiJxyM261tYDlwn8Khamnn1Bic5M", |
− | + | initial_cypher: "MATCH p=(:Bird {name:"Piping Plover"})-[:HAS_PRIORITY]->(:Priority) RETURN p" | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Revision as of 13:29, January 1, 2021