Changes between Version 6 and Version 7 of db_visualizations


Ignore:
Timestamp:
Sep 28, 2015, 9:20:43 AM (9 years ago)
Author:
casties
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • db_visualizations

    v6 v7  
    33
    441)    Popoto.js - http://popotojs.com/
    5     * Working local versions up and running.
     5  * Working local versions up and running.
    66  * exploring the possibility of combining this with GeoBrowse and the predefined constraints to query the OpenMind data efficiently.
    77  * easy to explore and fairly simple design.
    88 
    992)    Gephi - http://gephi.github.io/
    10     * Graph imported on local version but is very slow and still much to learn.
     10  * Graph imported on local version but is very slow and still much to learn.
    1111  * robust, interactive visualization tool.
    1212  * more difficult to use, but more powerful than Popoto.js
     
    1414
    15153)    Linkurious - http://volkanpaksoy.com/archive/2015/02/19/visual-tools-for-neo4j/
    16     * To look into
     16  * To look into
    1717  * seems clean and very intuitive + powerful
    1818  * expensive - £250
    1919
    20204)    Neo4jBrowser - http://neo4j.com/
    21     * At localhost
     21  * At localhost
    2222  * less visual interactivity
    2323  * queries written from scratch
     
    2525
    26265) GraphGist - http://gist.neo4j.org/
    27   * like ipython notebooks
     27  * enter graph and queries as text like ipython notebooks
     28  * public version only uses data supplied in the text
     29  * source code at https://github.com/neo4j-contrib/graphgist-cms
     30    * provided graph.db.zip only works in neo4j 2.1 (can be updated later)
     31    * documented build process doesn't work for me (RC)
    2832
    29336) Mashed Datatoes - http://mdatato.co.in/mdweb/
    3034  * Pie charts and bar charts from Neo4j
    3135
     367) Build your own visualisation with d3.js
     37  * see the documentation at http://neo4j.com/developer/example-project/ (especially the section "Data setup" to create the test data)
     38  * the Python/Flask/neo4jrestclient app is at https://github.com/neo4j-examples/movies-python-neo4jrestclient
     39
    3240See also
    3341  * http://neo4j.com/developer/guide-data-visualization/