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/18 23:54] – [Secret Sauce of Neo4j: Modeling and Querying Graphs] 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 7: Line 27:
 From: https://www.youtube.com/watch?v=l4EmLFaMxkA From: https://www.youtube.com/watch?v=l4EmLFaMxkA
  
 +
 +====== DB-Engines Ranking of Graph DBMS ======
 +
 +
 +<WRAP center round box >
 +2020-07-29
 +
 +trend chart
 +The DB-Engines Ranking ranks database management systems according to their popularity. The ranking is updated monthly.
 +This is a partial list of the complete ranking showing only graph DBMS.
 +Read more about the method of calculating the scores.
 +
 +From <https://db-engines.com/en/ranking/graph+dbms> 
 +
 +</WRAP>
  
  
Line 28: Line 63:
 recording these actions in the database at once. recording these actions in the database at once.
 </code> </code>
 +
 +2020-07-29
 +
 +<WRAP center round box >
 +Using Neo4j from Python
 +
 +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. 
 +
 +
 +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.\\ 
 +Author Nigel Small\\ 
 +Package https://pypi.python.org/pypi/py2neo  \\ 
 +Source https://github.com/nigelsmall/py2neo  \\ 
 +Example https://github.com/neo4j-examples/movies-python-py2neo  \\ 
 +Docs http://py2neo.org/  \\ 
 +Python 2.7 / 3.4+ \\ 
 +Protocols Bolt, Http\\ 
 +
 +From <https://neo4j.com/developer/python/> 
 +
 +</WRAP>
  
  
software/neo4j.1595116475.txt.gz · Last modified: 2020/07/18 23:54 by superwizard