8000 GitHub - rohandas14/researchdex
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rohandas14/researchdex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reearch Dex

Quickstart

  1. Create and activate a virtual environment in python3.7
$ python3 --version
Python 3.7.3
$ python3 -m venv venv37
$ . venv37/bin/activate
  1. Install requirement:
python3 -m pip install -r requirements.txt

3.1. Install gcloud cli for authentication.

3.2. [NOT Required, already set up]

gcloud services enable cloudfunctions.googleapis.com
gcloud services enable apigateway.googleapis.com
gcloud services enable servicemanagement.googleapis.com
gcloud services enable cloudscheduler.googleapis.com
gcloud services enable pubsub.googleapis.com        
gcloud services enable logging.googleapis.com
gcloud services enable deploymentmanager.googleapis.com
gcloud services enable cloudbuild.googleapis.com
  1. Run google cloud authentication and set configurations: project_id: researchdex, region: us-central1
gcloud auth application-default login
  1. To test endpoints locally run goblet local To deploy cloudfunctions and other gcp resources defined in main.py run goblet deploy -l us-central1

To check out goblet documentation go to docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0