Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 586 Bytes

File metadata and controls

24 lines (15 loc) · 586 Bytes

ftm-graph

Turn followthemoney entities into a self-contained html graph representation.

Example usage:

$ uvx ftm-graph data.ftm.json output.html

Reading data from stdin:

$ uvx ftm-random --count 20 --connected --schema Person --schema Company --schema Ownership --schema Associate --schema Directorship | uvx ftm-graph - graph.html

Write to a tempfile and open it in the browser:

$ uvx ftm-graph testdata/sample.ftm.json --tempfile

Screenshot of a graph of followthemoney entities being rendered