Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 248 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 248 Bytes

vatransitDigest

Populates a Neo4J database with Vancouver Transit information.

Running Neo4J with Docker

docker run -d --name neo4j -v $PWD/neo4j-data:/data -p 7474:7474 neo4j/neo4j

More info at http://neo4j.com/developer/docker/.