Coder Social home page Coder Social logo

cs4221-data-warehouse's Introduction

Data Warehouse

NUS CS4221 project which uses TPC-H benchmark to create a web-based data warehouse system.

Setup

Follow online instructions for setting up LAPP.

Update environment variables for db_name, user_name and user_pwd in order to connect to database using PHP.

Use bower install to install dependencies.

Development

To improve the cleanliness of the code base and the usefulness of commit history, please use a separate branch for each new feature, and squash all commits in development branch before merging into the master branch.

Note: If changes made by you would significantly affect other people's work, please notify them first and send merge request for review before merging into the master branch.

Sample workflow:

  • 1 . Assume you are in the master branch, create a new branch for development: git checkout -b <development branch name>

  • 2 . You can perform arbitrary number of git commit, git pull, git merge, ... in developemnt branch to test out your feature.

  • 3 . When you are satisfied with current development and ready to merge back to master branch, sync local master branch with remote master branch first, before sync current branch with master:

    • git checkout master
    • git pull origin master
    • git checkout <development branch name>
    • git merge master
  • 4 . Resolve merge conflicts if there are any.

  • 5 . Go back to master branch and Squash git commits to ensure cleaness of git history:

    • git checkout master
    • git merge --squash <development branch name>
  • 6 . Commit: git commit -a -m "<description of the main purpose of development branch>"

  • 7 . Synchronize remote git repo: git push origin master

cs4221-data-warehouse's People

Contributors

langyanbin0314 avatar wyhnus avatar yarnspinnered 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.