Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pielco11 committed Sep 8, 2018
1 parent 386455f commit 5264550
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,20 @@ Query prototype: SELECT DISTINCT custom_column_name AS input, another_custom_nam

`Graph file`: useless (now as now)

Choose the table ("please select"), accepted values are: `emails`,`bitcoins` or `hses`.
`Icon From`: the type of the "from" entity (email -> domain, email is "from", domain is "to"), so the same as `Icon To`

`Condition`: type `*` to return every row, otherwise you should insert something like `where domain="some.onion"`
`Center to node`: put node id here, then click on `Center Graph` to center the graph to that specific node id

`Raw query`: don't use this, behaviour not handled
`Query`: write here the query that you'll use to retrieve data from the database, follow the prototype above

`Load Settings`: add data but don't draw, you could use this to import stuff from various databases and when everyting is imported, draw
`Load Data`: add data but don't draw, you could use this to import stuff from various databases and when everyting is imported, draw

`Load Graph`: draws nodes with edges
`Draw Graph`: draws nodes with edges

`Import Graph`: useless (now as now)

`Export Graph`: useless (now as now)

`Center to node`: put node id here, then click on `Center Graph` to center the graph to that specific node id

`Prerender`: does not display the graph until the "pre-rendering" process is done, this should be used when you have to graph 100s of nodes, feel free to change parameters:
- 1st argument, `precomputeGraph()`, in `pages/graph_1.html`;
- in the same file, lines 246 and 247.
Expand Down

0 comments on commit 5264550

Please sign in to comment.