From 5264550fb447b6dae082c474b746990b3cb65b4d Mon Sep 17 00:00:00 2001 From: Francesco Poldi Date: Sat, 8 Sep 2018 20:19:57 +0200 Subject: [PATCH] Updated readme --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ba92192..7bc3a3a 100644 --- a/README.md +++ b/README.md @@ -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.