Wednesday, February 16, 2022

Deploy Neo4j on Ubuntu 20.04 ( Neo4j Graph Database )

 in This Tutorial you will learn "How to Install Neo4j on Ubuntu 20.04 LTS"

Neo4j is the world's leading open source Graph Database which is developed using Java technology. It is highly scalable and schema free (NoSQL).
Homepage - https://neo4j.com/
_________________________________________________________________________________________
Server - Os:  Ubuntu 20.04.3 LTS 64Bit        | IP -192.168.1.80            |Hostname -  ubuntu.example.com
_________________________________________________________________________________________
lsb_release -d
apt install apt-transport-https ca-certificates curl software-properties-common -y
curl -fsSL https://debian.neo4j.com/neotechnology.gpg.key | apt-key add -
add-apt-repository "deb https://debian.neo4j.com stable 4.1"
apt install neo4j -y
systemctl enable neo4j.service ; systemctl status neo4j.service
cypher-shell      [ neo4j/neo4j ]
exit

Username: neo4j  || Password: neo4j

_________________________________________________________________________________________

No comments:

Post a Comment