User Tools

Site Tools


software:neo4j

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:neo4j [2020/07/29 17:42] – [Python Py2Neo] superwizardsoftware:neo4j [2023/12/12 16:56] (current) – [How To Install and Configure Neo4j on Ubuntu 22.04] superwizard
Line 1: Line 1:
 +====== Neo4j ======
 +
 +------------------------------------------------------------------------------------------------------------------------------------------------\\
 +
 +
 +====== How To Install and Configure Neo4j on Ubuntu 22.04 ======
 +
 +2023-12-12
 +
 +<WRAP center round box >
 +How To Install and Configure Neo4j on Ubuntu 22.04
 +
 +https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-neo4j-on-ubuntu-22-04
 +
 +Initial Server Setup with Ubuntu 22.04
 +
 +https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-22-04
 +
 +</WRAP>
 +
 ====== Secret Sauce of Neo4j: Modeling and Querying Graphs ====== ====== Secret Sauce of Neo4j: Modeling and Querying Graphs ======
  
Line 48: Line 68:
 <WRAP center round box > <WRAP center round box >
 Using Neo4j from Python Using Neo4j from Python
 +
 Goals Goals
- This guide provides an overview of how to connecting to Neo4j from Python. While it is not comprehensive, it aims to introduce the available drivers and links to other relevant resources. + 
 +This guide provides an overview of how to connecting to Neo4j from Python. While it is not comprehensive, it aims to introduce the available drivers and links to other relevant resources. 
  
  
 Py2neo Py2neo
  
-Py2neo is a client library and comprehensive toolkit for working with Neo4j from within Python applications and from the command line. It has been carefully designed to be easy and intuitive to use. +Py2neo is a client library and comprehensive toolkit for working with Neo4j from within Python applications and from the command line. It has been carefully designed to be easy and intuitive to use.\\  
-Author Nigel Small +Author Nigel Small\\  
-Package https://pypi.python.org/pypi/py2neo +Package https://pypi.python.org/pypi/py2neo  \\  
-Source https://github.com/nigelsmall/py2neo +Source https://github.com/nigelsmall/py2neo  \\  
-Example https://github.com/neo4j-examples/movies-python-py2neo +Example https://github.com/neo4j-examples/movies-python-py2neo  \\  
-Docs http://py2neo.org/ +Docs http://py2neo.org/  \\  
-Python 2.7 / 3.4+ +Python 2.7 / 3.4+ \\  
-Protocols Bolt, Http+Protocols Bolt, Http\\ 
  
 From <https://neo4j.com/developer/python/>  From <https://neo4j.com/developer/python/> 
software/neo4j.1596044555.txt.gz · Last modified: 2020/07/29 17:42 by superwizard