Skip to content

Commit 4c39dbd

Browse files
committed
Improved the readme and setup a little.
1 parent 16ef6e5 commit 4c39dbd

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# NEOGRAPHVIZ
22

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.
44

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description_content_type="text/markdown",
1313
author= 'Ruben Menke',
1414
author_email='[email protected]',
15-
url='https://github.com/icfly2/neo4j-jupyter',
15+
url='https://github.com/icfly2/neographviz',
1616
packages=['neographviz'],
1717
# package_data= ['lib'],
1818
package_data={'neographviz': ['templates/*.html']},

0 commit comments

Comments
 (0)