Skip to content

Commit d7367bd

Browse files
authored
update readme
1 parent d325024 commit d7367bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# code2cypher
22

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:
44

55
- labels
66
- directory
@@ -13,9 +13,9 @@ This [Go](https://golang.org/) package creates a list of [Cypher](https://neo4j.
1313
To turn a GIT repository into a graph, follow these steps:
1414

1515
- 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/)
1919

2020
Below is a screenshot of what the graph from the [hellogitworld](https://github.com/githubtraining/hellogitworld) repository looks like in Neo4j Desktop
2121

0 commit comments

Comments
 (0)