GithubHelp home page GithubHelp logo

assignment's Introduction

Problem Statement

To create Web Service that provides basic analytics over taxi data. The live data can be obtained from BigQuery at Chicago Taxi trips. We will use only the following tables:bigquery-public-data.chicago_taxi_trips.taxi_trips

  1. Set up the Google Cloud Project by steps, https://developers.google.com/workspace/marketplace/create-gcp-project

  2. Installing Google Cloud SDK by following steps, https://cloud.google.com/sdk/docs/install

  3. Creating Service on Google Cloud Enviornment for BigQuery:

    1. Navigate to browser tab, and Open Google cloud https://console.cloud.google.com/
    2. Login by entering your credentials
    3. On the left Panel, Click Google Cloud Platform go to IAM & admin and then Service Accounts.
    4. Create New Service Account by clicking CLick Service Account. Fill in the details Service account name and description and hit create.
    5. Select Role from DropDown BigQuery and under that select BigQueryUser
    6. After this, set the Service account users role by setting your <email_id>
    7. For Create Key. Goto Google Project Service and select the service created .
    8. Under tab Keys add keys and download it in json format to the local System.
  4. Setting up the local Env to run the application:

    1. Clone the project from github by git clone
    2. To set the key for GCP for Bigquery.Open user_config.ini
    3. Set filename to path of the Downloaded Json Key file.
  5. Run sh install.sh which would set the localhost on port 8080. Please make sure that port 8080 is not in use.

assignment's People

Contributors

noopurdhawan 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.