Code Monkey home page Code Monkey logo

cs546's Introduction

CS562 Team Project: EMF_QUERY_PROCESSING_ENGINE

Team Members

  • Yiju Hao
  • Chao Zheng

Technology Stack

  • Python: The main programming language used for developing the query engine.
  • PostgreSQL: Database system for storing and querying data.
  • Psycopg2: Python-PostgreSQL database adapter for database interactions.
  • pytest: Testing framework for executing automated tests.
  • python-dotenv: Library to manage environment variables from .env files.
  • tabulate: Utility for formatting output tables in a readable format.

Setup Instructions

Clone the Repository

Clone the project repository to your local machine using the following commands:

git clone https://github.com/haoy1/CS546
cd Extended-query-engine

Environment Setup

Set up and activate a Python virtual environment:

On Unix/macOS:

python -m venv venv
source venv/bin/activate

On Windows:

python -m venv venv
venv\Scripts\activate

Install Dependencies

pip install -r requirements.txt

Configure Environment Variables

Modify .env file to your database information

Running the Project

pip install -r requirements.txt

cs546's People

Contributors

haoy1 avatar chaotization avatar

Watchers

 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.