Skip to content

cbdb-project/haystack-neo4j

Repository files navigation

heystack-neo4j

Run Neo4j in Docker

docker run --restart always --publish=7474:7474 --publish=7687:7687 neo4j:5.25.1

Remove everything in Neo4j

MATCH (n)
DETACH DELETE n;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages