Giter Club home page Giter Club logo

cs623-dbms-project's Introduction

Pace University

Instructor: Pratik Chaudhari


Team Members

  • Osaid Khan
  • Shahrukh Saiyad
  • Rishabh Gada

Overview

This project implements transaction management in Postgres using Java. Transaction management is a critical aspect of database systems, ensuring data integrity and consistency.


Requirements

  • Java Development Kit (JDK)
  • Gradle build tool (Optional)
  • Postgres database
  • JDBC driver for Postgres
  • Make (Optional)
  • Allure Reporting Framework

Installation

  1. Clone this repository to your local machine.

    git clone https://github.com/ozzyozbourne/CS623-dbms-project
  2. Set up your Postgres database.

  3. Make sure you have the necessary JDBC driver for connecting Java to Postgres.

  4. Open the project in your preferred Java IDE.

  5. Add a file named connect.properties in main/resources with the following format:

    URL=<enter value>
    USER=<enter value>
    PASSWORD=<enter value>
    

Testing Transactions

To run the tests for transactions, use the following Makefile commands for each test:

  • To run tests for User Osaid: make ok
  • To run tests for User Rishabh: make rg
  • To run tests for User Shahrukh: make ss

To generate the Allure test report, run make or make report.


Support

For any issues or questions, please feel free to contact any of the team members.


License

This project is licensed under the MIT License.


cs623-dbms-project's People

Contributors

ozzyozbourne avatar rbgada23 avatar shahrukh-saiyad441 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

cs623-dbms-project's Issues

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.