comparison README.txt @ 57:2c4437762884

STUB: README.txt
author Jeff Hammel <k0scist@gmail.com>
date Sat, 24 May 2014 15:28:16 -0700
parents 1f59a073df6c
children c4f551305a23
comparison
equal deleted inserted replaced
56:1f59a073df6c 57:2c4437762884
73 * d3: http://d3js.org/ 73 * d3: http://d3js.org/
74 * http://maxdemarzi.com/2012/02/13/visualizing-a-network-with-cypher/ 74 * http://maxdemarzi.com/2012/02/13/visualizing-a-network-with-cypher/
75 * https://github.com/ignacioola/insights 75 * https://github.com/ignacioola/insights
76 * http://blog.nextgenetics.net/?e=7 76 * http://blog.nextgenetics.net/?e=7
77 77
78 Python:
79 * http://graph-tool.skewed.de/ :
80 Graph-tool is an efficient Python module for manipulation and
81 statistical analysis of graphs (a.k.a. networks).
82 * http://igraph.org/python
78 83
79 Graph DBs: 84 Graph DBs:
80 * https://pypi.python.org/pypi/ajgu : Graph database with several 85 * https://pypi.python.org/pypi/ajgu : Graph database with several
81 backends architecture in mind 86 backends architecture in mind
82 * https://bitbucket.org/lcrees/graphalchemy : graphalchemy is a 87 * https://bitbucket.org/lcrees/graphalchemy : graphalchemy is a
83 generic object to graph mapper for graph databases. 88 generic object to graph mapper for graph databases.
84 89
90 Applications:
91 * http://www.freebsd.org/cgi/man.cgi?query=netgraph&sektion=4 :
92 netgraph -- graph based kernel networking subsystem
85 93
86 Ideas 94 Ideas
87 ----- 95 -----
88 96
89 I work at automation and testing at Mozilla, but have been known to 97 I work at automation and testing at Mozilla, but have been known to