Giter VIP home page Giter VIP logo

pagila-hw2's Introduction

pagila-hw2

This is the second SQL homework in CMC's CSCI143: Big Data class.

Tasks

  1. Recall that git is not github. Git is a protocol, and there are many services that provide access to that protocol. In particular, this README is stored in a git repo hosted on gitlab instead of github. One of the reasons github is a popular git service provider is that they offer free continuous integration for open source projects via github actions.

    Your first task is to move this repo over to github and get github actions setup for the project. The following steps should walk you through this procedure.

    1. Create a repo on github named pagila-hw2. (It should be an empty repo, not pre-populated with any files.)

    2. Then run the following commands to populate your new repo from this repo.

      $ git clone https://gitlab.com/mikeizbicki/pagila-hw2
      $ cd pagila-hw2
      $ git remote add upstream <url_of_your_repo>
      $ git push upstream master
      
    3. Modify the README file so that it has a workflow status badge that show whether the test cases pass or not.

      Note: The .github folder in this repo already has the appropriate github actions defined, and you should not have to modify any of these files.

  2. Next, complete the problems in the sql folder just like you did for the pagila-hw assignment.

pagila-hw2's People

Contributors

jtan242 avatar mikeizbicki 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.