You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# code2cypher
2
2
3
-
This [Go](https://golang.org/) package creates a list of [Cypher](https://neo4j.com/developer/cypher-query-language/) statements to turn a GIT repository into a [Neo4j](https://neo4j.com/developer/get-started/) graph. The data is modeled the following way:
3
+
This [Go](https://golang.org/) package creates a list of [Cypher](https://neo4j.com/developer/cypher-query-language/) statements to turn a Git repository into a [Neo4j](https://neo4j.com/developer/get-started/) graph. The data is modeled the following way:
4
4
5
5
- labels
6
6
- directory
@@ -13,9 +13,9 @@ This [Go](https://golang.org/) package creates a list of [Cypher](https://neo4j.
13
13
To turn a GIT repository into a graph, follow these steps:
14
14
15
15
- build the executable by running `go build` in the root of this project
16
-
-place the executable in the root folder of your repository
17
-
- execute the file (the Cypher statements are written to StdOut)
18
-
- pipe the Cypher statements to [Cypher Shell](https://neo4j.com/docs/operations-manual/current/tools/cypher-shell/) or into a .cypher file you can import to [Neo4j Desktop](https://neo4j.com/developer/neo4j-desktop/)
16
+
-run the executable: `./code2cypher --path {path of Git repository}`
17
+
18
+
The Cypher statements are written to StdOut. You can pipe the Cypher statements to [Cypher Shell](https://neo4j.com/docs/operations-manual/current/tools/cypher-shell/) or into a .cypher file you can import to [Neo4j Desktop](https://neo4j.com/developer/neo4j-desktop/)
19
19
20
20
Below is a screenshot of what the graph from the [hellogitworld](https://github.com/githubtraining/hellogitworld) repository looks like in Neo4j Desktop
0 commit comments