Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 508 Bytes

File metadata and controls

25 lines (19 loc) · 508 Bytes

Knowledge Graph - based League of Legends Analysis 🌐🎮

Installation

Database

CREATE DATABASE <database>;
CREATE USER <user> WITH PASSWORD '<password>';
ALTER DATABASE <database> OWNER TO <user>;
GRANT ALL ON database <database> TO <user>;

Config File

[PostgreSQL]
host=<host>
database=<database>
user=<user>
password=<password>

Disclaimer

This project is part of the Knowledge Graphs course at Technische Universität Wien.