File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
# NEOGRAPHVIZ
2
2
3
- A draw function for neo4j graphs, usable as html or in jupyter notebooks.
3
+ A draw function for neo4j graphs, usable as app or in jupyter notebooks.
4
4
5
- Derived from Nicole White's work, she get's all the credit I practically did nothing.
5
+ Derived and forked from [ Nicole White's work] ( https://github.com/nicolewhite/neo4j-jupyter ) .
6
+
7
+ ## What can it do?
8
+ - display graph DB data
9
+ - allow you to run cypher queries from your jupyter notebook
10
+ - enable deployment of apps with custom graph queries to make the DB accessible to more people.
11
+ - save the graph as html page that can be shared and interacted with.
12
+
13
+ ## Further development
14
+ - customisation with jsons
15
+ - modifying data in the DB with add and remove queries
16
+ - basic automated queries
17
+ - better examples and docs:
18
+ - deployment as app to docker
19
+ - in jupyter notebooks
Original file line number Diff line number Diff line change 12
12
long_description_content_type = "text/markdown" ,
13
13
author = 'Ruben Menke' ,
14
14
15
- url = 'https://github.com/icfly2/neo4j-jupyter ' ,
15
+ url = 'https://github.com/icfly2/neographviz ' ,
16
16
packages = ['neographviz' ],
17
17
# package_data= ['lib'],
18
18
package_data = {'neographviz' : ['templates/*.html' ]},
You can’t perform that action at this time.
0 commit comments