Skip to content

asynchronos/the1-ingest

Repository files navigation

CDG-DATA-UNIFICATION-DOFF

Quick Start

Setup Python Environment

python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt

streamlit

streamlit run data_app.py

Install and initialize the gcloud CLI

Please setup following this document

Setup Application Default Credentials

Appendix

Setup git commit user.name and user.email

git config --global user.name "Your Name"
git config --global user.email "[email protected]"

Get the size of all objects within a specific bucket:

gsutil du -s gs://your-bucket-name

get the size of objects within a specific directory/prefix inside a bucket:

gsutil du -s gs://your-bucket-name/your-directory/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published