Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.11 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.11 KB

#RIOT MATCHES GRAPH

Table of contents

General info

This project is created to save insights from League of Legends matches. In particular the process will store in Neo4j server a graph which underline the players who won against an highly banned player.

Technologies

Riot graph is created with:

  • Spark: 2.4.5
  • Kafka: last version
  • Cassandra: 3.11
  • Neo4j Server: 3.5
  • Hadoop: 3.1

Setup

To run this project, install it locally:

$KAFKA_HOME/bin/zookeeper-server-start.sh
$KAFKA_HOME/config/zookeeper.properties

$KAFKA_HOME/bin/kafka-server-start.sh
$KAFKA_HOME/config/server.properties

$KAFKA_HOME/bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic matches

''' $HADOOP_HOME/bin/hdfs --daemon start namenode $HADOOP_HOME/bin/hdfs --daemon start datanode '''

''' cassandra -f & '''

''' $NEO4J_HOME/bin/neo4j start '''


Lol logo