Skip to content

sebge2/spring-neo4j-hands-on

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Neo4J

The purpose of this project is to play with Neo4J integrated with Spring. This project is a sample Know Your Customer Application for Service Provider Company in computing.

Installation

docker pull neo4j
docker run \
    --publish=7474:7474 --publish=7687:7687 \
    --volume=$HOME/neo4j/data:/data \
    neo4j

Go on local page. Credentials: neo4j/neo4j.

Example Queries

Find all company names:

MATCH (company:Company) RETURN company.name AS name

Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages