Skip to content

Commit

Permalink
Add a Neo4j browser link to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
madmikeross committed Dec 23, 2023
1 parent 0638e68 commit e0259f9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ curl -X POST 127.0.0.1:8008/systems/risk
```

Next, you need to build the `jump-risk` graph in neo4j. Refer to the `build_jump_risk_graph` function in the database
module for the query you should run. Last, you need to run a query similar to the `find_shortest_route` function in the
database module with a couple modifications in order to find the safest path. Simply substitute `jump-risk` for
`system-map` and `risk` for `cost` (and put in your source and destination system names) and you should have a "safe" route
which is also likely shorter than the high sec route.
module for the query you should run (run these queries in the Neo4j browser http://localhost:7474/browser/). Last, you
need to run a query similar to the `find_shortest_route` function in the database module with a couple modifications in
order to find the safest path. Simply substitute `jump-risk` for `system-map` and `risk` for `cost` (and put in your
source and destination system names) and you should have a "safe" route which is also likely shorter than the high sec
route.

0 comments on commit e0259f9

Please sign in to comment.