Skip to content

ahmad-elassuty/rails_graph_example

Repository files navigation

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 anypass123 -h neo4j://localhost:7687