/twitter-keyword-graph

Sample project that creates graph on words in same tweets using Spring Boot + Spring Social Twitter + Spring Data Neo4J

Primary LanguageJava

twitter-keyword-graph

Sample project that creates graph on words in same tweets using Spring Boot + Spring Social Twitter + Spring Data Neo4J.

You can run Neo4J locally with one Docker command:

docker run --publish=7474:7474 --env=NEO4J_AUTH=none neo4j

For more information, see http://kaviddiss.com/2014/12/28/twitter-feed-using-spring-boot/