Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

A Simple React App using Express Backend and Interacting with BigQuery: Most Viewed StackOverflow Questions

Notifications You must be signed in to change notification settings

tonyxu-io/react-bigquery-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple BigQuery App using React and Express


This app is based on the Google BigQuery app tutorial Create A Simple Application With the API and using Google Cloud Public Dataset - Stack Overflow

Demo

React-Bigquery-Demo

Supported queries:

  • Most Viewed StackOverflow Questions
  • Most Recent StackOverflow Questions
  • Most Answered StackOverflow Questions

Install

  • Clone this repository
  • npm install

Usage

Include Google Cloud Credential on Environment Variable

Follow instructions on Google Cloud Platform to get application credential application default credentials

You can also create a .env file and set as below:

GOOGLE_APPLICATION_CREDENTIALS = 'PATH/To/Your/JSON/Key/File'

Start Express Server

node-bigquery:

npm start

Start React Client

node-bigquery/client:

npm start

About

A Simple React App using Express Backend and Interacting with BigQuery: Most Viewed StackOverflow Questions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published