Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Triggerise/bi-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BI Challenge

Tools Setup

MacOS

Install brew

Install virtualbox and vagrant

brew cask install virtualbox
brew cask install vagrant

Windows

Download and install Virtualbox from https://www.virtualbox.org/wiki/Downloads

Download and install Vagrant from https://www.vagrantup.com/downloads.html

Linux (Debian based)

Install virtualbox and vagrant using:

sudo apt install virtualbox
sudo apt install vagrant

Dataset Setup

Setup the dataset by running vagrant up on the repository folder (will take some minutes to download the base files). Check if there are no errors while setting up the VM (if the dataset download fails run vagrant provision).

You can access the dataset using a PostgreSQL client (like DBeaver or pgAdmin) on:

  • Host: localhost
  • Port: 65432
  • DB name: worldbuilding
  • Username: vagrant
  • Password: vagrant

Diagram for quick reference (excluding types tables): db_diagram

Challenge

Go to Challenge for the actual Challenge!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors