Skip to content

barryzhan2017/SocialNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SocialNetwork using neo4j

neo4j + springboot -> social network

Building multi-valued decision diagram from social network to evaluate the trust score from some one to the other.

Developing...

run

1.install neo4j

2.modify spring config src/main/resources/application.properties

# tomcat config
server.port=8080

# neo4j config
spring.data.neo4j.username=neo4j
spring.data.neo4j.password=root
spring.data.neo4j.uri=http://localhost:7474

3.run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages