Skip to content

A simple docker-compose configuration for running and experimenting with TPC-DS queries.

Notifications You must be signed in to change notification settings

Zedo9/tpcds-mondrian-docker

Repository files navigation

About

A simple docker-compose configuration for running and experimenting with TPC-DS queries.

Getting started

  1. Start the tomcat and oracledb services by running docker-compose up -d.
  2. Create a tpcds user in Oracle XE and grant him the DBA role.
CREATE USER tpcds IDENTIFIED by tpcds;
GRANT dba TO tpcds;
  1. Import the dump data to the created database instance by running the import-dump.sh.
  2. Navigate to localhost:8080/TPCDS2019 in your browser.

About

A simple docker-compose configuration for running and experimenting with TPC-DS queries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published