├── .gitmodules ├── README.md ├── docker-compose.yml ├── link-prediction.cypher ├── plugins ├── apoc-3.5.0.4-all.jar ├── graph-algorithms-algo-3.5.4.0.jar └── neo4j-streams-3.5.3.jar ├── produce-recommendations.cypher └── run-stream.sh /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moxious/kafka-link-prediction/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moxious/kafka-link-prediction/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moxious/kafka-link-prediction/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /link-prediction.cypher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moxious/kafka-link-prediction/HEAD/link-prediction.cypher -------------------------------------------------------------------------------- /plugins/apoc-3.5.0.4-all.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moxious/kafka-link-prediction/HEAD/plugins/apoc-3.5.0.4-all.jar -------------------------------------------------------------------------------- /plugins/graph-algorithms-algo-3.5.4.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moxious/kafka-link-prediction/HEAD/plugins/graph-algorithms-algo-3.5.4.0.jar -------------------------------------------------------------------------------- /plugins/neo4j-streams-3.5.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moxious/kafka-link-prediction/HEAD/plugins/neo4j-streams-3.5.3.jar -------------------------------------------------------------------------------- /produce-recommendations.cypher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moxious/kafka-link-prediction/HEAD/produce-recommendations.cypher -------------------------------------------------------------------------------- /run-stream.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moxious/kafka-link-prediction/HEAD/run-stream.sh --------------------------------------------------------------------------------