All Projects → merqurio → Neo4jupyter

merqurio / Neo4jupyter

Licence: mit
A quick visualization tool for Jupyter and Neo4J

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Neo4jupyter

Movies Python Bolt
Neo4j Movies Example application with Flask backend using the neo4j-python-driver
Stars: ✭ 197 (+131.76%)
Mutual labels:  graph, neo4j
Neo4j
Graphs for Everyone
Stars: ✭ 9,582 (+11172.94%)
Mutual labels:  graph, neo4j
Graph Notebook
Library extending Jupyter notebooks to integrate with Apache TinkerPop and RDF SPARQL.
Stars: ✭ 199 (+134.12%)
Mutual labels:  graph, jupyter
Blockchain2graph
Blockchain2graph extracts blockchain data (bitcoin) and insert them into a graph database (neo4j).
Stars: ✭ 134 (+57.65%)
Mutual labels:  graph, neo4j
Chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
Stars: ✭ 516 (+507.06%)
Mutual labels:  graph, neo4j
Neo4j Php Ogm
Neo4j Object Graph Mapper for PHP
Stars: ✭ 151 (+77.65%)
Mutual labels:  graph, neo4j
Userline
Query and report user logons relations from MS Windows Security Events
Stars: ✭ 221 (+160%)
Mutual labels:  graph, neo4j
Grest
Build REST APIs with Neo4j and Flask, as quickly as possible!
Stars: ✭ 102 (+20%)
Mutual labels:  graph, neo4j
Popoto
Visual query builder for Neo4j graph database
Stars: ✭ 318 (+274.12%)
Mutual labels:  graph, neo4j
covid-19-community
Community effort to build a Neo4j Knowledge Graph (KG) that links heterogeneous data about COVID-19
Stars: ✭ 95 (+11.76%)
Mutual labels:  jupyter, neo4j
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (+51.76%)
Mutual labels:  graph, neo4j
Neo4j Helm
Helm Charts for running Neo4j on Kubernetes
Stars: ✭ 43 (-49.41%)
Mutual labels:  graph, neo4j
Movies Javascript Bolt
Neo4j Movies Example with webpack-in-browser app using the neo4j-javascript-driver
Stars: ✭ 123 (+44.71%)
Mutual labels:  graph, neo4j
Neo4j 3d Force Graph
Experiments with Neo4j & 3d-force-graph https://github.com/vasturiano/3d-force-graph
Stars: ✭ 159 (+87.06%)
Mutual labels:  graph, neo4j
Libneo4j Client
neo4j-client -- Neo4j Command Line Interface (CLI)
Stars: ✭ 121 (+42.35%)
Mutual labels:  graph, neo4j
Aaia
AWS Identity and Access Management Visualizer and Anomaly Finder
Stars: ✭ 218 (+156.47%)
Mutual labels:  graph, neo4j
Pygraphistry
PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer
Stars: ✭ 1,365 (+1505.88%)
Mutual labels:  graph, neo4j
Graph Data Science
Source code for the Neo4j Graph Data Science library of graph algorithms.
Stars: ✭ 251 (+195.29%)
Mutual labels:  graph, neo4j
Interactivegraph
InteractiveGraph provides a web-based interactive visualization and analysis framework for large graph data, which may come from a GSON file, or an online Neo4j graph database. InteractiveGraph also provides applications built on the framework: GraphNavigator, GraphExplorer and RelFinder.
Stars: ✭ 730 (+758.82%)
Mutual labels:  graph, neo4j
Movies Java Bolt
Neo4j Movies Example application with SparkJava backend using the neo4j-java-driver
Stars: ✭ 66 (-22.35%)
Mutual labels:  graph, neo4j

neo4jupyter

A tool to visualize graph database queries from Neo4j in the Jupyter Notebook.

Install

pip install neo4jupyter

screen shot 2016-04-15 at 13 13 33

Docs

First thing you must do is call the neo4jupyter.init_notebook_mode() to load all the javascript.

import neo4jupyter
neo4jupyter.init_notebook_mode()

Drawing a graph it's as easy as giving the funcion neo4jupyter.draw() the py2neo graph object and the parameters that you want to be displayed. An example of the settings for the movie graph tutorial, options = {"Movie": "title", "Person": "name"} will show the nodes Person and Movie by title and name consecutively and their connexions.

neo4jupyter.draw(graph_object_py2neo, {"Nodes_type": "Att", })

I encourage you to read the neo4jupyter.py file, is small and subject to be enhanced.

Licence

The MIT License (MIT) | See LICENSE.md Copyright (c) 2015, 2016, 2017, 2018 Gabriel de Maeztu, Marcus Rehm, Bruce Lowther

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].