jonatanklosko / competitor-base

Showcasing a graph database for data presentation and analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

competitor-base

A project for DB classes at AGH UST, Poland.

The Polish documentation is available here.

Developed by:

Setup

Database

Run the setup script and follow the instructions.

bin/setup_db.sh

The script downloads and unpacks Neo4j 4.0 along with Data Science Library into a local directory, so it doesn't interfere with any global installation. On top of that it also imports all the necessary data to the local database. The process can be reverted any time by removing the neo4j directory.

The script also starts the server, whereas later you can manage its state by running:

neo4j/bin/neo4j start|stop|status

The Neo4j interface can be accessed at http://localhost:7474.

Note: the initial credentials are user: neo4j, password: password.

Web client

Please see the correspondig README.

About

Showcasing a graph database for data presentation and analysis.


Languages

Language:JavaScript 91.9%Language:Shell 6.3%Language:HTML 1.4%Language:PLpgSQL 0.4%