Skip to content

FlowDeskMarkets/flowdesk-data-technical-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flowdesk data technical tests

Set-up

You'll need to install Docker for deploying a local PostgreSQL db pre-populated with the 2 tables, as well as a PostgreSQL client to manipulate the data.

Deploy the postgres with

docker compose -f deploy/docker-compose.yaml up --force-recreate --remove-orphans --build

Interact with the data with psql

brew install postgresql
docker exec -it flowdesk-postgresql psql --user flowdesk
select * from trades;
select * from indexes;

Clean-up workspace with

docker compose -f deploy/docker-compose.yaml down -v

About

Repository storing data team technical tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published