Code Monkey home page Code Monkey logo

bnb's Introduction

CSE 3241 Project

Dependencies

  • Install Python 3
  • Install Faker
pip3 install Faker

Initializing the database

An initialized database can be found in a.db. If you would like to re-initialize the database, there are two methods.

Method 1 (Recommmended)

Execute the init.py script:

python3 init.py

This creates tables and initializes them with dummy data. The new database is stored in a.db. This is the recommended method because it is extremely fast.

Method 2

If method 1 doesn't work, you can create a new database and execute these SQL scripts:

  1. queries/create.sql (create tables)
  2. queries/init.sql (insert data, may take a long time to run)

Sample queries

Method 1 (Recommended)

To execute queries from the CPs as well as various insert/delete queries, run main.py. Note that this will call init.py at the start of the script:

python3 main.py

Method 2

If method 1 doesn't work, you can manually execute these SQL scripts:

  1. queries/cp.sql (various queries from CPs)
  2. queries/insert.sql (inserting items, orders, sellers, and buyers)
  3. queries/delete.sql (deleting items, orders, sellers, and buyers)

bnb's People

Contributors

qxxxb avatar

Watchers

 avatar  avatar

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.