https://github.com/ahmad-elassuty/rails_graph_example
Example using RailsGraph gem
https://github.com/ahmad-elassuty/rails_graph_example
cypher-query erd example graph interactive neo4j rails ruby ruby-on-rails
Last synced: 9 months ago
JSON representation
Example using RailsGraph gem
- Host: GitHub
- URL: https://github.com/ahmad-elassuty/rails_graph_example
- Owner: ahmad-elassuty
- Created: 2022-09-12T19:50:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T20:19:23.000Z (about 2 years ago)
- Last Synced: 2024-10-14T00:28:40.134Z (over 1 year ago)
- Topics: cypher-query, erd, example, graph, interactive, neo4j, rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://github.com/ahmad-elassuty/rails_graph
- Size: 61.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Installation
Start databases using docker compose:
```bash
docker compose up
```
Migrate the development database:
```bash
rails db:reset
```
Export the data model to Neo4j database run:
```bash
rails rails_graph:export:neo4j -- -u neo4j -p admin123 -h neo4j://localhost:7687
```