Python utility for data storage in Google Cloud Environments.
Project description
gc_data_storage lets you easily move data between your development environment (e.g. Jupyter Notebook) and your Google Cloud Workspace bucket.
It integrates the ccommand line too gsutil.
* Save data from your development environment to the bucket.
* Read data from the bucket into your development environment, with the option to keep a copy in the persistent disk.
* Copy data between different directories within the bucket or between two different buckets owned by the user.
* Obtain a list of data saved in the bucket or the persistent disk.
gc_data_storage was originally written to be used within the All of Us Researcher Workbench environment but can be used in other Google Cloud Environments.
```
#pip install gc-data-storage
from gc_data_storage import gc_data_storage as gs
gs = gs(bucket = 'gs://your-bucket-name')
gs.list_saved_data()
```
More information, including examples, at https://github.com/AymoneKouame/gc_data_storage.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gc_data_storage-0.1.9.tar.gz
(3.2 kB
view details)
File details
Details for the file gc_data_storage-0.1.9.tar.gz.
File metadata
- Download URL: gc_data_storage-0.1.9.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba0a688c88b228d0c6676f5357c29e9ff784d28094fd24a04e548e4291525e92
|
|
| MD5 |
d83eaca5e108f24b544a568ab6b77a63
|
|
| BLAKE2b-256 |
e4e1b2231f24af6f91e98d02284672323b73c2f2e2aa85c38c85bfb3963ecaf6
|