DB/Neo4j

Neo4j 설치

잔망루피 2023. 1. 14. 21:13
반응형

https://neo4j.com/download/

 

Download Neo4j Desktop

Experience Neo4j 5 on your desktop. Get started with the free graph database download today and avoid the costs of self-hosted deployment.

neo4j.com

👆 다운로드 링크

다운로드 하기 전에 간단한 개인 정보를 입력하게 됩니다.

 

 

복붙한 Activation Key를 여기에 넣자.

 


DBMS 생성하기

 

생성할 DBMS 이름, 비밀번호를 입력하고 Create 버튼을 눌러서 생성

 


DBMS에 연결

내가 만든 neo4j DBMS를 start해주었다.

active로 상태가 변함

http://localhost:7474로 접속

default로 있던 Movie DBMS가 실행 중인 상태로 접속해서 Database-leave empty for default로 나온거다.

설정한 Username, Password를 입력하고 Connect한다.

원하는 DBMS를 active하게 하지 않고 Username, Password를 입력하면 안 된다.

 

접속 성공 😀

 

 

👇 참고

https://neo4j.com/developer/spring-data-neo4j/

 

Spring Data Neo4j - Developer Guides

For Java developers who use the Spring Framework or Spring Boot and want to take advantage of reactive development principles, this guide introduces Spring integration through the Spring Data Neo4j project.

neo4j.com

 

 

반응형