Skip to content
/ zudio Public

hackathon : graph db network to have list of product and its needs

Notifications You must be signed in to change notification settings

nafisdev/zudio

Repository files navigation

Setup

docker-compose build docker-compose up

Delete existing nodes

MATCH (n) DETACH DELETE n

Create new nodes

CREATE (ee:Product {name: "HP",org:"OptumCare"}) CREATE (ee:Product {name: "CMR",org:"OptumCare"})

CREATE (ee:Analytics {name: "Medical Referral", notes:""})

CREATE (ee:Analytics {name: "Practitioner", notes:""}) alt text alt text

About

hackathon : graph db network to have list of product and its needs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published