Skip to content

Qbizinc/sandbox-ai-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandbox AI Pipeline

About this Project

First repository draft to build pipelines for AI projects

Build SQL Database

cd sandbox-ai-pipeline/terraform
terraform init
terraform plan
terraform apply

to destroy database

cd sandbox-ai-pipeline/terraform
terraform destroy

to populate database

python src/main.py

Is required to fill on the main.tf and main.py the following values to execute the code:

  • project_id
  • location
  • service_account_json_path
  • client_secrets_file (for Oauth Google Drive authorization)
  • password for default user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published