Git Product home page Git Product logo

wisconsin's Introduction

The Wisconsin benchmark

This repository is set up to demonstrate the creation of a database instance with the seminal Wisconsin workload as described in DeWitt 1993 .

The data generator is available as a Python program in ./src The data dirctory contains the data and scripts to instantiate the database. To load the database patch the load.sql script to refer to absolute path names.

The information gathered by sqalpel is stored in the sqalpel.yaml file. It is used to initialize a project.

Drivers

The experiments are ran against a local database system gathering its tasks by contacting a Sqalpel web-server or running locally the experiments in the sqalpel.yaml file.

Most drivers are structural identical, with minor twists depending on the DBMS being addressed. A few specific drivers are included as examples on how to create them.

Installation

Setting up theaa environment involves a few simple steps. First make sure you have pipenv installed on your machine and that the pipenv command can be found in your $PATH. If you do a user installation, you will need to add the right folder to your PATH variable.

  pip3 install --user pipenv
  PYTHON_BIN_PATH="$(python3 -m site --user-base)/bin"
  export PATH="$PATH:$PYTHON_BIN_PATH"
  which pipenv

Thereafter you can checkout this repository in a local directory, activate the virtual environment and you are ready to launch the experiment driver.

  pipenv shell
  cd drivers
  python squll.py --help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.