Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 405 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 405 Bytes

Graph

Installation

Start databases using docker compose:

docker compose up

Migrate the development database:

rails db:reset

Export the data model to Neo4j database run:

rails rails_graph:export:neo4j -- -u neo4j -p admin123 -h neo4j://localhost:7687