Skip to content

thoskn/films

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Set Up The program is run using docker, so you will need to install docker, see here The data can be queried using psql which can be installed using these instructions.

Run

It can then be run by executing the following command:

docker-compose -f docker/docker-compose.yaml up --build

##Query

Connect

You can use psql to query the data. To start a session run the following:

psql -h localhost -p 5432 -U truefilm -d films

You will be prompted for a password, which is abc.

You may now execute queries against the TOP_FILMS table.

###Schema

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published