Skip to content

bhuwantm/database-kss

Repository files navigation

Database and Query Optimization

Database Setup

Follow the instruction in the README.md

Script Setup

Install Dependencies

pip install -r requirements.txt

Copy env file

cp .env.example .env

Creating Table and Seeding Data

python main.py seed

Running Scripts

Once setup has been completed each script in the main folder can be run. For example

python shared_locks.py

Once the script is executed the outputs will be seen in the terminal.
Each script will simulate the corresponding behavior.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published